All Versions
10
Latest Version
Avg Release Cycle
74 days
Latest Release
1742 days ago

Changelog History

  • v3.4.8 Changes

    July 17, 2019

    0๏ธโƒฃ transform spec now supports a "keySeparator" key which allows user to specify what character(s) delineate nested keys. The default remains . (which is current behavior) so this should be fully backwards compatible.

  • v3.4.7 Changes

    August 29, 2018

    ๐Ÿ›  Permanently fixes UUID dependency issue.

  • v3.4.6 Changes

    July 13, 2018

    โž• Add support for $unix epoch to timestamp input and output format.

  • v3.4.5 Changes

    June 06, 2018

    ๐Ÿ›  Fix UUID dependency issue

  • v3.4.4 Changes

    February 13, 2018

    ๐Ÿ›  This is a bugfix release that ensures this project continues to be go getable after the breaking change in the github.com/satori/go.uuid package. No other changes to kazaam are made.

  • v3.4.3 Changes

    January 10, 2018

    ๐Ÿ› Bug fixes

  • v3.4.2 Changes

    January 10, 2018

    ๐Ÿ› Bug fixes for code added in v3.4.1 #66

  • v3.4.1 Changes

    January 09, 2018

    ๐Ÿš€ This release adds support for an optional ignore array in Coalesce().

  • v3.4.0 Changes

    October 12, 2017

    ๐Ÿš€ This release adds the ability to delete keys.

  • v3.3.0 Changes

    September 18, 2017

    ๐Ÿš€ This release migrates from the official buger/jsonparser library to the qntfy fork which adds support array indexing support to the Set command. Kazaam now supports transforms which target the setting of specific elements in arrays as well as prepending or appending to arrays.