V3 vs V2 - go-easygen/easygen GitHub Wiki
New disruptive API change in V3
CLI External
- Command-line replacing options removed. Details at https://github.com/go-easygen/easygen/issues/19
- The
-html
flag, which allowing "treat the template file as html instead of text", has no effect since V2. Now finally removed.
API
- ENV access changed from
{{$.ENV.SHELL}}
to{{ENV "SHELL"}}
. Details at https://github.com/go-easygen/easygen/issues/21. - The fundamental data type changed to accept any arbitrary data, just like the text Template does
Internally
- not yet.