Releases: biesbjerg/ngx-translate-extract
Releases · biesbjerg/ngx-translate-extract
v5.0.1
v5.0.0
- add support for expanding paths on Windows + added more usage examples to cli
- update dependency
flat
to latest version from original source - add StringAsDefaultValue (example:
--string-as-default-value "MISSING_TRANSLATION"
) - use AST-based approach to translate pipe parsing. Also enables parsing translate pipes from any position in a pipe chain (Thanks to @TekSiDoT)
v4.2.0
v4.1.0
v4.0.0
- (chore) update packages
- (refactor) use tsquery for querying AST
- (feat) autodetect usage of marker function and remove --marker cli argument
- (bugfix) extract strings when TranslateService is declared directly as a class parameter. Closes #83
- (bugfix) handle split strings: marker('hello ' + 'world') is now extracted as a single string: 'hello world'