Closed greenkeeper[bot] closed 7 years ago
Merging #72 into develop will increase coverage by
0.51%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #72 +/- ##
===========================================
+ Coverage 90.74% 91.25% +0.51%
===========================================
Files 34 34
Lines 389 389
Branches 13 13
===========================================
+ Hits 353 355 +2
+ Misses 28 27 -1
+ Partials 8 7 -1
Impacted Files | Coverage Ξ | |
---|---|---|
...nents/progress-sample/progress-sample.component.ts | 100% <0%> (+6.66%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact)
,ΓΈ = not affected
,? = missing data
Powered by Codecov. Last update 7dd8996...5f9a86d. Read the comment docs.
Update to this version instead π
The new version differs by 8 commits.
b0c5076
chore: release v0.8.16
6e44cab
fix(promise): fix #850, check Promise.then writable (#851)
5900d3a
fix(console): console.log in nodejs should run in root Zone (#855)
5c5ca1a
feat(spec): add an option to FakeAsyncTestZoneSpec to flush periodic timers (#857)
eca04b0
fix(spec): do not count requestAnimationFrame as a pending timer (#854)
ccf002d
chore: release v0.8.15
1ed83d0
feat(rxjs): fix #830, monkey patch rxjs to make rxjs run in correct zone (#843)
ab82852
chore: refactor closure build (#844)
See the full diff
Update to this version instead π
The new version differs by 17 commits.
b9c0d9c
chore: release v0.8.17
ce3f12f
fix(rxjs): asap should runGuarded to let error inZone (#884)
a733688
feat(onProperty): fix #875, can disable patch specified onProperties (#877)
f27ff14
feat(patch): fix #833, add IntersectionObserver support (#880)
b1e5970
feat(cordova): fix #868, patch cordova FileReader (#879)
fcf187c
fix(module): fix #875, can disable requestAnimationFrame (#876)
7ee8bcd
feat(performance): reuse microTaskQueue native promise (#874)
eed776c
fix(spec): fix flush() behavior in handling periodic timers (#881)
a03b84b
fix(task): fix closure compatibility issue with ZoneDelegate._updateTaskCount (#878)
a66595a
feat(performance): onProperty handler use global wrapFn, other performance improve. (#872)
31d38c1
fix(patch): fix #869, should not patch readonly method (#871)
cbc58c1
fix(rxjs): fix #863, fix asap scheduler issue, add testcases (#848)
02cd40e
feat(spec): add a 'tick' callback to flush() (#866)
7fbd655
fix: readonly property should not be patched (#860)
deae751
fix: suppress closure warnings/errors (#861)
There are 17 commits in total.
See the full diff
Update to this version instead π
The new version differs by 14 commits.
e5fa562
hore: release v0.8.18
4ba5d97
fix(event): fix #911, in IE, event handler event maybe undefined (#913)
418a583
fix(patch): Worker should patch onProperties (#915)
7ef13a7
Add newline to separate @fileoverview comment from a node. (#912)
6f74efb
fix(event): fix #883, fix RTCPeerConnection Safari event not triggered issue (#905)
8718e07
fix(event): EventTarget of SourceBuffer in samsung tv will have null context (#904)
5c8828e
docs: fix grammar and spelling mistakes (#895)
dcc285a
fix(event): should handle event.stopImmediatePropagration (#903)
956c729
fix(promise): can set native promise after loading zone.js (#899)
e999593
feat(compile): fix #892, upgrade to typescript 2.3.4, support for...of when build zone-node (#897)
aec4bd4
fix(timer): fix #314, setTimeout/interval should return original timerId (#894)
8d27f23
chore: update saucelabs config to latest version (#896)
d4e5ae8
fix(patch): patchOnProperty getter should return original listener (#887)
874bfdc
feat(spec): log URL in error when attempting XHR from FakeAsyncTestZone (#893)
See the full diff
Version 0.8.14 of zone.js just got published.
The version 0.8.14 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of zone.js. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Commits
The new version differs by 14 commits.
5a010c6
chore: release v0.8.14
2143d9c
fix(event): fix memory leak for once, add more test cases (#841)
f301fa2
fix(event): fix #836, handle event callback call removeEventListener case (#839)
3a4bfbd
fix(task): fix #832, fix #835, task.data should be an object (#834)
79baffb
chore: release v0.8.13
667cd6f
fix(spec): FakeAsyncTestZoneSpec.flush() passes limit along to scheduler (#831)
273cb85
fix(websocket): fix #824, patch websocket onproperties correctly in PhantomJS (#826)
047d9b2
feat(saucelab): integrate saucelab webdriver test. (#819)
fabddd8
strongloop/zone library is now deprecated (#825)
b3a76d3
feat(eventListener): fix #798, improve EventTarget.addEventListener performance (#812)
98f3903
refactor(util): replace zoneSymbol with Zone.symbol (#809)
f439fe2
fix(promise): fix #806, remove duplicate consolelog (#807)
3a017d3
perf: Add addEventListener benchmark
8260f1d
fix(spec): fakeAsyncTestSpec should handle requestAnimationFrame (#805)
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: