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: 214f532
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: 3a3dae4
Choose a head ref
  • 12 commits
  • 17 files changed
  • 3 contributors

Commits on Feb 20, 2015

  1. feat(Zone): add unique id to each zone

    Closes #45
    btford committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    fb338b6 View commit details
    Browse the repository at this point in the history
  2. feat(bindPromiseFn): add bindPromiseFn method

    Closes #49
    btford committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    643f2ac View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2015

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

Commits on Mar 2, 2015

  1. fix(zone.js): don't make function declaration in block scope

    It's breaks JSC =)
    
    Closes #53
    Closes #54
    caitp committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    229fd8f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. doc: There is currently no way to detect VM turn

    see #59
    
    The afterTask hook is executed after every single function which happen
    more frequently than VM turns when there are pending microtasks
    (Promises, Object.observe, MutationObserver).
    vicb committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    a45a4cb View commit details
    Browse the repository at this point in the history
  2. doc: misc fixes in the README

    vicb committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    a4b9b55 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2015

  1. chore: fix license file

    btford committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    987a7f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a11e9 View commit details
    Browse the repository at this point in the history
  3. test(CI): make Travis use Sauce for testing

    vicb authored and btford committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    39638cf View commit details
    Browse the repository at this point in the history
  4. test: cleanup

    vicb authored and btford committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    b7e5b3c View commit details
    Browse the repository at this point in the history
  5. gitignore node_modules

    vicb authored and btford committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    9736572 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2015

  1. 0.4.2

    btford committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    3a3dae4 View commit details
    Browse the repository at this point in the history
Loading