Skip to content

1.0.0

Choose a tag to compare

@Guichaguri Guichaguri released this 07 Jan 02:54
· 10 commits to main since this release

After a few months of development and testing, this is the first stable release 😄

Breaking Changes

  • RequestParser now accepts URLSearchParams besides the query parameter object
    • This will only affect you if you had your own implementation of a RequestParser.
  • ensureCondition() now prepends conditions instead of appending
    • This should not affect you.
  • Pagination in TypeORM now starts at 1 instead of 0 to improve compatibility with @nestjsx/crud
    • You can add query.page = query.page ? query.page - 1 : undefined; to keep the old behavior.

Changelog

Full Changelog: 0.1.0...1.0.0