Releases: BoolJS/booljs
Releases · BoolJS/booljs
0.9.0: Step
Bootstrapper
v0.8.8…v0.9.0
- Almost every piece of internal code was transformed to ES6 Classes.
- Cleaned up code.
- Several fixes on bootstrapping process
0.8.0: Nostalgia
Bootstrapper
v0.7.18…v0.8.0
- Migrate to
@booljs/api
- Remove
@booljs/nomodel
. Now every modelless class should run natively the same way BoolJSComponents work. - Deacoplate
@booljs/express
. TODO: Find out a way to test frontend
drivers. - Fix broken assignment in
#setServerDrivers
.
0.7.0: Certainty
Bootstrapper
v0.6.2…v0.7.0
- Now CLI resides in
booljs-cli
- Fixes an error where plugin's dependencies weren't being loaded.
0.6.0: (I Can't Get No) Satisfaction
- 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 .
- Changes the way dependencies are loaded into bool.js
- Deprecate integrity checking method in plugins. Now is done internally.
Side notes We welcome @winos to the Bool.js team. As the greatest contributor in this iteration, he named this version.
Banana Smoothie
- Using new API resources
- Instantiating utilities in bootstrapping process
- Validating Data Loaders
Everybody's Changing
- New endpoint to allow plugins use integrated API version, instead of global (use this with caution).
- Plugins store improved.
It's the End of The World As We Know It (And I Feel Fine)
- Implemented plugins from API
- Better support for more providers
All together now
- Using functional API.
- Successfully loading project structure.
- Supporting database and server drivers.