File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33** ATTN** : This project uses [ semantic versioning] ( http://semver.org/ ) .
44
55## [ Unreleased]
6+
7+ ## [ 1.17.0] - 2016-05-09
68### Added
79- Pluggable flag-level help text rendering via ` cli.DefaultFlagStringFunc `
810- ` context.GlobalBoolT ` was added as an analogue to ` context.GlobalBool `
2022 (previously they printed "No help topic for...", but still exited 0. This
2123 makes it easier to script around apps built using ` cli ` since they can trust
2224 that a 0 exit code indicated a successful execution.
25+ - cleanups based on [ Go Report Card
26+ feedback] ( https://goreportcard.com/report/github.com/codegangsta/cli )
2327
2428## [ 1.16.0] - 2016-05-02
2529### Added
@@ -279,7 +283,8 @@ signature of `func(*cli.Context) error`, as defined by `cli.ActionFunc`.
279283### Added
280284- Initial implementation.
281285
282- [ Unreleased ] : https://github.com/codegangsta/cli/compare/v1.16.0...HEAD
286+ [ Unreleased ] : https://github.com/codegangsta/cli/compare/v1.17.0...HEAD
287+ [ 1.17.0 ] : https://github.com/codegangsta/cli/compare/v1.16.0...v1.17.0
283288[ 1.16.0 ] : https://github.com/codegangsta/cli/compare/v1.15.0...v1.16.0
284289[ 1.15.0 ] : https://github.com/codegangsta/cli/compare/v1.14.0...v1.15.0
285290[ 1.14.0 ] : https://github.com/codegangsta/cli/compare/v1.13.0...v1.14.0
You can’t perform that action at this time.
0 commit comments