Qntfy Kazaam Versions Save

Arbitrary transformations of JSON in Golang

v4.0.1

2 years ago

Fix Travis for release updates

v4.0.0

2 years ago

Bump major version for go.mod update

  • Add go.mod and remove glide.yaml
  • Add semver suffix on import paths following go standard
  • Bump to major version v4.0.0 since semver update is a breaking change

v3.4.9

2 years ago

Add support for "over":"$" to iterate transform over root level array, fix for #106

v3.4.8

4 years ago

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

5 years ago

Permanently fixes UUID dependency issue.

v3.4.6

5 years ago

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

v3.4.5

5 years ago

Fix UUID dependency issue

v3.4.4

6 years ago

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

6 years ago

Bug fixes

v3.4.2

6 years ago

Bug fixes for code added in v3.4.1 https://github.com/qntfy/kazaam/pull/66