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.15
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.17
Choose a head ref
  • 8 commits
  • 15 files changed
  • 4 contributors

Commits on Aug 19, 2016

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

Commits on Aug 22, 2016

  1. fix(browser): use XMLHttpRequest.DONE constant on target instead of t…

    …he global interface (#395)
    
    fixes #394
    jahtalab authored and mhevery committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    3b4c20b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396942b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4dd351 View commit details
    Browse the repository at this point in the history
  4. fix(jasmine): spelling error of 'describe' in jasmine patch prevented…

    … application of sync zone
    
    Looks like a spelling error was preventing the jasmine patch from patching "describe".
    This in turn meant that the describe would not run in the sync zone.
    
    Closes #412
    abierbaum authored and mhevery committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    d38ccde View commit details
    Browse the repository at this point in the history
  5. chore: Release v0.6.16

    mhevery committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    55f8150 View commit details
    Browse the repository at this point in the history
  6. fix: IE10/11 timeout issues.

    IE10/11 would timeout if we don't give it time to breath. This change has accidentally prevented of clearing the stack.
    mhevery committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    382182c View commit details
    Browse the repository at this point in the history
  7. chore: release v0.6.17

    mhevery committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    f57fc18 View commit details
    Browse the repository at this point in the history
Loading