- Fixed - Fixed a bug where union-style return types (such as `int | str`) in Google-style docstrings cannot be correctly parsed (https://github.com/jsh9/pydoclint/issues/66) - Full diff - https://github.com/jsh9/pydoclint/compare/0.1.8...0.1.9
0.1.8
- Fixed - Fixed a broken URL that used to point to `DOC103` notes (https://github.com/jsh9/pydoclint/issues/61) - Full diff - https://github.com/jsh9/pydoclint/compare/0.1.7...0.1.8
0.1.7
- Fixed - Correctly handle potentially unacceptable type hint formats (https://github.com/jsh9/pydoclint/issues/59) - Full diff - https://github.com/jsh9/pydoclint/compare/0.1.6...0.1.7
0.1.6
- Added - Added handling of the `NoReturn` type annotation (https://github.com/jsh9/pydoclint/issues/55) - Full diff - https://github.com/jsh9/pydoclint/compare/0.1.5...0.1.6
0.1.5
- 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