Releases: talyssonoc/node-api-boilerplate
Releases · talyssonoc/node-api-boilerplate
v3.0-beta
Update Awilix to version 3
Complete CRUD, async/await, serializers, test separation and bump Node version
Added:
- The boilerplate example app now implements all the actions for the user CRUD;
- Instead of using
.then()
/.catch()
for handling promises now it uses ES8's async/await; - Serializers are now used to generate the JSON response in the controllers.
Breaking changes:
- This version depends on Node v7.6.0 or later because of async/await;
- Tests are now separate into unit and features tests.
Documentation and development security improvements
This release improved the documentation texts and set the private
attribute of package.json
to true
.
Add cleanup script
Now it's possible to remove the example application files and only let the boilerplate running npm run cleanup
.
First stable release
v1.0 Clarify about the cleanup script