Skip to content

Releases: schneidexe/tpl

v0.7.1

17 Apr 20:09
Compare
Choose a tag to compare

Updated dependencies and rebuilt with go 1.22.2

v0.7.0

15 Oct 10:58
Compare
Choose a tag to compare
  • compiled with go 1.19.1
  • added -o parameter to write rendered template to file (thanks to @aseychell for #18)

v0.6.1

16 May 20:28
Compare
Choose a tag to compare
  • Compiled with go 1.18.2
  • Compiled for arm64

v0.6.0

07 May 07:01
ef09711
Compare
Choose a tag to compare
  • try to parse env var as plain json first
  • prefix filter (-p)
  • {{ include "file" }} function to include sub-templates

v0.5.1

10 Feb 20:32
f1d00e5
Compare
Choose a tag to compare

Rebuild with latest go (v1.15.8) and dependencies (sprig v3.2.1). Dropped MacOS 32bit binary.

v0.5.0

13 Dec 00:11
Compare
Choose a tag to compare
  • rewrite parser to use regex.ReplaceAllString
  • allow escape of : with ::
  • latest sprig functions

v0.4.6

03 Jan 14:52
Compare
Choose a tag to compare
  • bumped to 0.4.6 to benefit from new sprig functions

v0.4.5

26 May 16:04
Compare
Choose a tag to compare
  • bumped to 0.4.5 to benefit from new sprig functions

v0.4.4

12 Oct 19:17
Compare
Choose a tag to compare
  • fix bug when env value contains =

v0.4.3

28 Aug 13:04
Compare
Choose a tag to compare
  • go back to text/template as html/template has too many implications (see #10)