JSLT v0.1.11-beta Release Notes

Release Date: 2020-08-18 // over 3 years ago
  • ๐Ÿš€ This beta release adds one language extension, three functions, and
    ๐Ÿ›  fixes one bug.

    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.