v6.0.0 #334
zkat
announced in
Announcements
v6.0.0
#334
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
6.0.0 (2024-02-04)
The long-awaited 6.0 release of
miette
is here, with TONS of goodies, notleast of which is syntax highlighting support!
It also comes with a few breaking changes so make sure to check below and
update your code as needed!
Features
miette-derive
be able to be turned off (Makemiette-derive
be able to be turned off #304) (c7ba5b7e)textwrap
options (Expose additionaltextwrap
options #321) (fd77257c)wrap_lines: bool
option allowing wrapping be disabled entirely (Addwrap_lines: bool
option allowing wrapping be disabled entirely #328) (b0744462)source_code()
impl.usize
for length (feat(source): useusize
for length #265) (fad0e76a)SourceSpan
's length type tousize
.NamedSource
type generic over itsSource
type, instead of boxing it.std::io::IsTerminal
(e5c7ae46)std::sync::OnceLock
(4c48584f)Bug Fixes
cargo test
with default features. (tests: Fixcargo test
with default features. #294) (1f448e47)println!("{:?}", Report::new(diagnostic))
pattern to README #96 (add example to README and docs #319) (251d6d59)is_terminal
sys call fromMietteHandlerOpts::build
(fix(handler): remove the two extrais_terminal
sys call fromMietteHandlerOpts::build
#325) (f1dc89c0)Documentation
NamedResult
to where it is used (docs(README): Move import ofNamedResult
to where it is used #309) (d37ada87)This discussion was created from the release v6.0.0.
Beta Was this translation helpful? Give feedback.
All reactions