Release v2.1.3
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.3Verification
import jsonatapy
print(jsonatapy.__version__) # Should print: 2.1.3