File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,35 @@ Release History
33
44.. :changelog:
55
6+ v0.8 (2018-02-18)
7+ ------------------------
8+
9+ New
10+ ~~~
11+ - Added ConfigOpts.configClassOpts() helper for obtaining the dict of arguments
12+ for :class: `nicfit.config.ConfigClass `
13+ - attrs (https://github.com/python-attrs/attrs) based
14+ :class: `nicfit.config.ConfigOpts `.
15+ - Filter duplicate emails when generating AUTHORS.rst.
16+ - Flush stdout and stderr before sys.exit()
17+ - :class: `nicfit.command.Command ` API refactor (and deprecation of older API)
18+ - Per Command class registration lists makes for more granular command grouping.
19+ - :class: `nicfit.command.SubCommandCommand ` (and a :mod: `nicfit.aio ` verison)
20+ for building commands around subparsers.
21+
22+
23+ Fix
24+ ~~~
25+ - Required subparser support using Python3.7 argparse and faking support
26+ for lesser version.
27+
28+ Other
29+ ~~~~~
30+ - Some docs, and example commands.
31+ - Added deprecated details.
32+ - Fixed tests from enableCommands removal.
33+
34+
635v0.8b3 (2018-02-11)
736------------------------
837
5382- Filter duplicate emails when generating AUTHORS.rst.
5483- Flush stdout and stderr before sys.exit()
5584
85+
5686Other
5787~~~~~
5888- Update pytest from 3.2.5 to 3.3.1 (#169) <github-bot@pyup.io>
You can’t perform that action at this time.
0 commit comments