blob: 5eab6a18fbf909348f1d5ffbc5f38b4f6190cf7a [file] [log] [blame] [view]
<!-- markdownlint-disable blanks-around-headings blanks-around-lists no-duplicate-heading -->
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.2.0] - 2024-02-22
### Added
- [PR#3](https://github.com/EmbarkStudios/toml-span/pull/3) actually added some documentation.
- [PR#3](https://github.com/EmbarkStudios/toml-span/pull/3) added `DeserError::merge`
### Fixed
- [PR#3](https://github.com/EmbarkStudios/toml-span/pull/3) `TableHelper::take` now appends the key to the `expected` array
### Changed
- [PR#3](https://github.com/EmbarkStudios/toml-span/pull/3) removed `TableHelper::with_default/parse/parse_opt`
## [0.1.0] - 2024-02-20
### Added
- Initial implementation
<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/toml-span/compare/0.2.0...HEAD
[0.2.0]: https://github.com/EmbarkStudios/toml-span/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/EmbarkStudios/toml-span/releases/tag/0.1.0