Releases: joshuaalpuerto/node-ddd-boilerplate
Releases · joshuaalpuerto/node-ddd-boilerplate
v3.0.0
3.0.0 (2019-04-15)
BREAKING CHANGES
- Underscore is removed from config, findById -> findByPk
v2.0.1
2.0.1 (2018-07-25)
Bug Fixes
- Decode Authroization: Parse JWT token by removing prefix (26a307c)
v2.0.0
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
1.1.0 (2018-05-13)
Bug Fixes
- Travis: should trigger build (5e0d0e0)
Features