github ngx-translate/core v7.0.0

latest releases: v15.0.0, v14.0.0, v13.0.0...
6 years ago

7.0.0 (2017-06-07)

Bug Fixes

  • TranslateService: shouldMerge option now do deep merging (7a609e0d, closes #532)

Features

  • TranslateService: new stream method to get an observable of translations that updates on lang change (d84c69b7, closes #330)

Breaking Changes

  • shouldMerge option of the setTranslation method was only doing shallow merging using Object.assign. It is now doing deep merging of objects and arrays, which is what was initially intended (hence the name).

Fixes #532
(7a609e0d)

Don't miss a new core release

NewReleases is sending notifications on new releases.