Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

16.0.0

Compare
Choose a tag to compare
@DorianGrey DorianGrey released this 11 Dec 07:56
· 87 commits to master since this release

Another major release, since at least one dependency pushed a major release as well...

A list of the most notable changes is listed below. See the full list of changes in the diff: 15.0.0...16.0.0

Libraries

Angular

Updated to 5.1.0. See the changelog and the corresponding blog entry for details.

@ngx-translate/core

Updated to 9.0.1. The build system was updated, which causes peer dependencies of rxjs >= 5.5.2 and angular 5.0, which is a breaking change regarding its previous versions. See the changelog for details.

Others

Webpack

Update to 3.10.0. See the change documentation for 3.9 and 3.10 for details:
https://github.com/webpack/webpack/releases/tag/v3.9.0
https://github.com/webpack/webpack/releases/tag/v3.10.0

Prettier

Updated to 1.9.1. Improves typescript formatting a lot, so I'd recommend to run the format task to adopt these to your project.