From 2cc2bee14a1b7613f4da70603184f86822831834 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 29 Feb 2024 18:05:49 +0100 Subject: [PATCH] prepare release v1.0.0 --- History.md | 18 +++++++++++++++++- README.md | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 4af6e3c..d84c57e 100644 --- a/History.md +++ b/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 ` +- 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 \ No newline at end of file + * initial version diff --git a/README.md b/README.md index 31b4ddb..85eb45b 100644 --- a/README.md +++ b/README.md @@ -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