From d6cdb9b7f4878ca26a7a054988eea81e55f6af6e Mon Sep 17 00:00:00 2001 From: Robin Orheden Date: Wed, 13 Jan 2016 10:14:27 +0100 Subject: [PATCH] release 0.0.17 --- CHANGELOG.md | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4586d60..29184d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: @@ -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. \ No newline at end of file diff --git a/package.json b/package.json index fe13933..19f7d47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stormpath-config", - "version": "0.0.16", + "version": "0.0.17", "description": "Stormpath configuration loader.", "main": "index.js", "scripts": {