Skip to content

Releases: AlphaOne1/templig

v0.8.3

06 Sep 16:03
157e5b4

Choose a tag to compare

  • changed unmaintained gopkg.in/yaml.v3 to go.yaml.in/yaml/v4
  • dependency updates

v0.8.2

27 Jul 01:11
487f972

Choose a tag to compare

  • documentation clarification for Config.Get
  • dependency updates
  • redacted code using AI to point out potential

v0.8.1

06 Jul 22:48
d0f130e

Choose a tag to compare

  • configured linter
  • adhered to linter comments

v0.8.0

25 Jun 21:56
da2e46f

Choose a tag to compare

  • add an example for config object generation from JSON schema
  • more documentation in examples
  • updated dependencies
  • add golangci-lint checks

v0.7.0

02 Mar 12:29
8af9f7d

Choose a tag to compare

  • give user the possibility to disallow additional templig template functions or add own ones

v0.6.2

02 Mar 00:51
918b301

Choose a tag to compare

  • update x/crypto dependency 0.34.0 -> 0.35.0

v0.6.1

02 Mar 00:17
5a0e805

Choose a tag to compare

  • fix not printing using secret hiding
  • documentation for configuration printing and secret hiding
  • extended templating/env example to print configuration hiding secrets
  • improve secret detection mechanism

v0.6.0

01 Mar 20:07
9c98f77

Choose a tag to compare

  • deprecated FromFiles, replaced by FromFile
  • multi-reader support for From
  • multi-file support for FromFile

v0.5.0

01 Mar 00:33
811f1a6

Choose a tag to compare

  • added arg and hasArg template functions
  • documentation structure improved
  • restructured examples to specifically address templating functions

v0.4.1

25 Feb 19:46
dc8a1c1

Choose a tag to compare

  • added missing documentation for FromFiles function