Possible log types:
[added]
for new features.[changed]
for changes in existing functionality.[deprecated]
for once-stable features removed in upcoming releases.[removed]
for deprecated features removed in this release.[fixed]
for any bug fixes.[security]
to invite users to upgrade in case of vulnerabilities.
- [changed] Moved the rcdom module directly into src/
- [changed] rcdom now vendored as a module.
- [changed] Update html5ever to v0.26.
- [changed] MSRV is now 1.49.
- [changed] Update the build badges to reflect the updated CI configuration.
- [added] New experimental
from_read_coloured()
(underansi_colours
feature). - [added] Add
into_tagged_strings
andtagged_strings
methods toTaggedLine
(thanks Robin Krahl) - [added] Add
width
method toTaggedString
(thanks Robin Krahl) - [changed] Keep annotations in
TextRenderer::into_lines
(thanks Robin Krahl) - [fixed] Add colon to reference style link (thanks zakaluka)
- [added] Allow text decorators to customise block prefix strings (thanks SardineFish)
- [fixed] Fixed some problems rendering some complicated tables, including a panic and near-infinite loops.
- [changed] Tables which are too wide to possibly render in the given width are now
arranged vertically instead (with
///
) lines. - [changed] A number of small table rendering improvements.
- [changed] MSRV is now 1.41.
- [added] New entry points - split HTML parsing from rendering the output, thanks Robin Krahl.
- [fixed] Decorators weren't being used for preformatted text.
- [added] Support
<s>
strikeout text.
- [fixed] A table with an
id
attribute on<tbody>
would be hidden.
- [changed] Run cargo fmt (thanks crunchyjesus)
- [added] CHANGELOG.md
- [fixed] Some text near a fragment start (
id="foo"
attribute) could be lost if it needed breaking across lines. - [added] Experimentally add dependabot configuration.