Skip to content

Latest commit

 

History

History
223 lines (133 loc) · 6.06 KB

CHANGELOG.md

File metadata and controls

223 lines (133 loc) · 6.06 KB

Bool.js

Changelog

0.6.2

0.6.1

  • Updated booljs-api: Fixed an error where plugin's dependencies weren't being loaded.

0.6.0: (I Can't Get No) Satisfaction

10 May 2016

(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 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 to the Bool.js team. As the greatest contributor in this iteration, he named this version.

0.5.9

  • Updated booljs-api
  • Sort RouteMiddleware after selecting it. Use following criteria:
    • Priority
    • Name

0.5.8

  • Updated booljs-express

0.5.7

  • Fix- booljs-cors was having issues when sending extra headers. Fixed

0.5.6

  • Update booljs-express

0.5.5

  • Minor fix in booljs-express

0.5.4

  • [booljs-express] Add suport for bodyParser options

0.5.3

  • [booljs-express] Fix at json view

0.5.2

  • Fixed issue on listing Middleware plugins.

0.5.1

  • Fix the way middleware was being loaded in booljs bootstraping process.

0.5.0: People Are Strange

24 December 2015

The Doors

  • Updated to latest spec of API, now bool.js is in charge of preparing middleware, route lists and passing them to ServerLoaders.

0.4.4

  • Fixed bug in booljs-express where non-existing file caused undefined reference errors.

0.4.3

  • Updated booljs-express to allow configure server settings through server configuration file.

0.4.2

  • Fix issue when loading folders

0.4.1

  • Fixed issue in booljs-express. Applying dependency update.

0.4.0: Banana Smoothie

3 November 2015

Naked Brothers Band

  • Using new API resources
  • Instantiating utilities in bootstrapping process
  • Validating Data Loaders

0.3.5

28 October 2015

  • Lock run() process until previous instance finish it.

0.3.4

28 October 2015

  • Changed loading order to boot components before database and server.

0.3.3

26 September 2015

  • Updated CLI

0.3.2

22 September 2015

  • Update dependencies

0.3.1

22 September 2015

  • Updated dependencies

0.3.0: Everybody's Changing

22 September 2015

Hopes And Fears

  • New endpoint to allow plugins use integrated API version, instead of global (use this with caution).
  • Plugins store improved.

0.2.2

22 September 2015

  • Fix dependencies issue in API call

0.2.1

22 September 2015

  • Updated API

0.2.0: It's The End Of The World As We Know It (And I Feel Fine)

22 September 2015

It's The End Of The World As We Know It (And I Feel Fine)

  • Implemented plugins from API
  • Better support for more providers

0.1.7

15 September 2015

  • Passing tests with updated dependencies

0.1.6-pre

15 September 2015

  • Testing version to evaluate API updates

0.1.5

13 September 2015

  • Added CLI client

0.1.4

12 September 2015

  • Updated dependencies and documentation

0.1.3

12 September 2015

  • Updated dependencies

0.1.2

11 September 2015

  • Set features for testing

0.1.1

11 September 2015

  • Support connections on model fetcher

0.1.0: All Together Now

10 September 2015

Yellow Submarine

  • Using functional API.
  • Successfully loading project structure.
  • Supporting database and server drivers.

0.0.6

10 September 2015

  • Now loading models and components

0.0.5

10 September 2015

  • Now loading models and components

0.0.4

8 June 2015

  • Minor update in NPM

0.0.3

14 May 2015

  • Minor update in NPM

0.0.2

14 May 2015

  • Minor update in NPM

0.0.1

14 May 2015

  • Initial version