- Improved - Improved algorithm to compare type hints, so that type hints are considered equal if their actual meanings are the same. (https://github.com/jsh9/pydoclint/issues/56) - Full diff - https://github.com/jsh9/pydoclint/compare/0.1.4...0.1.5
0.1.4
- Added - A documentation site to complement README - Full diff - https://github.com/jsh9/pydoclint/compare/0.1.3...0.1.4
0.1.3
- Fixed - Pass `--check-return-types` option to flake8 plugin (https://github.com/jsh9/pydoclint/pull/52) - Full diff - https://github.com/jsh9/pydoclint/compare/0.1.2...0.1.3
0.1.2
- Fixed - Fixed outdated naming of options `--type-hints-in-docstring` and `--type-hints-in-signature` (https://github.com/jsh9/pydoclint/issues/50) - Full diff - https://github.com/jsh9/pydoclint/compare/0.1.1...0.1.2
0.1.1
- Fixed - Fixed incorrect blocking of "sphinx" style in CLI arguments (https://github.com/jsh9/pydoclint/issues/49) - Full diff - https://github.com/jsh9/pydoclint/compare/0.1.0...0.1.1
0.1.0
- Added - Added support for the [Sphinx docstring style](https://sphinx-rtd-tutorial.readthedocs.io/en/latest/docstrings.html) (https://github.com/jsh9/pydoclint/issues/43) - Full diff - https://github.com/jsh9/pydoclint/compare/0.0.16...0.1.0