Skip to content

Releases: lukasgeiter/gettext-extractor

v3.5.0

16 Jul 21:12
Compare
Choose a tag to compare

Improvements

v3.4.3

28 Feb 13:12
Compare
Choose a tag to compare

Bugfixes

  • Include empty comments if they are matched by the regex option #23

v3.4.2

04 Jan 23:52
Compare
Choose a tag to compare

Bugfixes

  • Normalize newlines in extracted JS string literals
  • Improve white space trimming when combined with preserveIndentation: true

v3.4.1

11 Dec 14:23
Compare
Choose a tag to compare

Bugfixes

  • Fix use of ts.createStringLiteral with TypeScript 2.8 or lower

v3.4.0

09 Oct 21:37
Compare
Choose a tag to compare

Improvements

  • Support for concatenated strings in JavaScript arguments
    Note that only concatenations of string literals are supported, expressions containing variables are ignored.
  • Updated dependencies

v3.3.2

08 Jul 13:34
Compare
Choose a tag to compare

Improvements

  • Moved runtime @types from devDependencies to dependencies

v3.3.1

19 Jun 16:04
Compare
Choose a tag to compare

Improvements

  • Updated dependencies

v3.3.0

14 Mar 10:11
Compare
Choose a tag to compare

Improvements

  • Support for template literal strings in JavaScript and options to customize trimming and more
    Template strings containing placeholders are not supported, since those wouldn't be available during runtime and therefore couldn't be used for translation anyway

v3.2.1

12 Jan 09:27
Compare
Choose a tag to compare

Bugfixes

  • Traverse contents of <template> tag

v3.2.0

26 Nov 16:15
Compare
Choose a tag to compare

Improvements

  • Custom PO headers now come after Content-Type in the generated .pot file