Skip to content

Releases: daizutabi/mkapi

v2.0.3

09 Feb 01:05
6fbc136
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

07 Feb 13:47
Compare
Choose a tag to compare

v2.0.2

v2.0.1

07 Feb 12:56
Compare
Choose a tag to compare

v2.0.1

v2.0.0

07 Feb 12:33
Compare
Choose a tag to compare

v2.0.0

Version 1.0.14

20 Dec 02:28
Compare
Choose a tag to compare
  • Added
    • Short filter (short_nav) for nav items in page mode (#41).
  • Changed
    • Packages/modules without docstring are processed if their members have docstring. (#42)

Version 1.0.13

03 Aug 11:50
Compare
Choose a tag to compare
  • Fixed
    • Handle parsing empty line (#23). Thanks to tony.
    • Typo (#24). Thanks to tony.
    • Add a slash at the end of URL (#25).

Version 1.0.12

29 Jul 08:06
Compare
Choose a tag to compare
  • Changed
    • Ensure compatibility with future MkDocs versions (#20). Thanks to timvink.

Version 1.0.11

06 Jul 22:50
Compare
Choose a tag to compare
  • Fixed
    • TypeError in <metaclass>.mro() (#19).

Version 1.0.10

28 Jun 07:24
Compare
Choose a tag to compare
  • Added
    • Global filters and page filters.
  • Fixed
    • Delete prefix in nav menu for heading mode.

Version 1.0.9

28 Jun 02:06
Compare
Choose a tag to compare
  • 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)