From 6e4b9e85fbb36b67b116eb78d0fa9fdb41a57179 Mon Sep 17 00:00:00 2001 From: James Prior Date: Tue, 21 May 2024 07:43:24 +0100 Subject: [PATCH] Release versino 1.3.3 [skip ci] --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d74a14f..469348d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # JSON P3 Change Log -## Version 1.3.3 (unreleased) +## Version 1.3.3 **Fixes** -- Fixed handling of JSONPath filter expression literals. We now throw a `JSONPathSyntaxError` if a filter expression contains a literal (string, int, float, null) that is not part of a comparison or function expression. See [jsonpath-compliance-test-suite #81](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/81). +- Fixed handling of JSONPath filter expression literals. We now throw a `JSONPathSyntaxError` if a filter expression contains a literal (string, int, float, boolean, null) that is not part of a comparison or function expression. See [jsonpath-compliance-test-suite #81](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/81). ## Version 1.3.2