Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed May 10, 2016
1 parent ab8a945 commit 5b40c3f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

_Changelog_

## 0.6.0: (I Can't Get No) Satisfaction
[_10 May 2016_](https://github.com/BoolJS/booljs/commits/v0.6.0)

<img alt="(I Can't Get No) Satisfaction" src="http://eurohittop40.ru/images/discs/31509/31509.jpg" height="300px">

* Changes in the way plugins are:
- Defined
- Loaded
- Stored
* Gives more responsibilities to the application instance.
* Enfoces plugins to be peer dependent from API module instead of referencing to `bool.js/api`.
* Changes the way dependencies are loaded into bool.js
* Deprecate integrity checking method in plugins. Now is done internally.

_Side notes_ We welcome [@winos](https://github.com/winos) to the Bool.js team. As the greatest contributor in this iteration, he named this version.

### 0.5.9

* Updated booljs-api
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": "bool.js",
"version": "0.5.9",
"version": "0.6.0",
"description": "Bool MVC Framework - Bootstraping Unit",
"main": "lib/index.js",
"license": "GPL-3.0",
Expand Down

0 comments on commit 5b40c3f

Please sign in to comment.