Releases: arashm/PoParser
Releases · arashm/PoParser
v3.2.8
- drop support for EOL ruby version and run tests on ruby 3.2 and 3.3.
- Add Report-Msgid-Bugs-To header attribute
v3.2.6
- Update simple_po_parser version to 1.1.6 (#29) Courtesy of @dfherr
v3.2.5
- Dependency updates
- Remove support for Ruby 2.4
v3.2.4
- remove rspec binstub, Courtesy of @Fryguy
v3.2.3
- Entries can be removed, Courtesy of @lremes
- Cleanups and refactors
v3.2.2
- Fix warning in JRuby 9.1.14.0 Courtesy of @remofritzsche
v3.2.1
- Update header.rb to not fail on files with no comment (#21) Courtesy of @mallowigi
v3.2.0
- Deprecate passing path to parse and introduce parse_file
- Drop ruby 2.1 since it is not supported any more
v3.1.1
- force the tokenizer to load files in utf-8 (#20) This will fix the issue with the lib not working correctly on Windows. Courtesy of @damphyr
- Review Readme
v3.1.0
- parse content of obsolete entries (#19)