- Python 3.13-dev to CI version matrix
default_if_none
decorator in favor of in-function implementation
- Mismatch between env value and resulting tuple in docs (issue #63, PR #64).
3.0.2 - 2021-02-22
- Version number in docs
3.0.1 - 2021-02-22
- All relevant files to the built wheel
- Made
parsenvy
module exports "explicit" - Updated docs:
- Added repo and package external links to the sidebar
- Updated examples in the README
- Updated examples in the docs
- Added Contributing Guidelines, Code of Conduct, and Changelog pages and sidebar links
- PyPI badge in README
3.0.0 - 2021-02-21
- CI with code quality checks
- CD with automatic publishing to PyPI
- Contributing guidelines
- Sphinx generated docs, both locally and on Read the Docs
- Docs for all the things!
- Tests for all the things!
- SOME CONTRIBUTORS!!! :D
- Refactored everything to v3
- Dev env management from Pipenv to Poetry
- Some docs from MD to rST
dict()
2.1.0 - 2019-05-03
dict()
2.0.10 - 2019-02-15
- Windows testing via AppVeyor. :)
2.0.9 - 2019-02-15
- Package name typo in setup.py.
2.0.8 - 2019-02-15
- Fixed bad URL in setup.py.
2.0.7 - 2019-02-15
- Fixed bad version in setup.py.
2.0.6 - 2019-02-15
- Fixed README type in setup.py.
2.0.5 - 2019-02-15
- Updated setup.py per most recent docs
2.0.4 - 2019-02-15
- Moved mypy and Black to dev dependencies.
- GitHub templates
2.0.3 - 2019-02-15
- Black code formatter.
- Formatted all Python files with Black.
2.0.2 - 2019-02-15
- Typing issues were causing Travis CI to fail.
- Dev environment is now managed by Pipenv.
2.0.1 - 2018-02-11
- MyPy to Travis CI
2.0.0 - 2018-02-11
- Type hints!
- Python 2 support!
- Also support for Python 3.2, 3.3, 3.4, 3.5 and PyPy2.7
1.0.2 - 2018-02-11
- Fixed bad version linking in the changelog.
- Added release dates to the changelog.
- Added Code of Conduct reference to the README.
- Updated Code of Conduct email.
- Updated first release link from the commit to the release tag.
- Two of the functions returned the wrong thing instead of the default.
1.0.1 - 2017-07-31
- Travis CI
- SayThanks.io badge to README
- Code of Conduct
- Contributing Guidelines
- GitHub issue/PR templates
1.0.0 - 2017-04-28
- Neater import:
from parsenvy import parsenvy
is nowimport parsenvy
.
0.1.2 - 2017-04-28
- Support for Python 3
- updated
README.rst
0.1.1 - 2017-03-31
- Updated
README.rst
0.1.0 - 2017-03-31
- Basic functionality