Jolt v0.0.17 Release Notes

Release Date: 2015-12-28 // over 8 years ago
  • ๐Ÿšš The "remove" transform can now fully handle arrays.

    • As top level inputs
    • Recursing thru Arrays
    • Removing specific array indices

    Shift specs can now have "." in the output path if escaped

    So that you can have output paths like "ref.local" that do not have that be nested maps.

    Example: RHS Shiftr values and how they would manifest in the ouput tree

    • "data.ref.local" --> { "data" : { "ref" : { "local" : X } } }
    • "data.ref.local" --> { "data" : { "ref.local" : X } }

    โž• Additional Fixes

    • ๐ŸŽ Performance fix to ArrayOrderObliviousDiffy
    • โšก๏ธ Updated dependency versions
    • ๐Ÿ›  Fixed issue with Travis CI

    Backwards incompatible Change

    The class ChainrFactory was in the wrong package; "baz a rvoice" instead of "baz aa rvoice".
    If you were referencing that class, you will need to fix you imports.