File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ #### 1.8.2 Maintenance Release
2+
3+ - Fix bug with regex usage in partially applied functions (issue #427 )
4+ - Fix regression when the $string() function is applied to a top-level array (PR #429 )
5+
16#### 1.8.1 Maintenance Release
27
38- Fix bug in timezone handling for ISO week date formats (issue #403 )
Original file line number Diff line number Diff line change 11{
22 "name" : " jsonata" ,
3- "version" : " 1.8.1 " ,
3+ "version" : " 1.8.2 " ,
44 "description" : " JSON query and transformation language" ,
55 "module" : " jsonata.js" ,
66 "main" : " jsonata.js" ,
5353 "mkdirp" : " ^1.0.3" ,
5454 "mocha" : " ^7.0.1" ,
5555 "mocha-lcov-reporter" : " ^1.3.0" ,
56- "regenerator" : " ^0.14.2 " ,
57- "request" : " ^2.88.0 " ,
58- "uglify-es" : " ^3.3.9 "
56+ "regenerator" : " ^0.14.4 " ,
57+ "request" : " ^2.88.2 " ,
58+ "uglify-es" : " ^3.3.10 "
5959 },
6060 "engines" : {
6161 "node" : " >= 8"
You can’t perform that action at this time.
0 commit comments