Releases: TeamMaestro/nestjs-common
Releases · TeamMaestro/nestjs-common
Release 11.0.0
Release 7.4.0
Features
- can pass
sortBy
togetOrderBy
in pagination to specify field other thanid
Fixes
SortDirection
back to a type and not an enum
Release 7.2.1
Fixes
- coerce pagination
page
andsize
to be numbers
Release 7.1.0
New Features
- Adds the
InjectMetadata
decorator - Adds the
IdentityArrayValidation
pipe
Release 6.0.1
Adding missing functionality to the redis service to support the deletion of multiple keys
Releaes 6.0.0
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
Updating more peer and dev dependencies
Release 5.2.0
Fixing the module peer and dev dependencies
Release 5.1.0
Adds a new SSO exception
Release 5.0.1
Fixes
- Use
SetMetadata
instead of the deprecatedReflectMetadata