Skip to content

Latest commit

 

History

History
64 lines (32 loc) · 1.46 KB

RELEASE-NOTES.md

File metadata and controls

64 lines (32 loc) · 1.46 KB

go-giter8 release notes

2020-10-28 - v0.6.0

  • AB#30: Support creating project from templates located at specific git branches or tags.

2020-09-09 - v0.5.1

  • AB#24: scaffold command supports "quiet" mode.

2020-09-07 - v0.5.0

  • AB#24: Support "quiet" mode.
  • Other fixes and enhancements.

2020-02-10 - v0.4.3

  • Fix: incorrect file matching on Windows.

2020-01-20 - v0.4.2

  • Fix: filename of file in "verbatim" list is kept intact.
  • Fix: text/template's default delims ({{ and }}) may cause issue sometimes.
  • Other bug fixes.

2020-01-01 - v0.4.0

  • Support scaffolding & scaffold command.

2019-12-30 - v0.3.2

  • Enhance "verbatim" list: support files under specific directories.

2019-11-25 - v0.3.1

  • Fix bug: input with spaces is not treated as a whole string.

2019-09-19 - v0.3.0

  • Generate template output from any git repository.
  • Remove temp directory after template output is generated successfully.
  • Generate template output from local directory (protocol file://).
  • Other fixes and improvements.

2019-09-11 - v0.2.0.1

  • Migrate to use package github.com/urfave/cli.

2019-09-10 - v0.2.0

  • Forked from savaki/go-giter8.
  • Fixed bug: unrecognized import path "code.google.com/p/go-uuid/uuid".
  • Clearly document that currently go-giter8 supports only templates from GitHub.
  • Removed non-identifier transform functions to be compatible with package text/template.