Skip to content

Commit

Permalink
Release 0.0.20 and amend Changelog of 0.0.19
Browse files Browse the repository at this point in the history
I got punchy with the last release, the changelog is now correct.
  • Loading branch information
Robert committed Feb 19, 2016
1 parent bf95d88 commit 5be48bd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
# Changelog

### 0.0.20

* Similar to 0.0.14, adding a temporary patch to `ExtendConfigStrategy` to allow
the developer to define the new `stormpath.web.produces` array.

* Add fix for `web.spa.view` validation that was crashing the Node SDK tests.

### 0.0.19

Similar to 0.0.14, adding a temporary patch to `ExtendConfigStrategy` to allow
the developer to define the new `stormpath.web.produces` array.
* Now validating that auto login and email verification options aren't enabled
at the same time. (#1).

* Added debugging capabilities for debugging configuration strategies (#23).

* Fixed: Empty stormpath.apikey file clears configuration (#26).

* Fixed problem with loading API Key properties from the home path (#28).

* Add validation for the new `stormpath.web.spa.view` property.

* Updated dependencies:
* `[email protected]` -> `[email protected]`
* `[email protected]` -> `[email protected]`

### 0.0.18

Expand Down
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.19",
"version": "0.0.20",
"description": "Stormpath configuration loader.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5be48bd

Please sign in to comment.