Skip to content

Releases: arashm/PoParser

v3.2.8

09 May 14:09
7b4fd9d
Compare
Choose a tag to compare
  • 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

24 Mar 18:56
c34f985
Compare
Choose a tag to compare
  • Update simple_po_parser version to 1.1.6 (#29) Courtesy of @dfherr

v3.2.5

11 Jan 23:45
fd4a5b7
Compare
Choose a tag to compare
  • Dependency updates
  • Remove support for Ruby 2.4

v3.2.4

12 Oct 15:53
78ce228
Compare
Choose a tag to compare
  • remove rspec binstub, Courtesy of @Fryguy

v3.2.3

23 Mar 00:16
e84afda
Compare
Choose a tag to compare
  • Entries can be removed, Courtesy of @lremes
  • Cleanups and refactors

v3.2.2

03 May 08:18
57979ec
Compare
Choose a tag to compare
  • Fix warning in JRuby 9.1.14.0 Courtesy of @remofritzsche

v3.2.1

17 Sep 19:14
79a94cb
Compare
Choose a tag to compare
  • Update header.rb to not fail on files with no comment (#21) Courtesy of @mallowigi

v3.2.0

29 Jun 17:05
cc96bba
Compare
Choose a tag to compare
  • Deprecate passing path to parse and introduce parse_file
  • Drop ruby 2.1 since it is not supported any more

v3.1.1

22 Jun 15:03
a312157
Compare
Choose a tag to compare
  • 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

04 Jun 14:23
10b32f0
Compare
Choose a tag to compare
  • parse content of obsolete entries (#19)