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.9
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.11
Choose a head ref
  • 20 commits
  • 57 files changed
  • 11 contributors

Commits on Apr 7, 2016

  1. fix(xhr): XHR macrotasks allow abort after XHR has completed (#311)

    Avoid throwing an error if an XHR is aborted after it has already
    
    been sent and completed (this throws no error in the browser,
    
    and zones should not introduce a new error).
    juliemr authored and mhevery committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    c70f011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96176b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Configuration menu
    Copy the full SHA
    ae6a4f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bc94b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01cec16 View commit details
    Browse the repository at this point in the history
  4. feat(zonespec): add a spec for synchronous tests (#294)

    Will throw an exception if any asynchornous microtask or macrotask is scheduled. Allows event tasks to be scheduled.
    vikerman authored and mhevery committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    55da3d8 View commit details
    Browse the repository at this point in the history
  5. fix(WebSocket patch): fix WebSocket constants copy (#299)

    fix(WebSocket patch): fix WebSocket constants copy (#299)
    mtsmfm authored and mhevery committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    5dc4339 View commit details
    Browse the repository at this point in the history
  6. fix: Suppress closure compiler warnings about unknown 'process' varia…

    …ble.
    
    Needed to compile angular2 apps with closure compiler.
    
    Closes #295
    alexeagle authored and mhevery committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    e125173 View commit details
    Browse the repository at this point in the history
  7. fix(setTimeout): fix for #290, allow clearTimeout to be called in set…

    …Timeout callback
    
    Closes #301
    frankwallis authored and mhevery committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    a6967ad View commit details
    Browse the repository at this point in the history
  8. fix: window undefined in node environments

    Closes #305
    NathanWalker authored and mhevery committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    f8d5dc7 View commit details
    Browse the repository at this point in the history
  9. chore(saucelabs): update browser list

    Closes #192
    marclaval authored and mhevery committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    cc1e973 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. chore: lots of cleanup in preparation for a node.js entry point

    Move common files and tests into `common` folders.
    Rename test util to `test-util` for clarity.
    Remove unused `brick` test.
    juliemr committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    ea4c480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    001b5a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa4c3f3 View commit details
    Browse the repository at this point in the history
  4. chore(gulpfile): update typings path

    PatrickJS authored and juliemr committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    6945852 View commit details
    Browse the repository at this point in the history
  5. feat: node/node

    Add a starting point for Zones-for-Node.js.
    PatrickJS authored and juliemr committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    29fc5d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2063814 View commit details
    Browse the repository at this point in the history
  7. test(node): add task to run a subset of tests on node

    `npm run test-node` or `gulp test/node` will now run tests
    on node.js. These are also run on TravisCI. Clean up gulp
    build.
    juliemr committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    89530fe View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. test(node): add setInterval, Promise, and setTimeout tests to node su…

    …ite (#322)
    
    Also add ZoneSpec tests.
    juliemr committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    a95b13b View commit details
    Browse the repository at this point in the history
  2. chore: 0.6.11 release

    juliemr committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    ebd4526 View commit details
    Browse the repository at this point in the history
Loading