Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 738 Bytes

CHANGELOG.rst

File metadata and controls

46 lines (28 loc) · 738 Bytes

CHANGELOG

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.0]

Added

  • read_str

Changed

  • The underlying parsing engine is now build with logos and lalrpop instead of using a simple regex line

[0.2.0]

Changed

  • Path parameters for read_file and read_files now generic over AsRef<Path> instead of &str
  • Keys are now case sensitive (before they were lowercased to spare the eyes)
  • Keys can now also contain the hyphen as character

[0.1.0]

Added

  • read_file function
  • read_files function