Skip to content

Latest commit

 

History

History
445 lines (139 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

445 lines (139 loc) · 13.9 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.0.2 (2023-12-11)

Note: Version bump only for package @algoan/nestjs-pagination

6.0.1 (2023-11-10)

Note: Version bump only for package @algoan/nestjs-pagination

6.0.0 (2023-02-28)

⚠ BREAKING CHANGES

  • pagination: Default parameters are not returned anymore

Bug Fixes

  • nestjs-pagination: throw on invalid limit (75e454f)
  • pagination: apply page and limit names to query params (6cf8c03)

5.0.11 (2023-02-24)

Note: Version bump only for package @algoan/nestjs-pagination

5.0.10 (2023-02-02)

Note: Version bump only for package @algoan/nestjs-pagination

5.0.9 (2023-01-31)

Note: Version bump only for package @algoan/nestjs-pagination

5.0.8 (2022-11-19)

Note: Version bump only for package @algoan/nestjs-pagination

5.0.7 (2022-11-19)

Note: Version bump only for package @algoan/nestjs-pagination

5.0.6 (2022-07-26)

Note: Version bump only for package @algoan/nestjs-pagination

5.0.5 (2022-05-19)

Note: Version bump only for package @algoan/nestjs-pagination

5.0.4 (2022-01-07)

Note: Version bump only for package @algoan/nestjs-pagination

5.0.3 (2021-10-24)

Note: Version bump only for package @algoan/nestjs-pagination

5.0.2 (2021-08-06)

Note: Version bump only for package @algoan/nestjs-pagination

5.0.1 (2021-06-01)

Bug Fixes

  • pagination: change the default limit for pagination results to 200 (49fd48d)
  • pagination: change the default limit for the paginations results to 200 and test corrections (5d2b6d4)

5.0.0 (2021-05-31)

Bug Fixes

  • pagination: adding options to the body pagination (daadfae)
  • pagination: adding the new pagination to the already existing pagination folder (404b372)
  • pagination: creating const variables for the page name and page limit (f9fd196)
  • pagination: fixing the body interceptor default values (cc58537)
  • pagination: readme file and packages lock file modifications (fc40998)
  • pagination: readme file corrections (b588e59)
  • pagination: upgrade dev dependencies to their lts version (0b6f708)

BREAKING CHANGES

  • pagination: the controller must return "totalResources" and "resources"

4.1.2 (2021-05-27)

Bug Fixes

  • pagination: adding options to the body pagination (daadfae)
  • pagination: adding the new pagination to the already existing pagination folder (404b372)
  • pagination: creating const variables for the page name and page limit (f9fd196)
  • pagination: fixing the body interceptor default values (cc58537)
  • pagination: readme file and packages lock file modifications (fc40998)
  • pagination: readme file corrections (b588e59)

4.1.1 (2021-04-07)

Note: Version bump only for package @algoan/nestjs-pagination

4.1.0 (2020-12-21)

Features

  • mongo-pagination-param: filter the keys in the query based on a list provided in the options (c9a8cda)
  • mongo-pagination-param.decorator: change option param name and set its default value (cd1785c)

4.0.0 (2020-12-14)

Bug Fixes

  • mongo-pagination-param.decorator: change default value of "sort" and "project" from [] to {} (f182562), closes #112
  • mongo-pagination-param.decorator: specify the value range for sort and project fields (34c0a5d)

BREAKING CHANGES

  • mongo-pagination-param.decorator: Modify the default value of "sort" and "project" fields in MongoPagination from [] to {} to conform with the Mongoose documentation.

3.4.2 (2020-11-09)

Note: Version bump only for package @algoan/nestjs-pagination

3.4.1 (2020-10-30)

Bug Fixes

3.4.0 (2020-10-22)

Features

3.3.0 (2020-10-21)

Features

  • improved content range calculation (5bcf028)

3.2.4 (2020-10-20)

Bug Fixes

  • fixed update last rel calculation (8b27442)

3.2.3 (2020-10-19)

Note: Version bump only for package @algoan/nestjs-pagination

3.2.2 (2020-09-21)

Note: Version bump only for package @algoan/nestjs-pagination

3.2.1 (2020-08-27)

Note: Version bump only for package @algoan/nestjs-pagination

3.2.0 (2020-08-05)

Features

  • nestjs-pagination: allow projection (c216100)

3.0.4 (2020-07-27)

Bug Fixes

  • deps: upgrade dependencies (c62a9b6)

3.0.3 (2020-05-27)

Bug Fixes

  • pagination: return a 0 content range header (c282f52)

3.0.2 (2020-05-26)

Bug Fixes

  • mongo-pagination: update the filter type to be more generic (538b626)

3.0.1 (2020-04-28)

Note: Version bump only for package @algoan/nestjs-pagination

3.0.0 (2020-04-22)

Features

  • nestjs-pagination: migrate the custom decorator to nest 7 (963d304)

BREAKING CHANGES

  • nestjs-pagination: The new decorator works with nest7. This do not work with nest 6

2.2.3 (2020-04-21)

Note: Version bump only for package @algoan/nestjs-pagination

2.2.2 (2020-04-16)

Bug Fixes

  • deps: bump dependencies to upgrade minimist (3ce7045)

2.2.1 (2020-04-16)

Note: Version bump only for package @algoan/nestjs-pagination

2.2.0 (2020-04-15)

Features

  • http-exception-filter: init package (e474567)

2.1.3 (2020-04-14)

Bug Fixes

  • nestjs-pagination: fetch correctly the limit and the page (85bbee8)

2.1.2 (2020-04-03)

Bug Fixes

  • dependencies: move packages from dependencies to devDependencies (488b886)

2.1.1 (2020-04-03)

Note: Version bump only for package @algoan/nestjs-pagination

2.1.0 (2020-04-01)

Bug Fixes

  • interceptor: return the entire resource array (6ab5d17)

Features

  • interceptor: add the content-range header to the response (12357f9)
  • interceptor: create a add link-header-interceptor (0c1c8d0)

1.1.0 (2020-03-31)

Bug Fixes

  • interceptor: return the entire resource array (1a1e5b2)

Features

  • interceptor: add the content-range header to the response (0c41f77)
  • interceptor: create a add link-header-interceptor (2dc39be)