Releases: CodeShellDev/goplater
v1.0.1 Bugfix
Hey there, small bugfix here!
What's Changed
- fixed relative paths using wrong root in folders
CS out👋
v1.0.0 Stable
Hello fellow goplaters!
I am pleased to tell you that drum roll please... 🥁
Version 1.0.0
... has finally released 🥳 and with it comes the first stable build of goplater 👍️ (to my knowledge)
What's Changed
- added
!operator, which stops recursive templating - fixed a lot of regex-related bugs and issues
- created a wonderful ReadMe
Full Changelog: v0.0.4...v1.0.0
CodeShell out 👋
v1.0.0 RC 1
Hey there, this is the first Release Candidate for v1.0.0, 🥳
not much has changed (feature-wise), but the whole codebase has been rewritten and restructured.
What's Changed
- Rewrite of codebase
- :)
Take a look at the huge commit
Full Changelog: v0.0.4...v1.0.0-rc1
CS out👋
v0.0.4 Hotfix
Hello everyone back again with another bugfix / hotfix.
What's Changed
- changed delim from
{{}}to{{{}}}(in regex)
CS out 👋
v0.0.3 Bugfix
Hello everyone back again with a bugfix.
What's Changed
- moved
-i&-vback into template.go - changed delim from
{{}}to{{{}}}
CS out 👋
v0.0.2 Supress
Hey there quick little update.
What's Changed
- added
-ito supress errors and prevent go from insertinginto invalid templates (that are not meant to be executed)
CS out 👋
v0.0.1 Initial Release
Hey there and welcome to the Initial Release of goplater.
Featureset
Here is a quick overwiev of all the current features:
- template file with output
- template files with output (
-rfor recursive search) - file matching via
-mwith regex - folder structure preservation via
-f false(default: preserve, use-pto flatten) - recursive file templating: like templating-chain
- specify the source context to be used for absolute paths (technically this makes them relative, but...)
- use relative paths in templates (relative to the file itself)
- cleanup whitespace via
-w(default:l,t; leading, trailing)
CodeShell out 👋
v0.0.1 RC 3
Full Changelog: v0.0.1-rc2...v0.0.1-rc3
v0.0.1 RC 2
Full Changelog: v0.0.1-rc1...v0.0.1-rc2
v0.0.1 RC 1
Hey there, this is a Release Candidate for v0.0.1!
Full Changelog: https://github.com/CodeShellDev/goplater/commits/v0.0.1-rc1