Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Complete CRUD, async_await, serializers, test separation and bump Node version source code.tar.gz | 2017-10-07 | 63.9 kB | |
Complete CRUD, async_await, serializers, test separation and bump Node version source code.zip | 2017-10-07 | 96.5 kB | |
README.md | 2017-10-07 | 476 Bytes | |
Totals: 3 Items | 160.9 kB | 0 |
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.