Skip to content

Releases: aminjam/goflat

v0.4.0

20 Mar 11:55
Compare
Choose a tag to compare

Features

  • Adding --output option for writing to a file.
  • Adding go get support for missing imports. For example if gopkg.in/yaml.v2 is used within an input and not in GOPATH, goflat should go get the missing dependencies temporarily.

v0.3.1

03 Mar 01:55
Compare
Choose a tag to compare

Bugfix

  • This is a bug-fix that was introduced as of v0.2.0. Compiled binary was trying to read off of the fs for the templates and default pipes. By using go generate we can still test the behavior of the extensions while embedding the text into the compiled binary.

v0.3.0

02 Mar 01:40
Compare
Choose a tag to compare

Features

  • Enable user defined pipes e.g. --pipes FILE.go
  • A user should be able to override or extend default helper functions

v0.2.0

26 Feb 01:22
Compare
Choose a tag to compare

Features

  • Add support for pipes and helper functions e.g. {{.List | toUpper}}
  • Support toUpper, toLower, split, join, replace, map

Breaking Changes

v0.1.0

14 Feb 18:55
Compare
Choose a tag to compare
Bump v0.1.0