Skip to content

Releases: dtolnay/path-to-error

0.1.16

09 Mar 18:35
0.1.16
e58a631
Compare
Choose a tag to compare
  • Implement Display for Segment (#29, thanks @noib3)

0.1.15

02 Jan 17:37
0.1.15
b412bdb
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

0.1.14

15 Jul 21:00
0.1.14
0c6d08e
Compare
Choose a tag to compare
  • Documentation improvements

0.1.13

05 Jul 15:39
0.1.13
5723006
Compare
Choose a tag to compare
Release 0.1.13

0.1.12

02 Jul 21:10
0.1.12
278751d
Compare
Choose a tag to compare
  • Support non-string keys in maps (#24)

0.1.11

22 Mar 05:23
0.1.11
9a69b62
Compare
Choose a tag to compare
  • Implement extra iterator traits for Segments (#23, thanks @swlynch99)

0.1.10

03 Mar 22:58
0.1.10
21d56c6
Compare
Choose a tag to compare
  • Add a way to construct serde_path_to_error::Error (#18, #21)
  • Do not print path when there is nothing to print (#19, #22)
  • Fix message duplication between error Display and source() (#20)

0.1.9

17 Dec 19:52
0.1.9
f3b5693
Compare
Choose a tag to compare
  • Documentation improvements

0.1.8

03 Aug 00:23
0.1.8
024e73c
Compare
Choose a tag to compare
  • Add categories to crates.io metadata

0.1.7

27 Jan 19:36
0.1.7
488a917
Compare
Choose a tag to compare
  • Propagate is_human_readable method of the Deserializer (#16, thanks @Kijewski)