Releases: biesbjerg/ngx-translate-extract
Releases · biesbjerg/ngx-translate-extract
v7.0.4
14 Apr 08:13
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v7.0.2
25 Jun 08:53
Compare
Sorry, something went wrong.
No results found
fix(directive-parser) add support for bound attributes
v7.0.0
27 May 22:30
Compare
Sorry, something went wrong.
No results found
fix(directive-parser) correct handling of whitespace (POTENTIAL BREAKING CHANGE)
v6.1.0
20 May 13:19
Compare
Sorry, something went wrong.
No results found
fix(pipe-parser): add support for more sophisticated expressions
v6.0.4
16 Apr 07:09
Compare
Sorry, something went wrong.
No results found
fix(npm-package): move typescript and angular to peer-dependencies. Fixes #173
v6.0.3
25 Mar 14:10
Compare
Sorry, something went wrong.
No results found
Fix created vs replaced/merge message
v6.0.2
25 Mar 13:12
Compare
Sorry, something went wrong.
No results found
Use proper exit code on error
v6.0.1
25 Mar 11:33
Compare
Sorry, something went wrong.
No results found
Warn on npm install if node requirements is not met (>=v11.5.0)
v6.0.0
22 Mar 12:37
Compare
Sorry, something went wrong.
No results found
Remove line breaks and tabs from extracted keys in templates. [POTENTIAL BREAKING CHANGE]
extract strings when TranslateService is accessed directly via constructor parameter.