Skip to content

Releases: talyssonoc/node-api-boilerplate

v3.0-beta

Choose a tag to compare

@talyssonoc talyssonoc released this 04 Oct 15:04

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

Choose a tag to compare

@talyssonoc talyssonoc released this 03 Aug 15:23

Changed:

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

Choose a tag to compare

@talyssonoc talyssonoc released this 07 Oct 03:46

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

Choose a tag to compare

@talyssonoc talyssonoc released this 21 May 15:49

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

Add cleanup script

Choose a tag to compare

@talyssonoc talyssonoc released this 10 Apr 02:36

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

First stable release

Choose a tag to compare

@talyssonoc talyssonoc released this 07 Apr 07:05
v1.0

Clarify about the cleanup script