Releases: chuhlomin/render-template
v1.10
Added template functions: split
, toJSON
.
Example: {{ "1,2,3" | split "," | toJSON }}
in template will result in ["1","2","3"]
.
Updated from github.com/caarlos0/env/v6
to github.com/caarlos0/env/v10
.
Fixed golangci-lint warnings.
Full Changelog: v1.9...v1.10
v1
Update image to v1.10
v1.9
v1.8
Added multi-achitecture Docker image support.
Supported architectures are linux/amd64
, linux/arm/v7
, linux/arm64
.
Full Changelog: v1.7...v1.8
v1.7
Added template functions: date
, mdlink
, number
and base64
.
Full Changelog: v1.6...v1.7
v1.6
Switch from set-output
to GITHUB_OUTPUT
(GitHub Actions: Deprecating save-state and set-output commands)
Full Changelog: v1.5...v1.6
v1.5
Added vars_path
input.
You must set either vars
or vars_path
, or you may set both of them (vars
values will take precedence over vars_path
).
Updated dependencies.
v1.4
Switch from html/template
to text/template
to avoid escaping certain characters
v1.3
Add result_path
input argument. If set, action will write result output to that file.
Update to Go 1.17
v1.2
GitHub actions pulls action image from Docker Hub