JSLT v0.1.3 Release Notes

Release Date: 2018-08-14 // over 5 years ago
  • 🚀 This release sees one language extension, a new function, one optimization, and bug fixes. Huge thanks to @vectro for contributions.

    Language changes:

    • ➕ Added if filters in array and object comprehensions
    • The flatten() function was added

    Optimizations:

    • Tiny optimization in object comprehensions

    🐛 Bug fixes:

    • Implemented let inside object comprehensions
    • 🛠 Fix round-tripping bug in date parsing/formatting (resolved #8), thanks to @vectro
    • 🐛 Bug fix and improvement to the number() function, thanks to @vectro
    • 🐛 Bug fix in date parsing/formatting (2 milliseconds off), thanks to @vectro