Skip to content

Releases: biesbjerg/ngx-translate-extract

v5.0.1

21 Mar 11:22
Compare
Choose a tag to compare
  • Use rimraf to support dev on Windows
  • Fix paths on Windows. Closes #171

v5.0.0

19 Mar 10:19
Compare
Choose a tag to compare
  • 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

16 Sep 18:42
Compare
Choose a tag to compare
  • (bugfix) fix script always returning: Arguments key-as-default-value and null-as-default-value are mutually exclusive

v4.1.0

16 Sep 15:54
Compare
Choose a tag to compare
  • (feat) add argument --null-as-default-value to use null as default value for extracted translations. Closes #35

v4.0.0

16 Sep 14:42
Compare
Choose a tag to compare
  • (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'

v3.0.5

29 Aug 09:23
Compare
Choose a tag to compare
  • (fix) bundle flat dependency. Closes #138

v3.0.4

26 Aug 10:31
Compare
Choose a tag to compare
  • (bugfix) extract strings encapsulated with backticks. Closes #139

v3.0.3

21 Aug 08:04
Compare
Choose a tag to compare
  • Use github URL syntax for flat dependency. (fixes #137)

v3.0.2

03 Aug 09:31
Compare
Choose a tag to compare
bump version

v3.0.1

02 Aug 11:36
Compare
Choose a tag to compare
  • (bugfix) order of keys was not preserved when using namespaced-json format