Skip to content

Releases: StephanHCB/go-generator-lib

v1.5.0

10 Oct 15:16

Choose a tag to compare

1.5.0 (2023-10-10)

Features

v1.4.2

20 Jan 14:24

Choose a tag to compare

1.4.2 (2023-01-20)

Bug Fixes

v1.4.1

22 Jun 14:24

Choose a tag to compare

1.4.1 (2022-06-22)

Bug Fixes

v1.4.0

22 Jun 14:11

Choose a tag to compare

1.4.0 (2022-06-22)

Bug Fixes

Features

  • #19: added option to only copy a file without templating (50f1048), closes #19
  • #19: added option to only copy a file without templating, supporting withItems and conditions (828678f), closes #19

v1.3.0

30 Sep 18:45

Choose a tag to compare

1.3.0 (2021-09-30)

Features

  • #8: correctly handle empty string defaults vs. missing defaults - implements #8 (27ae46d)

v1.2.0

29 Sep 20:46

Choose a tag to compare

1.2.0 (2021-09-29)

Features

  • #7: parse default values as a template when writing spec and rendering (1f5e2e9), closes #7

v1.1.0

29 Sep 17:49

Choose a tag to compare

1.1.0 (2021-09-29)

Features

  • #6: include Masterminds/sprig for all templates (305acf2), closes #6

v1.0.0

29 Sep 16:44

Choose a tag to compare

1.0.0 (2021-09-29)

Bug Fixes

  • #9: update node version in semver workflow (dd75f33), closes #9

chore

  • release: setup semantic-release (2121cbb)

BREAKING CHANGES

  • release: all commits now require the conventional commit format

support structured variables

18 Aug 16:25

Choose a tag to compare

This release adds support for list / map-valued variables, including their default values. See readme for details.

write render spec from validated parameters

20 Feb 14:57

Choose a tag to compare

v0.2.0

implement creating render spec with specified parameter values