Skip to content

Releases: talyssonoc/node-api-boilerplate

v3.0-beta

04 Oct 15:04
Compare
Choose a tag to compare

This release marks the public development of the v3 of the boilerplate. Rewritten with a better architecture in mind, better structure and now in TypeScript.

Update Awilix to version 3

03 Aug 15:23
Compare
Choose a tag to compare

Changed:

Complete CRUD, async/await, serializers, test separation and bump Node version

07 Oct 03:46
Compare
Choose a tag to compare

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

21 May 15:49
Compare
Choose a tag to compare

This release improved the documentation texts and set the private attribute of package.json to true.

Add cleanup script

10 Apr 02:36
Compare
Choose a tag to compare

Now it's possible to remove the example application files and only let the boilerplate running npm run cleanup.

First stable release

07 Apr 07:05
Compare
Choose a tag to compare
v1.0

Clarify about the cleanup script