Changelog
- Now CLI resides in
booljs-cli
.
- Updated booljs-api: Fixed an error where plugin's dependencies weren't being loaded.
- 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.
- Updated booljs-api
- Sort RouteMiddleware after selecting it. Use following criteria:
- Priority
- Name
- Updated booljs-express
- Fix- booljs-cors was having issues when sending extra headers. Fixed
- Update booljs-express
- Minor fix in booljs-express
- [booljs-express] Add suport for bodyParser options
- [booljs-express] Fix at json view
- Fixed issue on listing Middleware plugins.
- Fix the way middleware was being loaded in booljs bootstraping process.
- Updated to latest spec of API, now bool.js is in charge of preparing middleware, route lists and passing them to ServerLoaders.
- Fixed bug in
booljs-express
where non-existing file caused undefined reference errors.
- Updated
booljs-express
to allow configure server settings throughserver
configuration file.
- Fix issue when loading folders
- Fixed issue in booljs-express. Applying dependency update.
- Using new API resources
- Instantiating utilities in bootstrapping process
- Validating Data Loaders
- Lock run() process until previous instance finish it.
- Changed loading order to boot components before database and server.
- Updated CLI
- Update dependencies
- Updated dependencies
- New endpoint to allow plugins use integrated API version, instead of global (use this with caution).
- Plugins store improved.
- Fix dependencies issue in API call
- Updated API
- Implemented plugins from API
- Better support for more providers
- Passing tests with updated dependencies
- Testing version to evaluate API updates
- Added CLI client
- Updated dependencies and documentation
- Updated dependencies
- Set features for testing
- Support connections on model fetcher
- Using functional API.
- Successfully loading project structure.
- Supporting database and server drivers.
- Now loading models and components
- Now loading models and components
- Minor update in NPM
- Minor update in NPM
- Minor update in NPM
- Initial version