Skip to content

Releases: biesbjerg/ngx-translate-extract

v2.2.0

30 Mar 12:38
Compare
Choose a tag to compare
  • Add support for marker functions, to be able to extract strings not directly passed to TranslateService. Closes #10

v2.1.0

29 Mar 12:21
Compare
Choose a tag to compare
  • Add cli option to customize compiler indentation. Closes #22

v2.0.1

29 Mar 10:53
Compare
Choose a tag to compare
  • Fix namespaced-json compiler not preserving numeric values. Fixes #28

v2.0.0

21 Mar 15:02
Compare
Choose a tag to compare
  • Add option to extract from multiple dirs and save to multiple files (glob patterns, expansion and specific files)
  • Replaced CLI parser
  • Removed Regexp. ServiceParser in favor of AST ServiceParser, which is now the default.
  • Refactored Extractor to make it easier to extend, maintain and test.

Breaking changes:
-d, --dir changed to -i, --input

v1.0.0

07 Mar 14:58
Compare
Choose a tag to compare
  • Renamed to ngx-translate-extract - now published on npm as @biesbjerg/ngx-translate-extract
  • Fix sorting #16

Update
Remove old package and install the new (npm install @biesbjerg/ngx-translate-extract) and change any package.json scripts to use ngx-translate-extract instead of the old ng2-translate-extract binary.

0.6.0

28 Jan 14:24
Compare
Choose a tag to compare
  • Fix bug where keys were being extracted when not accessing TranslationService property
  • Add experimental AstServiceParser (Use -e flag to enable)