Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vheissu committed Sep 3, 2015
1 parent da8dd75 commit d36a577
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
### 1.0.2 (03-09-2015)
* A tonne of bug fixes...
* Get config method now has support for default values
* Cascading configuration support
* Configurable during bootstrap phase
* Improvements to JSON config file loading
* Documentation (methods and usage examples)

### 0.1.0 (02-09-2015)
Initial commit and changes of the configuration plugin.
2 changes: 1 addition & 1 deletion doc/api.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"classes":[],"methods":[],"properties":[],"events":[]}
{"classes":[],"methods":[],"properties":[],"events":[]}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-configuration",
"version": "1.0.1",
"version": "1.0.2",
"description": "An Aurelia plugin for adding in configuration to your application.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit d36a577

Please sign in to comment.