Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.41 KB

0.3.0.markdown

File metadata and controls

42 lines (30 loc) · 1.41 KB

This release is brought to you eed3si9n.

New features

  • giter8-plugin for sbt 0.11 with g8-test task, which runs src/test/g8/test using scripted framework.
  • a directory named $package$ expands out to package dir structure (for example, net.databinder becomes net/databinder). #19
  • files matching the patterns listed in verbatim are copied without processing (for example, verbatim: *.js leaves js files alone). #21

bug fixes and minor updates

  • builds with sbt 0.11.
  • support for copying permission bits. #24
  • fixes charset issue. #26
  • changes github credential storage to git config --global or env vars. see local github config. #10

How to Upgrade

Giter8 is managed by Conscript.

cs n8han/giter8

This updates your g8 script to use the latest release version. Template authors should see the readme for information on the new giter8-plugin for sbt 0.11.