Skip to content

Latest commit

 

History

History
86 lines (47 loc) · 5.43 KB

CHANGELOG.md

File metadata and controls

86 lines (47 loc) · 5.43 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.7.0 (2021-03-30)

Features

1.6.0 (2020-12-27)

Features

  • 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)

Features

  • add sorting by multiple criteria option (677ee12), closes #29

1.4.1 (2020-09-14)

Bug Fixes

  • upgrade mongoose to solve vulnerability issue (1650bdf)
  • add type to token payloads (eb5de2c), closes #28

1.4.0 (2020-08-22)

Features

  • use native functions instead of Lodash (66c9e33), closes #18
  • add logout endpoint (750feb5), closes #19

1.3.0 (2020-05-17)

Features

  • add toJSON custom mongoose schema plugin (f8ba3f6)
  • add paginate custom mongoose schema plugin (97fef4c), closes #13

1.2.0 (2020-05-13)

Features

Bug Fixes

  • run app with a non-root user inside docker (#10) (1e3195d)

1.1.3 (2020-03-14)

Bug Fixes

  • fix vulnerability issues by upgrading dependencies (9c15650)

1.1.2 (2020-02-16)

Bug Fixes

  • fix issue with incorrect stack for errors that are not of type AppError (48d1a5a)

1.1.1 (2019-12-04)

Bug Fixes

  • use JWT iat as seconds from epoch instead of milliseconds (#4) (c4e1a84)

1.1.0 (2019-11-23)

Features

  • add docker support (3401449), closes #2
  • verify connection to email server at startup (f38d86a)

1.0.0 (2019-11-22)

Features

  • initial release