Skip to content

Releases: AlexanderThaller/format_serde_error

0.3.0

07 Jul 11:36
15b0f48
Compare
Choose a tag to compare
  • [BUG]: Fix issue with tabs. Tabs will now be replaced by a single space. That
    makes it easier to reuse the existing formatting infastructure.
  • [BUG]: Fix off by one error with columns in yaml errors. The indicator where
    the error occured was one too much to the right.

0.2.0

07 Jun 13:39
62009c2
Compare
Choose a tag to compare
  • Contextualize long lines in the output [#1]
  • Add ways to change the amount of context shown for lines and characters [#8].
  • Add crate features [#2, #6]

0.1.0

31 May 16:02
Compare
Choose a tag to compare
  • Support formatting of serde_json and serde_yaml.