Skip to content

Releases: leosuncin/nest-api-example

v1.2.0

17 May 04:56
Compare
Choose a tag to compare

1.2.0 (2022-05-17)

Features

v1.1.0

16 May 20:29
Compare
Choose a tag to compare

1.1.0 (2022-05-16)

Bug Fixes

  • blog: amend pagination of comments (d2b9b11)

Features

  • blog: add blog module (f4d469e)
  • blog: create a new article (b5b8b45)
  • blog: create a new article (ea56b7f)
  • blog: get one article by id or slug (28b30f5)
  • blog: list and paginate articles (4482786)
  • blog: list and paginate comments (12fcd8c)
  • blog: remove one article (f5a3d64)
  • blog: remove one comment (7a81ee9)
  • blog: update one article (9ee4ef2)

v1.0.0

30 Apr 00:40
Compare
Choose a tag to compare

1.0.0 (2022-04-30)

Bug Fixes

  • auth: avoid to override the password (9fd6bf0)
  • auth: exclude password from response (51fc34e)
  • wrap variable in dowuble quotes (c12714c)

Features

  • auth: add auth module (4dfd453)
  • auth: add interceptor to add JWT in the response (c9e7b0c)
  • auth: add login DTO with validation (ac5a65b)
  • auth: add register DTO with validation (fe4b7f7)
  • auth: add user entity (ddead6d)
  • auth: get current user from JWT (9e06025)
  • auth: login with an existing user (dd8f6b1)
  • auth: prevent to register a duplicate user (1225fe5)
  • auth: register a new user (dcd98da)
  • auth: update current user data (820d2e3)
  • auth: validate the update of the user (5678139)
  • auth: validate user credentials (fe0d673)
  • setup TypeORM with PosgreSQL (13aa047)
  • use validation pipe globally (269dd59)