Skip to content

Latest commit

 

History

History
121 lines (66 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

121 lines (66 loc) · 2.32 KB

Changelog

1.0.0-beta17 - latest

  • The changelog for the beta can be found in the releases

0.13.0

  • Support defaultValue option along the translation key (#68)

0.12.0

  • Support prefix, suffix and extension option on the CLI (#60)

0.11.1

  • Add a new line at the end of file generated by the CLI (#54)

0.11.0

  • Update dependencies

0.10.1

  • Does not parse values from function that ends with a t (PR #52)

0.10.0

  • Add option to silence the variable errors (PR #47)
  • Support for passing a context via an object (PR #49)

0.9.0

  • Handle strings with newlines, tabs and backslashes in them (PR #42)

0.8.2

  • Fix the regex introduced in 0.8.1 that was throwing unexpected errors (for good)

0.8.1

  • Fix the regex introduced in 0.8.1 that was throwing unexpected errors

0.8.0

  • Throw an error when the translation function use a variable instead of a string

0.7.0

  • Add --attributes option (cli & gulp)

0.6.0

  • Add --keep-removed option (cli & gulp)
  • Allow writeOld to be disable (cli)

0.5.0

  • Add support for ES6 template strings: (closes #32)

0.4.0

  • Add prefix, suffix and extension options (closes #31)
  • Add writeOld option

0.3.8

  • Add support for multiline array in catalog (fix #26)

0.3.7

  • Fix the cli (fix #24)

0.3.6

  • Transfer repository to i18next organization (fix #15)

0.3.5

  • Fix the output path when using the cli (fix #22)

0.3.4

  • Handle escaped quotes in translation keys (fix #21)

0.3.3

  • Trailing separator in translation keys wasn't handled properly (fix #20)

0.3.2

  • 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