- Fix issue with function annotation enforcement in keyword-only arguments (#7).
- Further performance improvements to function annotation enforcement (ensure_annotations).
- Major performance improvements to function annotation enforcement (ensure_annotations). (#4, #5). Thanks to @harrisonmetz.
- Fix issue with keyword arguments used as positionals by the caller (#1). Thanks to @harrisonmetz.
- Speed up function annotation enforcement.
- Work around PyPI documentation rendering issue.
- Begin tracking changes in changelog.
- Add support for function annotation enforcement.