Node Api Boilerplate Versions Save

DDD/Clean Architecture inspired boilerplate for Node web APIs

v3.0-beta

2 years ago

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.

v2.1

5 years ago

Changed:

  • Updated Awilix to version 3 (@lsilvs at #34)

v2.0

6 years ago

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.

v1.1.1

6 years ago

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

v1.1

7 years ago

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

v1.0

7 years ago