Skip to content

Releases: vendure-ecommerce/ngx-translate-extract

v10.1.1

17 Nov 19:26
6f413c1

Choose a tag to compare

  • Fix service parser incorrectly extracting strings from method calls on non-TranslateService types (#116)
  • Fix service parser not detecting keys when TranslateService is provided via inject() inside the constructor (#113)
  • Replace tsconfig and JSON5 packages with TypeScript's built-in configuration utilities (#115)
  • Replace colorette with Node's built-in util.styleText (#112)

v10.1.0

09 Sep 21:15
ab04d66

Choose a tag to compare

  • Add new --trailing-newline option to control whether a trailing newline is added to the output (#104)
  • Exclude empty strings from extracted keys (#105)

v10.0.1

29 Jul 20:23
0aa055a

Choose a tag to compare

  • Avoid redundant property lookups on parent class in service parser (#99)
  • Locate package.json in new location for the --cache-file option (#96)
  • Fix version resolution for the --version option (#97)
  • Fix parser not detecting keys when the translate pipe is used within logical expressions (&&, ||, ??) (#94)