Skip to content

Releases: experteer/simple_po_parser

v1.1.6

22 Mar 15:43
Compare
Choose a tag to compare

fixes parsing of multiline strings that have content on the first line. Fixes issue #3, added via PR #4 by @mgruner

v1.1.5

10 Jun 23:32
Compare
Choose a tag to compare

added support for windows CRLF line endings

Note: CRLF support is enabled if the first line ends in a CRLF and reduces performance by about 50%. Performance for files only using \n is not affected. Files not using \r\n in the first line, but on somewhere else in the file, might trigger errors.

utf-8 encoding for legacy ruby versions

15 Aug 13:11
Compare
Choose a tag to compare

merged PR from @christopherstat for UTF-8 support of legacy ruby versions

Version 1.1.2

04 Jun 15:12
Compare
Choose a tag to compare

Made the parser thread-safe