Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 921 Bytes

CHANGELOG.md

File metadata and controls

41 lines (21 loc) · 921 Bytes

gettext-vue Change Log

0.4.1 - 2020-04-07

Fixed

  • Sort filename/locations comments in output for consistent ordering.

0.4.0 - 2020-03-05

Added

  • Add xgettext-vue binary (extracted from xgettext-template) to eliminate dependency on xgettext-template (and incompatibility issues with newer versions of xgettext-template).

0.3.1 - 2018-01-16

Fixed

  • Fix handling of escaped quotes inside strings. Thanks to @lmalgras. (#1)

Added

0.3.0 - 2018-01-10

Added

  • Add support for extracting contexts with pgettext.

0.2.0 - 2018-01-05

Changed

  • Improve matching of strings with parentheses and non-string arguments.

0.1.0 - 2018-01-02

Added

  • Initial release