Bump JSONata to 1.6.4

Fixes #2023
This commit is contained in:
Nick O'Leary
2019-01-07 16:59:38 +00:00
parent 34b6643913
commit c4beab6b0d
3 changed files with 17 additions and 1 deletions

View File

@@ -118,11 +118,13 @@
'$count':{ args:[ 'array' ]},
'$each':{ args:[ 'object', 'function' ]},
'$env': { args:[ 'arg' ]},
'$eval': { args: ['expr', 'context']},
'$exists':{ args:[ 'arg' ]},
'$filter':{ args:[ 'array', 'function' ]},
'$floor':{ args:[ 'number' ]},
'$flowContext': {args:['string']},
'$formatBase': {args:['number','radix']},
'$formatInteger': {args:['number', 'picture']},
'$formatNumber': {args:['number', 'picture', 'options']},
'$fromMillis': {args:['number']},
'$globalContext': {args:['string']},
@@ -141,6 +143,7 @@
'$now':{ args:[ ]},
'$number':{ args:[ 'arg' ]},
'$pad': {args:['str', 'width','char']},
'$parseInteger': {args:['string', 'picture']},
'$power':{ args:[ 'base', 'exponent' ]},
'$random':{ args:[ ]},
'$reduce':{ args:[ 'array', 'function' , 'init' ]},