Skip to content

7.0.0

Compare
Choose a tag to compare
@smhg smhg released this 05 May 08:43
· 16 commits to master since this release
  • add a validation option (disabled by default) to PO parsing (thx @vkhytskyi-allegro)
  • breaking: the method signatures below changed
previous use current use
po.parse (input, defaultCharset) po.parse (input, options)
po.stream (defaultCharset, transformOptions) po.stream (options, transformOptions)