-
Notifications
You must be signed in to change notification settings - Fork 9
V3 vs V2
suntong edited this page Apr 20, 2019
·
3 revisions
- 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.
- 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
- not yet.