Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

55 lines (35 loc) · 1.33 KB

Changelog

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 ✨

  • 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 on NomBytes.

Changed 🔧

  • Made RangeType<T> more generic and it can now slice &str in addition to &[T].

Fixed 🐛

  • Don't risk a panic in Display impl
  • Lint CHANGELOG

0.1.1 - 2022-07-24

Added ✨

  • Added serde support

Changed 🔧

  • Updated README description
  • Removed unnecessary cloning where possible

Fixed 🐛

  • Fixed minor typo in README

0.1.0 - 2022-07-23

Added ✨

  • Project setup
  • First release