Skip to content

Releases: Stedi/jsonata-rs

v0.3.0

18 Nov 14:45
d3b8e47
Compare
Choose a tag to compare

Added

  • Add support for regex expressions (#125)
  • Handle regex pattern for Value type (#118)

Fixed

  • $millis should return a number (#142)
  • some type-errors in function calls caused panics (#141)

Other

  • bump up actions workflow in osv scanner (#138)
  • pin dependency fix for rust toolchain (#137)
  • (deps) pin dependencies (#136)
  • use Renovate best practices (#135)
  • (deps) update taiki-e/install-action digest to 9c04113 (#128)
  • add permissions definitions at workflow and jobs level (#129)
  • Revert "chore: exempt CHANGELOG from codeowners (#121)" (#124)
  • Update scorecard.yml (#123)
  • run tests within merge queue (#122)
  • exempt CHANGELOG from codeowners (#121)
  • (deps) update github actions upgrade (#119)

v0.2.0

01 Nov 16:20
5b3fb39
Compare
Choose a tag to compare

Added

  • support additional functions (#110)
  • support parsing regex literals (#111)

Fixed

  • used steps in the wrong order (#117)
  • use app token when checking out repo so that PR triggers will run (#116)

Other

  • github app (#115)
  • remove github token from action (#113)
  • add non_exhaustive to the Error enum (#112)
  • create CODEOWNERS; add security policy (#109)
  • add OSV-scanner (#107)
  • add OSSF Scorecard and badge (#105)
  • update secrets env var (#103)

v0.1.10

31 Oct 15:05
9ba4588
Compare
Choose a tag to compare

Added

  • support a custom fn to handle regex pattern (#97)

Fixed

  • using the default token prevents the release PR from having PR checks run (#101)

Other

  • Automate Release Pipeline || Test Token Update (#94)
  • clean up README.md and status.md (#99)
  • add release-plz workflow (#98)

Added

  • Context and positional binds
  • $sort and $join functions