Commit 8ebe8d2
1 file changed
+1
-1
lines changed- .github/workflows/jsonata.yml+5-5
- CHANGELOG.md+8
- README.md-2
- docs/embedding-extending.md+2-2
- docs/higher-order-functions.md+25-1
- docs/other-operators.md+30
- docs/programming.md+80
- docs/regex.md+1-1
- jsonata.d.ts+23-4
- package.json+1-1
- src/datetime.js+12-13
- src/functions.js+2-1
- src/jsonata.js+14-4
- src/parser.js+36
- test/async-function.js+10
- test/implementation-tests.js+17-2
- test/run-test-suite.js+2-2
- test/test-suite/groups/coalescing-operator/case000.json+6
- test/test-suite/groups/coalescing-operator/case001.json+6
- test/test-suite/groups/coalescing-operator/case002.json+6
- test/test-suite/groups/coalescing-operator/case003.json+7
- test/test-suite/groups/coalescing-operator/case004.json+7
- test/test-suite/groups/coalescing-operator/case005.json+7
- test/test-suite/groups/coalescing-operator/case006.json+7
- test/test-suite/groups/coalescing-operator/case007.json+7
- test/test-suite/groups/coalescing-operator/case008.json+7
- test/test-suite/groups/coalescing-operator/case009.json+7
- test/test-suite/groups/coalescing-operator/case010.json+7
- test/test-suite/groups/coalescing-operator/case011.json+7
- test/test-suite/groups/coalescing-operator/case012.json+7
- test/test-suite/groups/default-operator/case000.json+7
- test/test-suite/groups/default-operator/case001.json+7
- test/test-suite/groups/default-operator/case002.json+7
- test/test-suite/groups/default-operator/case003.json+7
- test/test-suite/groups/default-operator/case004.json+7
- test/test-suite/groups/default-operator/case005.json+7
- test/test-suite/groups/default-operator/case006.json+9
- test/test-suite/groups/default-operator/case007.json+7
- test/test-suite/groups/default-operator/case008.json+7
- test/test-suite/groups/default-operator/case009.json+9
- test/test-suite/groups/default-operator/case010.json+7
- test/test-suite/groups/default-operator/case011.json+7
- test/test-suite/groups/default-operator/case012.json+7
- test/test-suite/groups/default-operator/case013.json+7
- test/test-suite/groups/function-pad/case011.json+6
- test/test-suite/groups/function-pad/case012.json+6
- test/test-suite/groups/function-tomillis/case013.json+6
- test/test-suite/groups/hof-map/case0010.json+6
- test/test-suite/groups/hof-map/case0011.json+6
0 commit comments