Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

40 lines (18 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.10.0 (2022-10-31)

Bug Fixes

  • remove paginationUniqueKey option (e43f328)

0.9.1 (2022-07-12)

Bug Fixes

  • $Paginator: clone a query builder to prevent mutating the actual passed one (4dcc6b4)

0.9.0 (2022-07-05)

0.8.1 (2022-03-21)

Features

  • paginator: convert Order type to enum (1f4bcb4)

Bug Fixes

  • tests: make float column test deterministic (a021235)

0.8.0 (2022-03-18)

0.7.0 (2022-02-21)

Bug Fixes

  • handle unexpected date type reflection (8124221)