Skip to content

v7.0.0

Compare
Choose a tag to compare
@ocombe ocombe released this 07 Jun 08:35

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)