Skip to content

Commit 5b40c3f

Browse files
committed
Version bump
1 parent ab8a945 commit 5b40c3f

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
_Changelog_
44

5+
## 0.6.0: (I Can't Get No) Satisfaction
6+
[_10 May 2016_](https://github.com/BoolJS/booljs/commits/v0.6.0)
7+
8+
<img alt="(I Can't Get No) Satisfaction" src="http://eurohittop40.ru/images/discs/31509/31509.jpg" height="300px">
9+
10+
* Changes in the way plugins are:
11+
- Defined
12+
- Loaded
13+
- Stored
14+
* Gives more responsibilities to the application instance.
15+
* Enfoces plugins to be peer dependent from API module instead of referencing to `bool.js/api`.
16+
* Changes the way dependencies are loaded into bool.js
17+
* Deprecate integrity checking method in plugins. Now is done internally.
18+
19+
_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.
20+
521
### 0.5.9
622

723
* Updated booljs-api

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bool.js",
3-
"version": "0.5.9",
3+
"version": "0.6.0",
44
"description": "Bool MVC Framework - Bootstraping Unit",
55
"main": "lib/index.js",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)