------- - ``WikiText.get_lists`` now correctly detects lists with a missing level (70) - ``WikiList.sublists`` are now returned in sorted order.
0.50.2
------- - Fixed a bug in ``WikiText.pformat`` which used to cause ``IndexError`` on a parser function which had no argument, e.g. for ``{{FULLPAGENAMEE}}``.
0.50.0
------- - Feat: ``Table`` objects now have ``row_attrs`` property. - Fixed: Infinite loop on parsing tables containing ``\r``. (this is just to prevent infinite loop, CRLF line endings are not supported)