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.8.17
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.8.18
Choose a head ref
  • 14 commits
  • 64 files changed
  • 5 contributors

Commits on Sep 6, 2017

  1. feat(spec): log URL in error when attempting XHR from FakeAsyncTestZo…

    …ne (#893)
    
    Save the URL from xhr.open and log it when throwing an error from FakeAsyncTestZone when the XHR send it attempted. This would make it easier to debug such errors from a fakeAsync test.
    vikerman authored and mhevery committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    874bfdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4e5ae8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Configuration menu
    Copy the full SHA
    8d27f23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aec4bd4 View commit details
    Browse the repository at this point in the history
  3. feat(compile): fix #892, upgrade to typescript 2.3.4, support for...o…

    …f when build zone-node (#897)
    
    * feat(compile): fix #892, upgrade to typescript 2.3.4(same with angular), add downlevelIteration options when build zone-node
    
    * local test should also use downlevelIteration option
    JiaLiPassion authored and mhevery committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    e999593 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. fix(promise): can set native promise after loading zone.js (#899)

    * fix(promise): can set native promise after loading zone.js
    
    * disable SL_IOS9
    JiaLiPassion authored and mhevery committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    956c729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcc285a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c8828e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. fix(event): EventTarget of SourceBuffer in samsung tv will have null …

    …context (#904)
    
    * fix: EventTarget when using Samusung TV and SourceBuffer
    
    * fix(event): add test cases for EventTarget patch for Samsung tv
    
    * ignore null context test in ie9
    JiaLiPassion authored and mhevery committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    8718e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f74efb View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Add newline to separate @fileoverview comment from a node. (#912)

    The recent change in tsickle to handle @fileoverview comments in a transformer slightly changed our semantics, so the @fileoverview comment was getting lost.  A proper fix in tsickle is forthcoming.
    LucasSloan authored and mhevery committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    7ef13a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Configuration menu
    Copy the full SHA
    418a583 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ba5d97 View commit details
    Browse the repository at this point in the history
  3. hore: release v0.8.18

    mhevery committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    e5fa562 View commit details
    Browse the repository at this point in the history
Loading