All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.7.0 (2021-03-30)
1.6.0 (2020-12-27)
- add script to create app using npm init (acf6fdf)
- disable docs in production (#59) (68d1e33)
- add populate feature to the paginate plugin (#45) (9cf9535)
- add nested private fields feature to the toJSON plugin (#47) (5ba8628)
1.5.0 (2020-09-28)
1.4.1 (2020-09-14)
- upgrade mongoose to solve vulnerability issue (1650bdf)
- add type to token payloads (eb5de2c), closes #28
1.4.0 (2020-08-22)
- use native functions instead of Lodash (66c9e33), closes #18
- add logout endpoint (750feb5), closes #19
1.3.0 (2020-05-17)
- add toJSON custom mongoose schema plugin (f8ba3f6)
- add paginate custom mongoose schema plugin (97fef4c), closes #13
1.2.0 (2020-05-13)
1.1.3 (2020-03-14)
- fix vulnerability issues by upgrading dependencies (9c15650)
1.1.2 (2020-02-16)
- fix issue with incorrect stack for errors that are not of type AppError (48d1a5a)
1.1.1 (2019-12-04)
1.1.0 (2019-11-23)
- initial release