Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 755 Bytes

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 755 Bytes

Changelog

0.3.2 - latest

  • The translation key should be the first truthy match of the regex (fix #18)

0.3.1

  • Improve support for data-i18n attributes in html

0.3.0

  • Add support for context

0.2.0

  • Add support for data-i18n attributes in html

0.1.xx

  • Improve parser (0.1.11)
  • [cli] namespace and key separator option (0.1.10)
  • Add namespace and key separator options (0.1.9)
  • Add support for plural keys (0.1.8)
  • Catch JSON parsing errors (0.1.8)
  • Improve the events emitted by the stream transform (0.1.7)
  • [cli] Make sure input and output directory exist (0.1.6)
  • [cli] Improve output (0.1.6)
  • Fix #1 (0.1.5)
  • Fix the regex to exclude functions that would end with _t() (0.1.4)

0.1.0 - Initial release