Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/zone.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.14
Choose a base ref
...
head repository: angular/zone.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.15
Choose a head ref
  • 5 commits
  • 15 files changed
  • 2 contributors

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    fe76168 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. fix: broken build. (#406)

    mhevery authored Aug 18, 2016
    Configuration menu
    Copy the full SHA
    5e3c207 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. fix(tasks): do not drain the microtask queue early.

    Fixes a bug where a event task invoked inside another task
    would drain the microtask queue too early. This would mean that microtasks
    would be called unexpectedly in the middle of what should have been
    a block of synchronous code.
    juliemr authored and mhevery committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    d4a1436 View commit details
    Browse the repository at this point in the history
  2. fix(tasks): do not drain the microtask queue early.

    Fixes a bug where a event task invoked inside another task
    would drain the microtask queue too early. This would mean that microtasks
    would be called unexpectedly in the middle of what should have been
    a block of synchronous code.
    mhevery committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    ff88bb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02a41c0 View commit details
    Browse the repository at this point in the history
Loading