Releases: francois-rd/coma
Releases · francois-rd/coma
Release list
Version 3.0.1
Version 3.0.1: https://pypi.org/project/coma/3.0.1/
Changelog:
- Significant design changes that break backwards compatibility:
- Removed
coma.register(). Everything happens via the@commanddecorator. - Folded all
coma.initiate()functionality intocoma.wake(). - Simplified all hook protocols and added new utilities for user-defined hooks.
- Removed
- Greatly improved command signature inspection:
- More robust parsing and invocation of command parameters.
- New
inlineconfig parameters!
Version 2.1.0
Version 2.1.0: https://pypi.org/project/coma/2.1.0/
Changelog:
- Changed
coma.wake()fromwarnings-based toException-based error handling.
Version 2.0.1
Version 2.0: https://pypi.org/project/coma/2.0.1/
Changelog:
- Add
@commanddecorator - Changed default prefix separator from
:to::to avoid conflict with dictionary notation - Minor improvements and bug fixes
First stable release
First stable release: https://pypi.org/project/coma/1.0.0/