Skip to content

Releases: daniel-sc/ng-extract-i18n-merge

2.5.0

10 Jan 18:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

2.5.0-pre.1

06 Jan 10:35
Compare
Choose a tag to compare
2.5.0-pre.1 Pre-release
Pre-release
  • test: adding unit test for custom builder 39f0d55
  • fix: correct default value for builderI18n 05efc85
  • feat: make builder for i18n extraction configurable d706411
  • Merge pull request #58 from daniel-sc/upgrade-dependencies 04a3efa
  • upgrade dependencies II d9162a9
  • upgrade dependencies fff5f85

v2.4.0...v2.5.0-0

2.4.0

02 Nov 11:23
Compare
Choose a tag to compare
  • feat: adding 'verbose' debug output option - fixes #56 c06ec69
  • fix: acceptable performance for fuzzy matching/merging many elements - fixes #56 5c018dc

v2.3.0...v2.4.0

2.3.0

24 Oct 12:22
Compare
Choose a tag to compare
  • fix: updating/adding changes in notes - fixes #50 963c3b2
  • feat: support angular 15 48134a1 fixes #52

v2.2.0...v2.3.0

2.2.0

07 Sep 19:58
Compare
Choose a tag to compare
  • feat: adding option "sourceFileOnly" to config "includeContext" 9cb191a
  • chore: correct github repository link 55f2ed7

v2.1.2...v2.2.0

2.1.2

20 Jul 11:41
Compare
Choose a tag to compare
  • fix: gracefully handle non-existent target nodes b4df315
  • fix: do not change translation state for changes only in collapsible whitespace

v2.1.1...v2.1.2

2.1.1

01 Jul 09:23
Compare
Choose a tag to compare
  • fix: handle empty target files gracefully 7c00745

v2.1.0...v2.1.1

2.1.0

22 Jun 17:42
Compare
Choose a tag to compare
  • feat: auto create missing target files #36
  • fix: support angular 14 #37

v2.0.1...v2.1.0

2.0.1

16 Jun 20:55
Compare
Choose a tag to compare
  • Fix: handle missing messages.xlf (Big thanks to @strout! See #34 #35)

v2.0.0...v2.0.1

2.0.0

31 May 18:38
Compare
Choose a tag to compare

Breaking changes:

  • Now this plugin uses the default angular "extract-i18n" target - so you can (must) simply run ng extract-i18n! (#30)
  • Default sort is now "stableAppendNew" (was: "idAsc") (#26).
  • Leading/trailing whitespaces are normalized (i.e. collapsed to one space) but not completely trimmed (#28).
  • Npm run script is removed (you can create a manual npm run script of course).

Full Changelog: v1.4.0...v2.0.0