JSLT v0.1.9 Release Notes

Release Date: 2020-03-05 // about 4 years ago
  • Language changes:

    • ๐Ÿ†• New functions min() and max() added
    • ๐Ÿ†• New function hash-int added (thanks to @ecerulm)
    • null + object now produces the object (not null)
    • null + array now produces the array (not null)

    API changes:

    • FileSystemResourceResolver added (thanks to @ngsoftwaredev)
    • ๐Ÿ”ง Made it possible to configure encoding on resolvers

    ๐Ÿ› Bug fixes:

    • ๐Ÿ‘Œ Support leading zeroes in strings passed to number() (issue #112)
    • ๐Ÿ‘Œ Support Cyrillic characters in string literals (issue #115)
    • ๐Ÿ”’ Upgraded to Jackson 2.10.3 (security fixes)
    • ๐Ÿ– Handle null being returned from Java extension functions
    • Avoid NullPointerException when statically wrapped method does not exist