Skip to content

Releases: biesbjerg/ngx-translate-extract

v3.0.0

31 Jul 11:09
Compare
Choose a tag to compare
  • 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

Donate

v2.3.4

08 Nov 13:03
Compare
Choose a tag to compare
  • Bump version to be able to publish new (rebuild) version to NPM.

v2.3.3

07 Nov 14:19
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fix potential bug when extracting strings from file containing multiple classes

v2.3.0

09 May 18:09
Compare
Choose a tag to compare

Add support for extracting strings from multiple classes per file. Closes #46

v2.2.5

09 May 12:41
Compare
Choose a tag to compare

Add support for parsing NamespacedJson in Json compiler. Closes #44

v2.2.3

05 May 09:19
Compare
Choose a tag to compare

This release contains no changes. Forgot to build before publishing to npm.

v2.2.2

06 Apr 06:53
Compare
Choose a tag to compare
  • Fix template parser regexp (Closes #15)

v2.2.1

31 Mar 06:31
Compare
Choose a tag to compare
  • Fix bug where obsolete strings were not removed when --clean was used. Closes #29