mirror of
https://github.com/Luzifer/korvike.git
synced 2024-11-08 07:20:07 +00:00
prepare release v1.0.0
This commit is contained in:
parent
fd2a37ca97
commit
2cc2bee14a
2 changed files with 18 additions and 2 deletions
18
History.md
18
History.md
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue