Skip to content

Latest commit

 

History

History
208 lines (63 loc) · 5.46 KB

CHANGELOG.md

File metadata and controls

208 lines (63 loc) · 5.46 KB

Change Log

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

0.1.0-alpha.14 (2024-02-27)

Features

  • add sort expression feature (2523ca3)

0.1.0-alpha.13 (2024-02-26)

Features

  • add sorting by joined column (934befe)

0.1.0-alpha.12 (2023-06-12)

Bug Fixes

  • cursor-pagination: remove casting to integer sort field (7df1978)

0.1.0-alpha.11 (2023-06-10)

Bug Fixes

  • sort: prevent sql injection by get column name using raw bindings (12368c4)

Features

  • cursor-pagination: allow to paginate through nested json property (073b9ab)
  • sort: allow to sort by nested jsonb property (76d7de4)

0.1.0-alpha.10 (2023-05-26)

Bug Fixes

  • deps: update dependency tslib to v2.5.0 (1069df4)
  • filter: use passed timestamp column name (afa403f)

0.1.0-alpha.9 (2022-11-23)

Bug Fixes

  • cursor-pagination: add alias support (6ea9ac1)
  • deps: update dependency tslib to v2.4.1 (e3f056f)

0.1.0-alpha.8 (2022-11-02)

Note: Version bump only for package knexion

0.1.0-alpha.7 (2022-10-31)

Note: Version bump only for package knexion

0.1.0-alpha.6 (2022-10-31)

Bug Fixes

  • filter: fix filter value and omit undefined filters (bff1cc0)

0.1.0-alpha.5 (2022-10-29)

Features

  • cursor-pagination: add cursor pagination interceptor (7b83c57)

0.1.0-alpha.4 (2022-10-28)

Bug Fixes

  • core: fix retrieving handler name from undefined (baf918c)

0.1.0-alpha.3 (2022-10-28)

Features

  • add execution context with switching functionality (f2f0490)

0.1.0-alpha.2 (2022-10-27)

Features

  • rename interfaces, decorators, etc (c45548c)

0.1.0-alpha.1 (2022-10-27)

Bug Fixes

0.1.0-alpha.0 (2022-10-27)

Bug Fixes

  • core: fix retrieve default return type (642e24e)

Features

0.0.1-alpha.3 (2022-10-26)

Note: Version bump only for package knexion

0.0.1-alpha.2 (2022-10-26)

Note: Version bump only for package knexion

0.0.1-alpha.1 (2022-10-26)

Note: Version bump only for package knexion

0.0.1-alpha.0 (2022-10-26)

Features

  • move out test utils to separate package (3dae5ef)
  • page-pagination: create new package (500f1bd)