Releases: daniel-sc/ng-extract-i18n-merge
Releases · daniel-sc/ng-extract-i18n-merge
2.5.0
What's Changed
- upgrade dependencies by @daniel-sc in #58
- feat: make builder for i18n extraction configurable by @daniel-sc in #60
Full Changelog: v2.4.0...v2.5.0
2.5.0-pre.1
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
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