Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 3.25 KB

CHANGELOG.md

File metadata and controls

71 lines (46 loc) · 3.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

v0.7.1 2024-09-27

  • fae09a8 fix: edge cases for nullable json types (#26)
  • c3d3420 fix: json order regression (#27)
  • 326152f fix: string | null when JSON type is unknown (#20)

v0.7.0 - 2024-06-03

  • eb2948d feat: top level ordering (#14)
  • 253ef91 feat: top level filter (!inner) (#12)

v0.6.2 - 2024-03-25

  • 4683124 fix: allow capital letters in json selectors (#9)
  • 0bd4877 fix: support for null in horizontal filtering (#10)

v0.6.1 - 2024-03-04

  • 351c9d7 fix: missing headers for some requests (#4)

v0.6.0 - 2024-01-12

  • fix: projects with moduleResolution: "node" could not find types (#68)
  • feat: missing and columns (support for default values in inserts) (#65)
  • fix: special characters (#66)
  • fix: disallow (->>) string query for typed method selectJson (#64)
  • fix: rename modifier works for all selectors (#63)
  • fix: exported forgotten delete response type (#62)

v0.5.1 - 2023-12-13

  • fix: pagesLength null and last page (#56)

v0.5.0 - 2023-12-07

  • fix: PostgresTable type to accept null type for columns (#54)
  • feat: implement url encoding constructor config (#46)

v0.4.0 - 2023-11-23

  • feat: untyped (dynamic) support (#43)
  • fix: cardinality validation on empty array issue (#45)
  • feat: support for nullable embedded query (#42)
  • fix: logical filters duplication issue (#41)

v0.3.0 - 2023-11-20

  • feat: Query and response types export (#38)
  • fix: preserve headers after another filter (#39)

v0.2.0 - 2023-11-14

  • feat: JSON support (#30)

v0.1.0 - 2023-10-20

  • feat: casting (#14)
  • feat: custom header support (#19)
  • feat: HTTP methods (#10)
  • feat: vertical filtering and embedding (#6)
  • feat: order, offset and limit (#3)
  • feat: header modifiers (#4)
  • feat: horizontal filtering and logical operators (#1)