JSLT v0.1.2 Release Notes

Release Date: 2018-07-12 // over 5 years ago
  • ๐Ÿ›  This version fixes a number of bugs and some cases of bad behaviour. One extra argument was added to the get-key function. Otherwise no language changes.

    The changes:

    • Implemented size bounds on the regexp cache to prevent it from
      consuming too much memory
    • ๐Ÿ›  Fixed error parsing float literals ending with E9 and similar
    • ๐Ÿ›  Fixed bad behaviour causing order of keys in JSLT template
      to be reversed
    • ๐Ÿ›  Fixed bug when comparing with null
    • ๐Ÿ›  Fixed bug in to-json function
    • ๐Ÿ›  Fixed bug in format-time function
    • โž• Added fallback argument to get-key function
    • ๐Ÿ‘Œ Support for more types in FunctionWrapper
    • โฌ†๏ธ Upgraded to Jackson 2.9.6

    ๐Ÿš€ The released version is available from Maven Central.