You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).