1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Changelog
=========
Version 0.1.9
-------------
* Add MANIFEST.in file to package for more complete packaging (thanks to
@martin-kokos)
Version 0.1.8
-------------
* Fix for running unit tests without man-db (GH-5)
Version 0.1.7
-------------
* Add option to automatically generate list of commands in Application manpage
* Fix support for tab indentation in man pages
* Add helpful errors when description is not of type str
* Some minor fixes
Version 0.1.6
-------------
* Bugfix for application testing
* Minor fixes for documentation of single-command applications
* Improve test discovery (GH-2)
Version 0.1.5
-------------
* Bugfix for synopsis of commands with mutually exclusive argument groups
Version 0.1.4
-------------
* Add support for mutually exclusive argument groups
* Typos and fixes
Version 0.1.3
-------------
* Add Tester class to test applications and commands
* Subclass ArgumentParser to handle exit on error
* Removed ``application.get_argument`` method
* Several smaller fixes and design improvements
Version 0.1.2
-------------
* Redesign manpage building api
* Use application help instead of manpage with ``<app> help``
Version 0.1.1
-------------
* Add py.typed file for PEP 561.
* Update help action for application
* Minor fixes
Version 0.1.0
-------------
* Initial release
|