Skip to content

Latest commit

 

History

History
473 lines (221 loc) · 23.8 KB

CHANGELOG.md

File metadata and controls

473 lines (221 loc) · 23.8 KB

Changelog

0.19.2 (2024-11-19)

Bug Fixes

0.19.1 (2024-10-30)

Bug Fixes

0.19.0 (2024-10-17)

Features

0.18.2 (2024-10-01)

Bug Fixes

0.18.1 (2024-09-30)

Bug Fixes

0.18.0 (2024-08-22)

Features

0.17.1 (2024-07-12)

Bug Fixes

0.17.0 (2024-07-02)

Features

0.16.0 (2024-06-25)

Features

0.15.0 (2024-06-24)

Features

0.14.1 (2024-06-19)

Bug Fixes

0.14.0 (2024-06-19)

Features

  • add support for from and to in mappings (76788e8)

0.13.8 (2024-06-18)

Bug Fixes

  • reverse translator json paths (5543edd)
  • reverse translator json paths (a6b5c2b)

0.13.7 (2024-06-18)

Bug Fixes

0.13.6 (2024-06-18)

Bug Fixes

0.13.5 (2024-06-17)

Bug Fixes

0.13.4 (2024-06-17)

Bug Fixes

0.13.3 (2024-06-14)

Bug Fixes

0.13.2 (2024-06-14)

Bug Fixes

0.13.1 (2024-06-14)

Bug Fixes

  • add release-please manifest (f9319e7)
  • readme to have updated versions (50ba297)
  • release-please workflows (f3e918e)
  • release-please-config.json (438062f)

0.13.0 (2024-06-13)

Features

0.12.8 (2024-06-13)

Bug Fixes

0.12.7 (2024-06-13)

Bug Fixes

0.12.6 (2024-06-13)

Bug Fixes

0.12.5 (2024-06-13)

Bug Fixes

0.12.4 (2024-06-13)

Bug Fixes

0.12.3 (2024-06-13)

Bug Fixes

0.12.2 (2024-06-12)

Bug Fixes

0.12.1 (2024-06-12)

Bug Fixes

0.12.0 (2024-06-12)

Features

0.11.5 (2024-06-12)

Bug Fixes

0.11.4 (2024-06-12)

Bug Fixes

0.11.3 (2024-06-12)

Miscellaneous

0.11.2 (2024-06-11)

Miscellaneous

0.11.1 (2024-06-11)

Miscellaneous

0.11.0 (2024-06-10)

Bug Fixes

  • add prefix for wildcard prop values (#68) (c63d985)

0.10.5 (2024-06-07)

Bug Fixes

  • standard function names in generating code (#66) (79269f3)

0.10.4 (2024-06-07)

Bug Fixes

0.10.3 (2024-06-07)

Bug Fixes

0.10.2 (2024-06-06)

Bug Fixes

  • binding param in new operator syntax (#60) (a5a998c)

0.10.1 (2024-06-06)

Bug Fixes

  • tokenize $ as id than punctuator (#58) (89a4dc7)

0.10.0 (2024-06-06)

Features

  • add support wild card object props (#56) (b553782)

0.9.0 (2024-06-04)

Features

  • add support for json path syntax (#54) (4ee3874)

0.8.5 (2024-01-31)

Miscellaneous

  • standard workflows & PR templates (#52) (efc1252)

0.8.4 (2024-01-31)

Bug Fixes

0.8.3 (2024-01-31)

Miscellaneous

0.8.2 (2023-11-10)

Miscellaneous

0.8.1 (2023-10-18)

Bug Fixes

  • INT-833: conditional expression parsing is failing parse objects (#46) (bf27bae)

0.8.0 (2023-10-10)

Features

0.7.0 (2023-09-25)

Features

  • INT-701: add support for return and throw (#42) (ef15065)

0.6.0 (2023-09-20)

Features

  • add support for short key value in object expr (0f1e5ea)

0.5.5 (2023-09-13)

Miscellaneous

0.5.4 (2023-09-13)

Miscellaneous

0.5.3 (2023-09-07)

Miscellaneous

0.5.2 (2023-06-26)

Miscellaneous

  • add test-cases for array extraction (#30) (7c1ee4b)

0.5.1 (2023-03-06)

Miscellaneous

0.5.0 (2023-01-19)

Features

  • add stryker mutation testing integration (#25) (55f8c22)

0.4.1 (2022-12-19)

Bug Fixes

  • incorrect condition in function call expression (#24) (03d503b)

Miscellaneous

  • ci: remove the option to bump patch for features pre-major (#22) (e7b4ed6)

0.4.0 (2022-12-12)

Features

  • add support for using path type in complex paths (#20) (b086207)

Miscellaneous

0.3.0 (2022-12-07)

Miscellaneous

0.2.4 (2022-12-07)

Features

  • refactor compile time expressions (#16) (cae81bf)

0.2.3 (2022-12-01)

Features

  • add support for array coalescing (#15) (2f3bf0f)

0.2.2 (2022-11-30)

Features

  • add support for compile time expressions (#12) (4fc59c0)
  • add support for index selectors (#13) (db8a661)
  • add support to use context variables any where in the path (#11) (5e8f75e)

Bug Fixes

0.2.1 (2022-11-22)

Miscellaneous

0.2.0 (2022-11-18)

Features

  • add several features and tests (#5) (26d5fd8)

Miscellaneous

  • parser: create lexer to hold lexing logic (#2) (01b0c1a)
  • release 0.2.0 (b45e6d9)

0.1.0 (2022-11-08)

Miscellaneous