Releases: swaggerexpert/jsonpath
Releases · swaggerexpert/jsonpath
v3.0.1
3.0.1 (2025-04-03)
Bug Fixes
- types: expose ASTTranslator type (c4a3ba5)
v3.0.0
3.0.0 (2025-04-03)
Features
- parse: return AST by default (d4f6e63), closes #5
BREAKING CHANGES
- parse: instead of CST the parse function returns AST by default.
v2.5.0
2.5.0 (2025-04-01)
Features
- parse: optimize CST further (fc93f8b)
v2.4.1
2.4.1 (2025-03-31)
Bug Fixes
- parse: compute tree only on parse success (8a40bd8)
v2.4.0
2.4.0 (2025-03-31)
Features
v2.3.0
2.3.0 (2025-03-30)
Features
- parse: optimize normal-single-quoted CST node (9d9c130), closes #12
v2.2.0
2.2.0 (2025-03-29)
Features
- parse: add optimized CST translator (12a830e)
v2.1.0
2.1.0 (2025-03-29)
Features
- parse: add support for normalized paths mode (6d14eb6)
v2.0.0
2.0.0 (2025-03-28)
Features
BREAKING CHANGES
- new more flexible and extensible public API has been introduced
v1.2.1
1.2.1 (2025-03-28)
Bug Fixes
- grammar: align with final erratas (e80e684)