All Versions
13
Latest Version
Avg Release Cycle
75 days
Latest Release
1471 days ago
Changelog History
Page 2
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 toget-key
function - ๐ Support for more types in
FunctionWrapper
- โฌ๏ธ Upgraded to Jackson 2.9.6
๐ The released version is available from Maven Central.
- Implemented size bounds on the regexp cache to prevent it from
-
v0.1.1 Changes
June 14, 20180๏ธโฃ 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>