Changed
- Keep consistent line endings when changing files. (#201)
- Make
KeyAlreadyPresentandInvalidStringErrorsubclasses ofParseError. (#202) - Remove empty table from
OutOfOrderTableProxywhen 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)