1.17.8
What's Changed π
- fix: Invoke
context()
function with a list containing a custom context by @saig0 in #860 - fix:
number()
to return null if the given string is invalid by @saig0 in #898 - fix: Function
context put()
works for more than two keys by @backport-action in #904 - fix: Unary-test behavior with special input variable
?
by @backport-action in #905 - fix: Return null if a date is invalid by @saig0 in #900
- fix: List operation returns null if the value is not a list by @backport-action in #907
- fix: Variable name starting with "in" by @backport-action in #913
- fix:
substring()
with exceeding length by @saig0 in #896 - fix: Parse expression with NBSP character by @backport-action in #916
- fix: Detect duplicated context values in
distinct values()
+union()
+duplicate values()
by @saig0 in #917
Full Changelog: 1.17.7...1.17.8