Skip to content

Releases: leosuncin/nest-api-example

v1.7.2

07 Oct 04:30
Compare
Choose a tag to compare

1.7.2 (2022-10-07)

Bug Fixes

  • mock PosgreSQL function in tests (6cb7fd0)

v1.7.1

19 Sep 08:54
Compare
Choose a tag to compare

1.7.1 (2022-09-19)

Bug Fixes

  • auth: amend custom validators (495048c)

Performance Improvements

  • auth: improve check whether the user is registered (072ac1f)

v1.7.0

14 Sep 18:01
Compare
Choose a tag to compare

1.7.0 (2022-09-14)

Features

  • health: add health controller (ed93a8b)
  • health: install terminus module (23458c4)

v1.6.0

05 Sep 22:54
Compare
Choose a tag to compare

1.6.0 (2022-09-05)

Bug Fixes

  • auth: use constants to name the token's cookie (e6b60ba)

Features

v1.5.1

05 Sep 02:56
Compare
Choose a tag to compare

1.5.1 (2022-09-05)

Bug Fixes

  • amend typescript errors (1b3db6e)

v1.5.0

23 Aug 05:51
Compare
Choose a tag to compare

1.5.0 (2022-08-23)

Features

  • upgrade to Nest.js v9 & TypeORM v0.3.x (18d1174)

v1.4.1

14 Aug 21:54
Compare
Choose a tag to compare

1.4.1 (2022-08-14)

v1.4.0

14 Aug 04:58
Compare
Choose a tag to compare

1.4.0 (2022-08-14)

Features

  • auth: validate that the password must be different than username (701b634)

v1.3.1

26 May 04:58
Compare
Choose a tag to compare

1.3.1 (2022-05-26)

Performance Improvements

  • reduce duplicate code in tests (9525bdc)

v1.3.0

19 May 04:08
Compare
Choose a tag to compare

1.3.0 (2022-05-19)

Features

  • auth: validate that the password is not exposed in haveibeenpwned.com (381461f)