Skip to content

Releases: a8m/envsubst

v1.4.3

Choose a tag to compare

@a8m a8m released this 26 Feb 19:44
2aa6422

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

Choose a tag to compare

@a8m a8m released this 11 Feb 13:05
9df41d1
.github: change release workflow output (#47)

* Change release workflow output

Changing the file structure of release assets to adhere to previous format

* upgrade go-release-action

* fix windows asset name

* fix windows binary name

v1.4.1

Choose a tag to compare

@a8m a8m released this 08 Feb 20:57
97345a5
parse: proper single char variable detection (#45)

Fixes #43, regression from #42

v1.2.0

Choose a tag to compare

@a8m a8m released this 20 Jun 09:22
16035fe

cmd/envsubst

Add the --fail-fast option.

parse

Add the Mode option.

v1.1.0: Merge pull request #14 from a8m/feat/escape

Choose a tag to compare

@a8m a8m released this 18 Sep 09:31
41dec24

Add support for escaping expressions #13, #14

v1.0.0

Choose a tag to compare

@a8m a8m released this 06 Aug 10:24
4e0f64a
[issue #9] moving restriction validation to VariableNode fixes issue …