Skip to content

Commit

Permalink
release 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
typerandom committed Jan 13, 2016
1 parent 388a21b commit d6cdb9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 0.0.17

* Fixed issue with file loaders crashing when home environment wasn't being set.

### 0.0.16

Adding validation for account store mappings. We now error if:
Expand All @@ -11,17 +15,17 @@ Adding validation for account store mappings. We now error if:

### 0.0.15

Patch for 0.0.14 - fixing a null reference.
* Patch for 0.0.14 - fixing a null reference.

### 0.0.14

Adding a temporary patch to `ExtendConfigStrategy` to ensure that prototype
* Adding a temporary patch to `ExtendConfigStrategy` to ensure that prototype
methods are not lost on `config.cacheOptions.client`. The patch manually
replaces this property, in the future we intend to fix the extension algorithm
to support this case.

### 0.0.13

Modified `EnrichClientFromRemoteConfigStrategy` to implement the proper
* Modified `EnrichClientFromRemoteConfigStrategy` to implement the proper
application resolution strategiey: load application by name or href, fallback
to ony application if that is the case.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stormpath-config",
"version": "0.0.16",
"version": "0.0.17",
"description": "Stormpath configuration loader.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d6cdb9b

Please sign in to comment.