Skip to content

Releases: EmbarkStudios/toml-span

0.6.0

23 Oct 15:31

Choose a tag to compare

Changed

  • PR#18 updated codespan-reporting to 0.13.

0.5.2

11 Jun 10:55

Choose a tag to compare

Fixed

  • PR#16 adding the missing package.repository field to point the workspace.

0.5.1

20 May 13:47

Choose a tag to compare

Fixed

  • PR#14 fixed an issue where subtables were not correctly created with dotted keys. Thanks @hacrvlq!

0.5.0

03 Apr 12:13

Choose a tag to compare

Changed

  • PR#12 updated codespan-reporting to 0.12, and update to edition 2024.

0.4.1

19 Dec 08:57

Choose a tag to compare

Added

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

0.4.0

16 Dec 15:15

Choose a tag to compare

Changed

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

0.3.0

26 Jun 21:35

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

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

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

Choose a tag to compare

Added

  • Initial implementation