UNPKG

typeorm-cursor-pagination

Version:
41 lines (18 loc) 1.76 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [0.10.0](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.9.1...v0.10.0) (2022-10-31) ### Bug Fixes * remove paginationUniqueKey option ([e43f328](https://github.com/benjamin658/typeorm-cursor-pagination/commit/e43f3282958e79f3d0c86ae1be9d76b20a40d3a8)) ### [0.9.1](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.9.0...v0.9.1) (2022-07-12) ### Bug Fixes * **$Paginator:** clone a query builder to prevent mutating the actual passed one ([4dcc6b4](https://github.com/benjamin658/typeorm-cursor-pagination/commit/4dcc6b450be885d42f7990f66346aba9de70a4fc)) ## [0.9.0](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.8.1...v0.9.0) (2022-07-05) ### [0.8.1](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.8.0...v0.8.1) (2022-03-21) ### Features * **paginator:** convert Order type to enum ([1f4bcb4](https://github.com/benjamin658/typeorm-cursor-pagination/commit/1f4bcb447956ca497bcbada997c722d5899e77ae)) ### Bug Fixes * **tests:** make float column test deterministic ([a021235](https://github.com/benjamin658/typeorm-cursor-pagination/commit/a021235cd95e415e2732efac8f89adf5f4258448)) ## [0.8.0](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.7.0...v0.8.0) (2022-03-18) ## [0.7.0](https://github.com/benjamin658/typeorm-cursor-pagination/compare/v0.6.0...v0.7.0) (2022-02-21) ### Bug Fixes * handle unexpected date type reflection ([8124221](https://github.com/benjamin658/typeorm-cursor-pagination/commit/8124221060c8e0dca3740dbf9efc902d96a7e129))