v0.6.0 - 2024-02-27
- Dropped support for Ruby 2.5.
- Small performance improvements for unicode parsing.
v0.5.0 - 2022-09-24
- Added
strictparameter to the parser to allow for more lenient parsing. This is useful in cases where we don't want the parser to raise an error when encountering multiple comments or escaped characters that don't need to be escaped.
v0.4.0 - 2022-09-18
- Added
DotStrings::File#each,DotStrings::File#length,DotStrings::File#count, andDotStrings::File#empty?methods. - Allow comparing
DotStrings::Fileobjects.
v0.3.0 - 2022-08-07
- Improved unicode code point parsing and validation.
- Added
DotStrings::File#sort,DotStrings::File#sort!, andDotStrings::File#delete_ifmethods. - Improved documentation.
v0.2.0 - 2022-07-17
- Made some state transitions more strict.
- Added option to ignore comments when serializing.
v0.1.1 - 2022-07-12
- Escaping single quotes is now optional.
v0.1.0 - 2022-07-06
- Initial release.