Skip to content

Latest commit

 

History

History
110 lines (63 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

110 lines (63 loc) · 2.02 KB

0.2.3 (2015-10-13)

Added

  • Generate .gitignore #31
  • Generate godoc by go generate #24
  • Add demo (.gif) #35, #36

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Fix variable name when flag includes #38
  • Use go generate for go-bindata #33
  • Refactoring

0.2.2 (2015-08-31)

Added

  • design command to create design template file (.toml)
  • validate command to check design file has enough fields to generate CLI project
  • apply command to generate CLI project from design file

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

0.2.1 (2015-07-21)

Added

  • wercker.yml to run test on Wercker (#14)
  • list command (#16)
  • go vet tests for artifacts (#18)
  • Generate bash script (experiment) (#20)
  • Usge flag.Var (#21)
  • Global option for command pattern (#22)
  • go vet, golint, gofmt test for gcli
  • More verbose outputs in skeleton package

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

0.2.0 (2015-06-21)

0.1.1 (2014-07-21)

Added

  • Replate gofmt command with go/printer and go/parser
  • LICENCE

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • More concreate document

0.1.0 (2014-06-22)

Initial release

Added

  • Add Fundamental features

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing