Releases: bymi15/express-typeorm-rest-boilerplate
Releases · bymi15/express-typeorm-rest-boilerplate
v0.4.3
v0.4.2
v0.4.1
0.4.1 (2020-10-11)
Bug Fixes
v0.4.0
0.4.0 (2020-10-10)
Bug Fixes
- app: separate app and server for e2e testing (a6d2cbb)
- ErrorHandler: fix imports and add error handler in express loader (5571f23)
- expressLoader: add celebrate validation error handler (f8421bc)
- JobApplicationFactory: fix ObjectID bug with typeorm (8878c14)
- services: add undefined check for JobApplication service (604c195)
Features
- ErrorHandler: add custom error handler with status code (d742c3e)
v0.3.0
0.3.0 (2020-10-06)
Bug Fixes
- CRUD: fix update bug with fill (d9a1658)
- Generator: add missing export route code (b6dede6)
- jest: jest run in series instead of parallel (57d0c6f)
- JobApplication: remove default appliedDate causing bug in update (45ab09e)
- ormconfig.js: fix TS_NODE env not set (7e615d6)
Features
- CRUD: add fillObjectIdField function (319588c)
- factories: add JobApplication factory (510b0a5)
- JobApplication: add JobApplication entity (a3b2d86)
- jobApplicationRoute: add jobApplication endpoints (41b4dcb)
- JobApplicationService: add update function (0bebf19)
- seeds: add JobApplication seed (cc72beb)
- services: add JobApplication service (80afac2)
v0.2.0
0.2.0 (2020-10-06)
Bug Fixes
- companyroute: refactor response json format (d9dd2bd)
- CRUD: make identifier optional in create function (7b6e584)
- generator: refactor route code generator response json format (5026a5f)
- middlewares: add checkRole to middleware index (f9813b6)
- middlewares: refactor attachUser to use UserService findOne (9249b5a)