All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added some more trait impls to
NomBytes
:From<Bytes>
Compare<&'_ [u8]>
FindSubstring<NomBytes>
FindSubstring<&'_ [u8]>
FindSubstring<&'_ str>
- Added another unit test to
RangeType<T>
- Added unit test for
miette::SourceCode
impl. - Added unit test for
*_bytes
methods after making empty slices onNomBytes
.
- Made
RangeType<T>
more generic and it can now slice&str
in addition to&[T]
.
- Don't risk a panic in
Display
impl - Lint CHANGELOG
0.1.1 - 2022-07-24
- Added
serde
support
- Updated README description
- Removed unnecessary cloning where possible
- Fixed minor typo in README
0.1.0 - 2022-07-23
- Project setup
- First release