angular / zone.js

Implements Zones for JavaScript
https://github.com/angular/angular/tree/master/packages/zone.js/
MIT License
3.25k stars 407 forks source link

build: bump version to 0.9.0 #1190

Closed JiaLiPassion closed 5 years ago

JiaLiPassion commented 5 years ago

We need to bump the version from 0.8 to 0.9 because we have some minor API changes in https://github.com/angular/zone.js/pull/1044, and we also add support for evergreen browsers.

JiaLiPassion commented 5 years ago

@IgorMinar, maybe we need to get a new release with a version bump to 0.9.0, I also removed Firefox 65 in this PR. please review, Thanks!

JiaLiPassion commented 5 years ago

@IgorMinar, got it! will revert the Firefox change. thanks!

IgorMinar commented 5 years ago

can you try to pull in terser and use it to create es2015 bundle for the evegreen browsers in a separate PR? Thank you

JiaLiPassion commented 5 years ago

@IgorMinar, sure, will do!

JiaLiPassion commented 5 years ago

I will create another PR.