Releases: EmbarkStudios/toml-span
Releases · EmbarkStudios/toml-span
0.4.1
Added
- PR#11 resolved #10 by adding span information for tables.
0.4.0
Changed
- PR#9 added
value
to ErrorKind::UnexpectedValue
.
0.3.0
Changed
- PR#7 implemented
Borrow<str>
for Key
, making the API much more ergonomic.
0.2.1
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
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