Skip to content

v1.1.0

Compare
Choose a tag to compare
@zkat zkat released this 08 Sep 00:39
· 405 commits to main since this release
5d5e33d

This is a small release of patches entirely not my own!

The exciting new feature is the ability to do thiserror-style
#[diagnostic(transparent)] when using the derive macro, which will defer
diagnostics to a Diagnostic referred to by the struct/enum!

Big thanks to @cormacrelf and
@felipesere for your contributions!

Features

  • derive: Add #[diagnostic(transparent,forward)] (#36) (53f5d6d1)

Bug Fixes

  • reporter: Only inc the line count if we haven't already done so with '\n' or '\r\n' (#37) (5a474370)