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.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.6.19
Choose a head ref
  • 12 commits
  • 42 files changed
  • 4 contributors

Commits on Sep 1, 2016

  1. Configuration menu
    Copy the full SHA
    4c35e5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcaeddb View commit details
    Browse the repository at this point in the history
  3. fix(XHR): Don't send sync XHR through ZONE

    fixes #377
    hmdhk authored and mhevery committed Sep 1, 2016
    1 Configuration menu
    Copy the full SHA
    6e2f13c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Configuration menu
    Copy the full SHA
    671a0a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fe4df0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f1ea90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a85fd68 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2016

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

Commits on Sep 9, 2016

  1. fix(promise): support more aggressive optimization. (#431)

    ZoneAwarePromise does not technically implement or inherit the static
    side of Promise, so aggressive optimizers may drop static methods such
    as `all`, `race`, `reject`, and `resolve`.
    
    This change explicitly exports them into quoted properties, which is
    harmless for normal use and protects users of more aggressive
    optimizers, such as Closure Compiler in typed mode.
    mprobst authored and mhevery committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    26fc3da View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2016

  1. Configuration menu
    Copy the full SHA
    baf9cdb View commit details
    Browse the repository at this point in the history
  2. chore: Release v0.6.18

    mhevery committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    44c46fa View commit details
    Browse the repository at this point in the history
  3. chore: Release v0.6.19

    mhevery committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    15d298b View commit details
    Browse the repository at this point in the history
Loading