Skip to content

Releases: joshuaalpuerto/node-ddd-boilerplate

v3.0.0

15 Apr 16:10
951a8a9
Compare
Choose a tag to compare

3.0.0 (2019-04-15)

BREAKING CHANGES

  • Underscore is removed from config, findById -> findByPk

v2.0.1

25 Jul 15:19
52c617d
Compare
Choose a tag to compare

2.0.1 (2018-07-25)

Bug Fixes

  • Decode Authroization: Parse JWT token by removing prefix (26a307c)

v2.0.0

01 Jul 05:39
52b86fd
Compare
Choose a tag to compare

2.0.0 (2018-07-01)

Code Refactoring

  • Folder Structure: Restructure repository folder to structure it by feature vs type (7222cb0)

BREAKING CHANGES

  • Folder Structure: Due to restructuring you have to change the path of your repo/ index and
    point it to /transform

v1.1.0

13 May 11:34
143a319
Compare
Choose a tag to compare

1.1.0 (2018-05-13)

Bug Fixes

  • Travis: should trigger build (5e0d0e0)

Features