Skip to content
This repository has been 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.5
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.9
Choose a head ref
  • 12 commits
  • 18 files changed
  • 6 contributors

Commits on Mar 23, 2016

  1. Configuration menu
    Copy the full SHA
    faa3485 View commit details
    Browse the repository at this point in the history
  2. Update utils.ts

    Suppress closure compiler warnings about unknown 'process' variable. Needed to compile angular2 apps with closure compiler.
    alexeagle authored and mhevery committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    f3f8628 View commit details
    Browse the repository at this point in the history
  3. feat(zonespec): add a spec for synchronous tests

    Will throw an exception if any asynchornous microtask or macrotask is scheduled. Allows event tasks to be scheduled.
    vikerman authored and mhevery committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    0a6a434 View commit details
    Browse the repository at this point in the history
  4. fix(zone): remove debugger statement

    robwormald authored and mhevery committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    d7c116b View commit details
    Browse the repository at this point in the history
  5. chore: v0.6.6

    mhevery committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    52073b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

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

Commits on Mar 29, 2016

  1. chore: release 0.6.7

    mhevery committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    cc91561 View commit details
    Browse the repository at this point in the history
  2. feat: treat XHRs as macrotasks

    Now, when an XHR is sent it is treated as a pending macrotask. ZoneSpecs,
    such as the AsyncTestZoneSpec, rely on this to ensure that XHRs are
    completed.
    
    The macrotask is cancelled if the XHR is aborted, and completed when
    the XHR reaches state DONE.
    juliemr committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    fd39f97 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2016

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

Commits on Apr 4, 2016

  1. Configuration menu
    Copy the full SHA
    8827e1e View commit details
    Browse the repository at this point in the history
  2. chore: 6.8 build and release

    juliemr committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    54aec09 View commit details
    Browse the repository at this point in the history
  3. chore: 0.6.9 build and release

    0.6.8 was already used.
    juliemr committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    1929c0d View commit details
    Browse the repository at this point in the history
Loading