Releases: biesbjerg/ngx-translate-extract
Releases · biesbjerg/ngx-translate-extract
v7.0.4
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
Compare
Sorry, something went wrong.
No results found
v7.0.2
Compare
Sorry, something went wrong.
No results found
fix(directive-parser) add support for bound attributes
v7.0.0
Compare
Sorry, something went wrong.
No results found
fix(directive-parser) correct handling of whitespace (POTENTIAL BREAKING CHANGE)
v6.1.0
Compare
Sorry, something went wrong.
No results found
fix(pipe-parser): add support for more sophisticated expressions
v6.0.4
Compare
Sorry, something went wrong.
No results found
fix(npm-package): move typescript and angular to peer-dependencies. Fixes #173
v6.0.3
Compare
Sorry, something went wrong.
No results found
Fix created vs replaced/merge message
v6.0.2
Compare
Sorry, something went wrong.
No results found
Use proper exit code on error
v6.0.1
Compare
Sorry, something went wrong.
No results found
Warn on npm install if node requirements is not met (>=v11.5.0)
v6.0.0
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.