Skip to content

Releases: TeamMaestro/nestjs-common

Release 11.0.0

12 May 15:19
Compare
Choose a tag to compare

Major Release:

  • Upgrades to Log4Js which will require a new config style. See README
  • Upgrades to class-validator which gets some validation functions differently

Release 7.4.0

13 Jan 17:07
Compare
Choose a tag to compare

Features

  • can pass sortBy to getOrderBy in pagination to specify field other than id

Fixes

  • SortDirection back to a type and not an enum

Release 7.2.1

03 Jan 21:21
Compare
Choose a tag to compare

Fixes

  • coerce pagination page and size to be numbers

Release 7.1.0

02 Oct 13:31
Compare
Choose a tag to compare

New Features

  • Adds the InjectMetadata decorator
  • Adds the IdentityArrayValidation pipe

Release 6.0.1

14 Aug 13:30
Compare
Choose a tag to compare

Adding missing functionality to the redis service to support the deletion of multiple keys

Releaes 6.0.0

05 Aug 12:10
Compare
Choose a tag to compare

Deprecations

  • TryCatch: Moving this to our @teamhive/node-common repo as it has been overhauled to work with any node environment

Updates

  • New Processing Exception

Release 5.2.1

05 Aug 12:08
Compare
Choose a tag to compare

Updating more peer and dev dependencies

Release 5.2.0

05 Aug 12:08
Compare
Choose a tag to compare

Fixing the module peer and dev dependencies

Release 5.1.0

05 Aug 12:07
Compare
Choose a tag to compare

Adds a new SSO exception

Release 5.0.1

23 Jul 13:17
Compare
Choose a tag to compare

Fixes

  • Use SetMetadata instead of the deprecated ReflectMetadata