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)
- pagination: Default parameters are not returned anymore
- nestjs-pagination: throw on invalid limit (75e454f)
- pagination: apply page and limit names to query params (6cf8c03)
Note: Version bump only for package @algoan/nestjs-pagination
Note: Version bump only for package @algoan/nestjs-pagination
Note: Version bump only for package @algoan/nestjs-pagination
Note: Version bump only for package @algoan/nestjs-pagination
Note: Version bump only for package @algoan/nestjs-pagination
Note: Version bump only for package @algoan/nestjs-pagination
Note: Version bump only for package @algoan/nestjs-pagination
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)
- 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)
- 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)
- pagination: the controller must return "totalResources" and "resources"
4.1.2 (2021-05-27)
- 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)
- 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)
- 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)
- 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)
3.4.0 (2020-10-22)
- set default limit (85f7c32)
3.3.0 (2020-10-21)
- improved content range calculation (5bcf028)
3.2.4 (2020-10-20)
- 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)
- nestjs-pagination: allow projection (c216100)
3.0.4 (2020-07-27)
- deps: upgrade dependencies (c62a9b6)
3.0.3 (2020-05-27)
- pagination: return a 0 content range header (c282f52)
3.0.2 (2020-05-26)
- 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)
- nestjs-pagination: migrate the custom decorator to nest 7 (963d304)
- 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)
- 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)
- http-exception-filter: init package (e474567)
2.1.3 (2020-04-14)
- nestjs-pagination: fetch correctly the limit and the page (85bbee8)
2.1.2 (2020-04-03)
- dependencies: move packages from dependencies to devDependencies (488b886)
2.1.1 (2020-04-03)
Note: Version bump only for package @algoan/nestjs-pagination
- interceptor: return the entire resource array (6ab5d17)
- interceptor: add the content-range header to the response (12357f9)
- interceptor: create a add link-header-interceptor (0c1c8d0)
- interceptor: return the entire resource array (1a1e5b2)