1
0
mirror of https://github.com/Luzifer/korvike.git synced 2024-09-16 15:38:27 +00:00

prepare release v1.0.0

This commit is contained in:
Knut Ahlers 2024-02-29 18:05:49 +01:00
parent fd2a37ca97
commit 2cc2bee14a
Signed by: luzifer
SSH Key Fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E
2 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,19 @@
# 1.0.0 / 2024-02-29
* Breaking: Add sprig functions, replace some internal ones
* Replace old build-system
**Breaking changes:**
- Function `env` no longer takes a default, use `env "MYVAR" | default "..."`
- Function `file` no longer takes a default, use `file "[filename]" | default "..."`
- Function `now` returns `time.Time`, use `now | date "[format]"`
- Function `split` now has reversed parameters `split <sep> <str>`
- Function `vault` no longet takes a default, use `vault "key" "field" | default "..."`
- Removed function `b64decode`, use `b64dec`
- Removed function `b64encode`, use `b64enc`
- Removed function `hash`, use `sha1sum` / `sha256sum` / `sha512sum`
# 0.13.0 / 2022-03-30
* Add basic string manipulation `join` and `split`
@ -79,4 +95,4 @@
# 0.1.0 / 2016-07-31
* initial version
* initial version

View File

@ -4,7 +4,7 @@
# Luzifer / korvike
`korvike` is the finnish translation to the word "replacer" and that is what it does: It takes a Go template and executes it.
`korvike` is the Finnish translation to the word "replacer" and that is what it does: It takes a Go template and executes it.
## Available functions