All Versions
13
Latest Version
Avg Release Cycle
75 days
Latest Release
1234 days ago

Changelog History
Page 2

  • v0.1.2 Changes

    July 12, 2018

    ๐Ÿ›  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.

  • v0.1.1 Changes

    June 14, 2018

    0๏ธโƒฃ Minor feature extension allowing clients to control how references to JSLT modules are resolved. Earlier they were only loaded from the classpath, but now clients can resolve them any way they wish. The default remains to load them from classpath.

    <dependency>
      <groupId>com.schibsted.spt.data</groupId>
      <artifactId>jslt</artifactId>
      <version>0.1.1</version>
    </dependency>
    
  • v0.1.0 Changes

    June 14, 2018

    ๐Ÿš€ The first official release, available from Maven Central at:

    <dependency>
      <groupId>com.schibsted.spt.data</groupId>
      <artifactId>jslt</artifactId>
      <version>0.1.0</version>
    </dependency>