- 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).
1.0.7
- Changed - Top level object style. - Hide `function` prefix by `display: none;` in CSS.