Wikitextparser

Latest version: v0.55.13

Safety actively analyzes 626118 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 18

0.37.0

Not secure
-------
- Add ``wikitextparser.remove_markup`` function and ``WikiText.plain_text`` method.
- Improve detection of parameters and wikilinks.
- Add ``get_bolds`` and ``get_italics`` methods.
- ``WikiLink.wikilinks``, ``WikiList.get_lists()``, ``Template.templates``, ``Tag.get_tags()``, ``ParserFunction.parser_functions``, and ``Parameter.parameters`` won't return objects equal to ``self`` anymore, only sub-elements will be returned.
- Improve handling of comments within wikilinks.
- ``WikiLink.text.setter`` no longer accepts None values. This was marked as deprecated since v0.25.0.
- Drop support for Python 3.4.
- Remove the deprecated ``pprint`` method. Users should use ``pformat`` instead.
- Allow a tuple of patterns in ``get_list`` and ``sublists`` method. The default ``None`` is now deprecated and a tuple is used instead.

0.36.0

-------
- Add a new parameter, ``level``, for the ``get_sections`` method.

0.35.0

Not secure
-------
- Fixed a rare bug in handling lists and template arguments when there is newline or a pipe inside a starting or closing tag.
- ``Section.title`` will return None instead of ``''`` when the section does not have any title.

0.34.0

Not secure
-------
- Invoking the deleter of ``Section.title`` won't raise a RuntimeError anymore if the section does not have a title already.

0.33.0

Not secure
-------
- Add a deleter for ``Section.title`` property. (32)

0.32.0

Not secure
-------
- Fixed a bug in ``WikiText.get_lists()`` which was causing it to sometimes return items in an unordered fashion. (31)

Page 13 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.