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.5.0
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.5.1
Choose a head ref
  • 19 commits
  • 61 files changed
  • 4 contributors

Commits on May 9, 2015

  1. feat(test): serve lib/ files instead of dist/

    relates to #98
    vicb committed May 9, 2015
    Configuration menu
    Copy the full SHA
    f835213 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2015

  1. Configuration menu
    Copy the full SHA
    bf77917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9918957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95c9dc2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2015

  1. Configuration menu
    Copy the full SHA
    639d5e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f262aa View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. feat(zone.js): support IE9+

    marclaval committed May 18, 2015
    Configuration menu
    Copy the full SHA
    554fae0 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. feat(geolocation): patch the API

    fixes #113
    vicb committed May 19, 2015
    Configuration menu
    Copy the full SHA
    cd13da1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a442a32 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. fix(register-element): add check for callback being own property of opts

    Using other component libraries, like Polymer, alongside Angular2+zones would
    cause errors because the descriptor was undefined after calling getOwnPropertyDescriptor
    on objects which had inherited callbacks that were not their own properties.
    
    Fixes #52
    jeffbcross committed May 20, 2015
    Configuration menu
    Copy the full SHA
    8bce00e View commit details
    Browse the repository at this point in the history
  2. feat(fetch): patch the fetch API

    fixes #108
    vicb committed May 20, 2015
    Configuration menu
    Copy the full SHA
    4d3d524 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2015

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

Commits on May 27, 2015

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

Commits on Jun 1, 2015

  1. fix(PatchClass): copy static properties

    fixes #127
    vicb committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    b91f8fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1639ead View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91d0a8f View commit details
    Browse the repository at this point in the history
  4. refactor: clean the dist folder

    closes #110
    vicb committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    d8a7457 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. refactor(es6-promise): use the npm module

    fixes #99
    vicb committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    c3cfe5f View commit details
    Browse the repository at this point in the history
  2. 0.5.1

    vicb committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    85dff6a View commit details
    Browse the repository at this point in the history
Loading