0.11.1
Changed
- Keep consistent line endings when changing files. (#201)
- Make
KeyAlreadyPresent
andInvalidStringError
subclasses ofParseError
. (#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)