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] MSRV is now 1.56.
- [fixed] Fix some panics when very large widths are used with tables.
- [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_coloursfeature). - [added] Add
into_tagged_stringsandtagged_stringsmethods toTaggedLine(thanks Robin Krahl) - [added] Add
widthmethod 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
idattribute 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.