Skip to content

Releases: BoolJS/booljs

0.9.0: Step

23 Mar 06:57
8e29e67
Compare
Choose a tag to compare

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

22 Oct 07:06
e1975b7
Compare
Choose a tag to compare

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

22 Oct 07:21
Compare
Choose a tag to compare

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

31 May 20:40
Compare
Choose a tag to compare
  • 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

03 Nov 12:09
Compare
Choose a tag to compare
  • Using new API resources
  • Instantiating utilities in bootstrapping process
  • Validating Data Loaders

Everybody's Changing

03 Nov 04:01
Compare
Choose a tag to compare
  • 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)

03 Nov 03:56
Compare
Choose a tag to compare
  • Implemented plugins from API
  • Better support for more providers

All together now

03 Nov 03:53
Compare
Choose a tag to compare
  • Using functional API.
  • Successfully loading project structure.
  • Supporting database and server drivers.