Skip to content

Release v2.1.3

Choose a tag to compare

@github-actions github-actions released this 22 Mar 04:35
· 7 commits to master since this release

Release v2.1.3

This release implements JSONata 2.1.0 specification with full compatibility.

Changes

  • fix: make release workflow idempotent for version bump and tag creation (28ca8fd)
  • fix: correct test_substring expected value (508f133)

Test Suite Compatibility

  • 1258/1258 reference tests passing (100%)

Installation

pip install jsonatapy==2.1.3

Verification

import jsonatapy
print(jsonatapy.__version__)  # Should print: 2.1.3