Skip to content

0.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 02:46
· 109 commits to master since this release
e15bb79

Changed

  • Keep consistent line endings when changing files. (#201)
  • Make KeyAlreadyPresent and InvalidStringError subclasses of ParseError. (#202)
  • Remove empty table from OutOfOrderTableProxy when deleting items. (#204)
  • Raise errors when trying to access unsupported methods on OutOfOrderTableProxy. (#205)

Fixed

  • Fix unwrap() for String values to remove the quotes. (#199)