Skip to content

Releases: qntfy/kazaam

v4.0.1

05 Jul 18:29
f202606
Compare
Choose a tag to compare

Fix Travis for release updates

v4.0.0

03 Jul 17:09
3aad90b
Compare
Choose a tag to compare

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

10 Jun 03:25
0d596ea
Compare
Choose a tag to compare

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

v3.4.8

17 Jul 18:10
c3c395d
Compare
Choose a tag to compare

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.

Release v3.4.7

29 Aug 01:46
e6f7e79
Compare
Choose a tag to compare

Permanently fixes UUID dependency issue.

Release v3.4.6

13 Jul 20:56
78bde6a
Compare
Choose a tag to compare

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

Release v3.4.5

06 Jun 18:58
Compare
Choose a tag to compare

Fix UUID dependency issue

Release v3.4.4

13 Feb 03:36
c89d389
Compare
Choose a tag to compare

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.

Release v3.4.3

10 Jan 23:57
faca9e2
Compare
Choose a tag to compare

Bug fixes

Release v3.4.2

10 Jan 01:31
da17ca4
Compare
Choose a tag to compare

Bug fixes for code added in v3.4.1 #66