Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-12-02 | 563 Bytes | |
Release 0.1.11_ Beta-1 + serious bug fix source code.tar.gz | 2020-12-02 | 428.2 kB | |
Release 0.1.11_ Beta-1 + serious bug fix source code.zip | 2020-12-02 | 527.5 kB | |
Totals: 3 Items | 956.3 kB | 0 |
This release fixes a serious bug in the number()
function that
returned wrong results when converting strings into negative decimal
numbers (issue [#160]).
Other than that, what is new in this release compared to 0.1.10 is what was added in the 0.1.11-beta:
When creating objects for output the key can now be computed with a JSLT expression.
Three functions have been added:
zip-with-index
zip
index-of
And, finally, the JSLT implementation has been made fully thread-safe by making the regular expression cache thread-safe.