The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed
ListParamType
to be able to parse the same input multiple times in a row (#23).
- All
ListParamType
subclasses have a new parameterignore_empty
that defaults to False.
- Renamed
UnionParamType
toFirstOf
and changed its signature.
- An issue when a user is prompted a value for a type inheriting
ListParamType
.
- Support for python3.6
- A new base type:
UnionParamType
.
- Updated code to be compatible with Click 8.X
- Added usage of nox package for test automation.
- Added poetry package to better manage package dependencies
- Changed .travis.yml and appveyor.yml to take in account nox.
- Removed pipenv in favor of poetry.
- First release of the package.