Skip to content

Releases: EmbarkStudios/toml-span

0.4.1

19 Dec 08:57
Compare
Choose a tag to compare

Added

  • PR#11 resolved #10 by adding span information for tables.

0.4.0

16 Dec 15:15
Compare
Choose a tag to compare

Changed

  • PR#9 added value to ErrorKind::UnexpectedValue.

0.3.0

26 Jun 21:35
Compare
Choose a tag to compare

Changed

  • PR#7 implemented Borrow<str> for Key, making the API much more ergonomic.

0.2.1

13 Jun 11:57
Compare
Choose a tag to compare

Changed

  • PR#6 updates crates and fixed a lint.

Fixed

  • PR#4 added the missing repository field in the toml-span package manifest.
  • PR#5 fixed the crate package missing the LICENSE-* files and CHANGELOG.md.

0.2.0

22 Feb 16:37
Compare
Choose a tag to compare

Added

  • PR#3 actually added some documentation.
  • PR#3 added DeserError::merge

Fixed

  • PR#3 TableHelper::take now appends the key to the expected array

Changed

  • PR#3 removed TableHelper::with_default/parse/parse_opt

0.1.0

20 Feb 16:05
555634e
Compare
Choose a tag to compare

Added

  • Initial implementation