3.0.0
What's Changed
- Correct method order by @daizutabi in #98
- Remove duplicated returns by @daizutabi in #99
- Fix: Don't use
setdefault
for pages by @daizutabi in #100 - Add docs by @daizutabi in #102
- 101 public api by @daizutabi in #106
- Add tests by @daizutabi in #107
- Add permalink-like by @daizutabi in #108
- 3-alpha by @daizutabi in #124
- Yield the name once for overloaded functions by @daizutabi in #126
- Yield class members by @daizutabi in #131
- Fix: create a parser for a property by @daizutabi in #133
- Add tooltips to object elements by @daizutabi in #134
- Escape inline code by @daizutabi in #135
- Change link syntax by @daizutabi in #139
- Add
NameSet
class for alias name by @daizutabi in #141 - Fix: Section divided by code block by @daizutabi in #143
- Add the
parse_bases
method to render base classes by @daizutabi in #144 - Update cache system for dirty mode by @daizutabi in #145
- Fix attributes order by @daizutabi in #149
- Add toc to module and class by @daizutabi in #150
- Quote
str
default value by @daizutabi in #152 - Skip duplicate exception in Raises section by @daizutabi in #157
- Support enum.Enum by @daizutabi in #158
- Add Modules section by @daizutabi in #160
Full Changelog: v2.1.0...3.0.0