Skip to content

Releases: biesbjerg/ngx-translate-extract

v7.0.4

14 Apr 08:13
Compare
Choose a tag to compare
  • Strings with translate-pipe inside function calls in templates are now extracted (Thanks, @jabiinfante!)
  • Updated all outdated dependencies

v7.0.3

29 Sep 09:58
Compare
Choose a tag to compare

Typescript 4 support

v7.0.2

25 Jun 08:53
Compare
Choose a tag to compare

fix(directive-parser) add support for bound attributes

v7.0.0

27 May 22:30
Compare
Choose a tag to compare
  • fix(directive-parser) correct handling of whitespace (POTENTIAL BREAKING CHANGE)

v6.1.0

20 May 13:19
619b3c5
Compare
Choose a tag to compare

fix(pipe-parser): add support for more sophisticated expressions

v6.0.4

16 Apr 07:09
Compare
Choose a tag to compare
  • fix(npm-package): move typescript and angular to peer-dependencies. Fixes #173

v6.0.3

25 Mar 14:10
Compare
Choose a tag to compare
  • Fix created vs replaced/merge message

v6.0.2

25 Mar 13:12
Compare
Choose a tag to compare
  • Use proper exit code on error

v6.0.1

25 Mar 11:33
Compare
Choose a tag to compare
  • Warn on npm install if node requirements is not met (>=v11.5.0)

v6.0.0

22 Mar 12:37
Compare
Choose a tag to compare
  • Remove line breaks and tabs from extracted keys in templates. [POTENTIAL BREAKING CHANGE]
  • extract strings when TranslateService is accessed directly via constructor parameter.