- Add py.typed to package data in setup.py. PR #24
- Add type hints. PR #22
- Enable ANSI color when NO_COLOR is an empty string. PR #21
- Add non-colored suffix to _colorize for 'usage' PR #18
- Fix issue with options with multiple names. PR #16
- Add support for Click 8
- Drop support for Python 2 and 3.5.
- Changed required version of Click to >=7.0,<8
- Add missing files to sdist
- Add support for NO_COLOR <https://no-color.org/>
- Add support for MultiCommands
- Add support for version_option