v0.49.0
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 toStyle.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
- Fix Re-enabling manual Style creation by @mhelsley in #47
- Use chaining for
AnsiGenericString::hyperlink
by @sholderbach in #48 - Make
Style.with_reset
more explicit asprefix_with_reset
by @sholderbach in #50 - Bump version for 0.49 release by @sholderbach in #49
Full Changelog: v0.48.0...v0.49.0