Releases: VirtusLab/render
Releases · VirtusLab/render
v0.3.0
v0.2.0
Major version dependency upgrade to Sprig v3.1.0:
- there might be subtle behavioural changes, for details see: https://github.com/Masterminds/sprig/releases/tag/v3.0.0
Migrate from go dep do go mod, this only may impact library users.
v0.1.9
Golang updated to 1.14
v0.1.8
- update
crypt
tov0.2.5
(fixes upstream bug VirtusLab/crypt@c86675a) - update
sprig
tov2.22.0
v0.1.7
Changes:
- add slack notifications for travis ci
- bump go version to 1.13
- add tarballs to releases
- add snapcraft file
v0.1.6
Changes:
- add silent mode
--silent
,-s
- avoid confusing error messages when empty
--config
or--var
is passed - update
sprig
dependency
v0.1.5
Changes:
- add
n
template function - fix .gitignore
v0.1.4
Changes:
- add custom functions:
fromYaml
,fromJson
,jsonPath
,writeFile
- update
.travis.yml
v0.1.3
Changes:
- disable git signing because it always breaks when needed
- update crypt to v0.1.1
- improve error handling logging
- improve logging
- update
Makefile
, removeconfig.env
- update
README.md
v0.1.2
Minor logging/error handling fixes.
Changes:
- update Makefile, add set_exit_status for golint
- fix
main_test.go
aftergo-extended
version bump- - add version info to logs
- add regression test for #11
- simplify logging in main.go
- update
go-extended
dependency to versionv0.0.4
- add version info to logs
- add a test case, sort imports