Skip to content

Releases: CodeShellDev/goplater

v1.0.1 Bugfix

22 Oct 16:53

Choose a tag to compare

Hey there, small bugfix here!

What's Changed

  • fixed relative paths using wrong root in folders

CS out👋

v1.0.0 Stable

19 Oct 18:51

Choose a tag to compare

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

19 Oct 17:28

Choose a tag to compare

v1.0.0 RC 1 Pre-release
Pre-release

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

17 Oct 22:20

Choose a tag to compare

Hello everyone back again with another bugfix / hotfix.

What's Changed

  • changed delim from {{}} to {{{}}} (in regex)

CS out 👋

v0.0.3 Bugfix

17 Oct 22:10

Choose a tag to compare

Hello everyone back again with a bugfix.

What's Changed

  • moved -i & -v back into template.go
  • changed delim from {{}} to {{{}}}

CS out 👋

v0.0.2 Supress

17 Oct 21:34

Choose a tag to compare

Hey there quick little update.

What's Changed

  • added -i to supress errors and prevent go from inserting into invalid templates (that are not meant to be executed)

CS out 👋

v0.0.1 Initial Release

17 Oct 21:15

Choose a tag to compare

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 (-r for recursive search)
  • file matching via -m with regex
  • folder structure preservation via -f false (default: preserve, use -p to 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

17 Oct 20:36
1f2899d

Choose a tag to compare

v0.0.1 RC 3 Pre-release
Pre-release

Full Changelog: v0.0.1-rc2...v0.0.1-rc3

v0.0.1 RC 2

17 Oct 20:31
3f12582

Choose a tag to compare

v0.0.1 RC 2 Pre-release
Pre-release

Full Changelog: v0.0.1-rc1...v0.0.1-rc2

v0.0.1 RC 1

17 Oct 20:20
280ef80

Choose a tag to compare

v0.0.1 RC 1 Pre-release
Pre-release

Hey there, this is a Release Candidate for v0.0.1!

Full Changelog: https://github.com/CodeShellDev/goplater/commits/v0.0.1-rc1