------- - Fixed a bug in parsing wikilinks contianing ``[.*]`` (29) - Fixed: wikilinks are not allowed to be preceded by ``[`` anymore. - Rename ``WikiText.tags()`` method to ``WikiText.get_tags()`` and deprecate the old name.
0.29.2
Not secure
------- - Fix a bug in detecting the end-tag of two consecutive same-name tags. (27)
0.29.1
Not secure
------- - Properly exclude the ``test`` package from the source distribution.
0.29.0
Not secure
------- - Fix a regression in parsing some corner cases of nested templates. (26) - The previously deprecated ``WikiText.__getitem__`` now raises NotImplementedError. - WikiText.__call__: Remove the deprecated support for start is None. - Optimize a little and use more robust algorithms.
0.28.1
Not secure
------- - Implemented a workaround for a catastrophic backtracking condition when parsing tables. (22)
0.28.0
Not secure
------- - Add ``get_tables`` as a new method to ``WikiText`` objects. It allows extracting tables in a non-recursive manner. - The ``nesting_level`` property was only meaningful for tables, templates, and parser functions, remove it from other types.