Releases: biesbjerg/ngx-translate-extract
Releases · biesbjerg/ngx-translate-extract
v3.0.0
31 Jul 11:09
Compare
Sorry, something went wrong.
No results found
verbose option no longer available since it did very little
add concept of post processors (built-in post processors: SortByKey, KeyAsDefaultValue, PurgeObsoleteKeys)
code cleanup
add support for extracting binary expressions (translate.get(message | 'this will now get extracted'))
move extract marker function to external package (@biesbjerg/ngx-translate-extract-marker) and rename to marker
lots of bugfixes
a few new features (key as default value)
Compare v2.3.0 vs v3.0.0 here: v2.3.0...v3.0.0
If this tool saves you time, please consider making a donation towards the continued maintainence and development: https://donate.biesbjerg.com
v2.3.4
08 Nov 13:03
Compare
Sorry, something went wrong.
No results found
Bump version to be able to publish new (rebuild) version to NPM.
v2.3.3
07 Nov 14:19
Compare
Sorry, something went wrong.
No results found
feat(cli): add verbose (--vb) flag that can control output of all file paths to console
Change typescript to be a dependency
Configured cheerio to work with non-HTML standard elements to fix issues with custom component tags
v2.3.2
05 Jul 13:47
Compare
Sorry, something went wrong.
No results found
Update dependencies
Replace all occurences of escaped quotes.
Add support for TranslateService's stream method. Closes #60
v2.3.1
10 May 12:11
Compare
Sorry, something went wrong.
No results found
Fix potential bug when extracting strings from file containing multiple classes
v2.3.0
09 May 18:09
Compare
Sorry, something went wrong.
No results found
Add support for extracting strings from multiple classes per file. Closes #46
v2.2.5
09 May 12:41
Compare
Sorry, something went wrong.
No results found
Add support for parsing NamespacedJson in Json compiler. Closes #44
v2.2.3
05 May 09:19
Compare
Sorry, something went wrong.
No results found
This release contains no changes. Forgot to build before publishing to npm.
v2.2.2
06 Apr 06:53
Compare
Sorry, something went wrong.
No results found
Fix template parser regexp (Closes #15 )
v2.2.1
31 Mar 06:31
Compare
Sorry, something went wrong.
No results found
Fix bug where obsolete strings were not removed when --clean was used. Closes #29