Jolt v0.1.1 Release Notes

Release Date: 2018-05-01 // almost 6 years ago
  • String manipulation

    • leftPad and rightPad
    • trim
    • substring
    • split

    Math

    • intSubtract, doubleSubtract, and longSubtract

    Object Manipulation

    • squashNulls - works on Lists and Maps
    • recursivelySquashNulls - recursively works on Lists and Maps

    🛠 Fixes for

    • size modify function
    • JoltUtils navigate methods
    • parens in string literals

Previous changes from v0.1.0

  • No other code changes.
    ⚡️ We had to move Jenkins build machines, took this opportunity to update Java, maven, dependency versions.