Wikitextparser

Latest version: v0.56.3

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

Scan your dependencies

Page 16 of 19

0.27.0

Not secure
-------
- Fix a bug in detecting nested tables. (21)
- Fix a few bug in detecting tables and template arguments.
- Changed the ``comments`` property of ``Comment`` objects to return an empty list.
- Changed the ``external_links`` property of ``ExternalLink`` objects to return an empty list.

0.26.1

Not secure
-------
- Fix a bug in setting ``Section.contents`` which only occurred when the title had trailing whitespace.
- Setting ``Section.level`` will not overwrite ``Section.title`` anymore.

0.26.0

Not secure
-------
* Define ``WikiLink.title`` property. It is similar to ``WikiLink.target`` but will not include the ``fragment``.

0.25.1

Not secure
-------
- Deprecate using None as the start value of ``__call__``.

0.25.0

Not secure
-------
- Added fragment property to ``WikiLink`` class (18)
- Added deleter method for ``WikiLink.text`` property.
- Deprecated: Setting ``WikiLink.text`` to ``None``. Use ``del WikiLink.text`` instead.
- Added deleter method for ``WikiLink.target`` property.
- Added deleter method for ``ExternalLink.text`` property.
- Added deleter method for ``Parameter.default`` property.
- Deprecated: Setting ``Parameter.default`` to ``None``. Use ``del Parameter.default`` instead.
- Defined ``WikiText.__call__`` to get a slice of wikitext as string.
- Deprecated ``WikiText.__getitem__``. Use ``WikiText.__call__`` or ``WikiText.string`` instead.

0.24.4

Not secure
-------
- Fixed a bug in ``Tag.parsed_contents``. (19)

Page 16 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.