Releases: qntfy/kazaam
Releases · qntfy/kazaam
v4.0.1
v4.0.0
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
v3.4.8
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
Permanently fixes UUID dependency issue.
Release v3.4.6
Add support for $unix
epoch to timestamp
input and output format.
Release v3.4.5
Fix UUID dependency issue
Release v3.4.4
This is a bugfix release that ensures this project continues to be go get
able after the breaking change in the github.com/satori/go.uuid package. No other changes to kazaam are made.
Release v3.4.3
Bug fixes
Release v3.4.2
Bug fixes for code added in v3.4.1 #66