Nti.contentfragments

Latest version: v1.9.0

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

Scan your dependencies

Page 1 of 3

1.9.1

==================

- Nothing changed yet.

1.9.0

==================

- Fix adapting base string input to plain text to behave more like 1.7
by only running the HTML to plain text algorithm if the input looks
like it may contain HTML markup. Note that in some instances where
characters like '<' were previously escaped to '&lt;', this will no
longer happen if the rest of the string doesn't look like HTML. See `issue 44
<https://github.com/NextThought/nti.contentfragments/issues/44>`_.
- Add schema fields ``VerbatimPlainText`` and
``VerbatimPlainTextLine`` to assume any incoming unicode value
already represents a plain text content fragment, instead of
(possibly) passing it through the HTML to plain text algorithm.

1.8.0

==================

- Add support for Python 3.9 and 3.10.
- Move to Github Actions from Travis CI.
- The algorithm for converting HTML to plain text has been changed and
produces higher quality output. For example, links are preserved in
a human-readable fashion. See `issue 39 <https://github.com/NextThought/nti.contentfragments/issues/39>`_.
- Fix an error getting link text when there was no link formatter
utility installed. See `PR 42
<https://github.com/NextThought/nti.contentfragments/pull/41#event-5422788226>`_.

1.7.0

==================

- Allow conversion of reStructuredText fragments to plain text.

1.6.1

==================

- Ensure disallowed tags nested within anchors do not raise.
See `issue 34 <https://github.com/NextThought/nti.contentfragments/issues/34>`_.

1.6.0

==================

- Add support for reStructuredText content fragments and corresponding
fields.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.