- Changed - Object type style: Bold upper case -> italic lower case, as in the readthedocs. - Hide `method` prefix by `display: none;` in CSS. - Fixed - `type: description` style docstring is interpreted as a pair of return type and description only if the object is a property ([17](https://github.com/daizutabi/mkapi/issues/17)).
1.0.5
- Changed - Use theme's Admonition for Note[s] and Warning[s] sections. - Update CSS ([8](https://github.com/daizutabi/mkapi/issues/8)). Thanks to [Ahrak](https://github.com/Ahrak).
- Fixed - Attribute inspection from docstring. - Display base class in non-strict mode. - Catch `NameError` in resolving `typing.ForwardRef` ([14](https://github.com/daizutabi/mkapi/issues/14)). - Delete unrelated members in a decorated function. - Inspect type of decorated functions correctly. - Skip multiple assignments per line during attribute inspection ([15](https://github.com/daizutabi/mkapi/issues/15)).
1.0.4
* BugFix: Include decorated functions if decorator uses `functools.wraps()`. * `all` filter for package or module to display all of the members and add links to them. * Add link from table of contents to source.
1.0.3
* BugFix: Include functions decorated by Pytest ([14](https://github.com/daizutabi/mkapi/issues/14)). * Add link from property documentation to source code vice versa. * reStructuredText type link like `Object_`. * Support of string type annotation like `ForwardRef`.
1.0.2
* BugFix: Correct parameter names for `*args` and `**kwargs`. * Add `title` attribute to [DOCS] and [SOURCE] link to display the object id.
1.0.0
* Add support for NumPy docstring style ([1](https://github.com/daizutabi/mkapi/issues/1)). * Document only a specific method from a class ([5](https://github.com/daizutabi/mkapi/issues/5)). * Add support for magic/dunder methods ([7](https://github.com/daizutabi/mkapi/issues/7)). * Include methods defined in different file ([9](https://github.com/daizutabi/mkapi/issues/9)). * Display inheritance of class ([10](https://github.com/daizutabi/mkapi/issues/10)). * Add `on_config` option to allow users to run custom script ([11](https://github.com/daizutabi/mkapi/issues/11)).