- Fixed - Handle parsing empty line ([23](https://github.com/daizutabi/mkapi/pull/23)). Thanks to [tony](https://github.com/tony). - Typo ([24](https://github.com/daizutabi/mkapi/pull/24)). Thanks to [tony](https://github.com/tony). - Add a slash at the end of URL ([25](https://github.com/daizutabi/mkapi/issues/25)).
1.0.12
- Changed - Ensure compatibility with future MkDocs versions ([20](https://github.com/daizutabi/mkapi/pull/20)). Thanks to [timvink](https://github.com/timvink).
1.0.11
- Fixed - TypeError in `<metaclass>.mro()` ([19](https://github.com/daizutabi/mkapi/issues/19)).
1.0.10
- Added - Global filters and page filters. - Fixed - Delete prefix in nav menu for heading mode.
1.0.9
- Added - *Abstract* prefix for abstract class and method. - Changed - "*readonly_property*" -> "*readonly property*" and "*readwrite_property*" -> "*readwrite property*". - Fixed - Detect classmethods on abstract base class ([18](https://github.com/daizutabi/mkapi/issues/18))
1.0.8
- Added - `short` filter to remove the prefix from an object name ([16](https://github.com/daizutabi/mkapi/pull/16)). Thanks to [Ahrak](https://github.com/Ahrak).