Comparing version 1.8.4 to 1.8.5
@@ -0,1 +1,7 @@ | ||
#### 1.8.5 Maintenance Release | ||
- Fix regression with singleton sequence of array type (issue #462) | ||
- Correctly handle empty array input to group expression (issue #527) | ||
- Fix bug with outer array when evaluating wildcard (issue #495) | ||
#### 1.8.4 Maintenance Release | ||
@@ -2,0 +8,0 @@ |
@@ -16,2 +16,6 @@ // Type definitions for jsonata 1.7 | ||
steps?: ExprNode[]; | ||
expressions?: ExprNode[]; | ||
stages?: ExprNode[]; | ||
lhs?: ExprNode; | ||
rhs?: ExprNode; | ||
} | ||
@@ -18,0 +22,0 @@ |
{ | ||
"name": "jsonata", | ||
"version": "1.8.4", | ||
"version": "1.8.5", | ||
"description": "JSON query and transformation language", | ||
@@ -5,0 +5,0 @@ "module": "jsonata.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
817424
16070