Skip to content

v0.49.0

Compare
Choose a tag to compare
@sholderbach sholderbach released this 22 Jul 21:21
· 6 commits to main since this release
eaa7d7f

This release attempts to fix API limitations of the previous 0.48.0 release.
You can now again construct Style directly through its fields.

Breaking changes

coming from 0.47.0

  • Style has now a prefix_with_reset field to enable additional reset sequences that are introduced before setting a style.

coming from 0.48.0

  • Style.with_reset has been renamed to Style.prefix_with_reset
  • AnsiGenericString::hyperlink() changed in signature from ...(&mut self, ...) to ...(self, ...) -> Self
  • AnsiGenericString::icon() and ::cwd() have been removed for now.

What's Changed

Full Changelog: v0.48.0...v0.49.0