Skip to content

Releases: marcusfrdk/click-with-aliasing

1.2.1

24 Oct 17:00
1.2.1
b254ab8

Choose a tag to compare

  • The -h flag is now default for showing the help menu unless overridden (a group of command has an option with -h)
  • Added unit tests
  • Updated documentation

Full Changelog: 1.2.0...1.2.1

v1.2.0

24 Oct 16:35
1.2.0
a80b7c4

Choose a tag to compare

  • Added option, argument and rule class.
  • Removed separation between Command and command files.
  • Removed separation between Group and group files.
  • Updated type hinting to use 3.10+ type hinting
  • Added mypy
  • Updated documentation
  • Added CONTRIBUTING.md file
  • More pre-commit runners
  • New tests in tests/ directory

Full Changelog: 1.1.1...1.2.0

1.1.1

21 Jul 20:36
6a0c7e2

Choose a tag to compare

  • Fixed an issue where aliases could become None

Full Changelog: 1.1.0...1.1.1

1.1.0

21 Jul 17:38
a83f6fd

Choose a tag to compare

  • Automatic async support
  • Support for Python 3.10
  • Improved type-hinting

Full Changelog: 1.0.4...1.1.0

1.0.4

03 Feb 09:00
534b2a8

Choose a tag to compare

Updated type-hinting for group and command to make them decorators instead of just functions.

Full Changelog: 1.0.3...1.0.4

1.0.3

03 Feb 01:35
b5bd6e4

Choose a tag to compare

Updated documentation and changed some formalities in wording.

Full Changelog: 1.0.2...1.0.3

1.0.2

03 Feb 01:22
25378e0

Choose a tag to compare

Updated documentation in README, LICENCE and pyproject.toml.

Full Changelog: 1.0.1...1.0.2

1.0.1

03 Feb 01:12
9a46914

Choose a tag to compare

This update features some changes to the structure of the project, such as documentation and project declarations.

Full Changelog: 1.0.0...1.0.1

1.0.0

03 Feb 01:11
7ef5d5c

Choose a tag to compare

This is the initial version of click_with_aliasing. This version features the group and command decorators, which are wrappers of the click.group and click.command decorators. You use them the exact same, but with the addition of an aliases argument, which is a list of strings (the aliases to use for the group/command.