Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.58 KB

File metadata and controls

52 lines (32 loc) · 1.58 KB

Changelog

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 strict parameter 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

  • Added DotStrings::File#each, DotStrings::File#length, DotStrings::File#count, and DotStrings::File#empty? methods.
  • Allow comparing DotStrings::File objects.

v0.3.0 - 2022-08-07

Changed

  • Improved unicode code point parsing and validation.
  • Added DotStrings::File#sort, DotStrings::File#sort!, and DotStrings::File#delete_if methods.
  • Improved documentation.

v0.2.0 - 2022-07-17

Changed

  • Made some state transitions more strict.
  • Added option to ignore comments when serializing.

v0.1.1 - 2022-07-12

Changed

  • Escaping single quotes is now optional.

v0.1.0 - 2022-07-06

Added

  • Initial release.