Skip to content

Releases: francois-rd/coma

Version 3.0.1

Choose a tag to compare

@francois-rd francois-rd released this 22 Apr 18:01

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 @command decorator.
    • Folded all coma.initiate() functionality into coma.wake().
    • Simplified all hook protocols and added new utilities for user-defined hooks.
  • Greatly improved command signature inspection:
    • More robust parsing and invocation of command parameters.
    • New inline config parameters!

Version 2.1.0

Choose a tag to compare

@francois-rd francois-rd released this 20 Feb 22:26

Version 2.1.0: https://pypi.org/project/coma/2.1.0/

Changelog:

  • Changed coma.wake() from warnings-based to Exception-based error handling.

Version 2.0.1

Choose a tag to compare

@francois-rd francois-rd released this 23 Jan 00:00

Version 2.0: https://pypi.org/project/coma/2.0.1/

Changelog:

  • Add @command decorator
  • Changed default prefix separator from : to :: to avoid conflict with dictionary notation
  • Minor improvements and bug fixes

First stable release

Choose a tag to compare

@francois-rd francois-rd released this 15 May 01:59