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.13
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.14
Choose a head ref
  • 4 commits
  • 18 files changed
  • 1 contributor

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    4942b4a View commit details
    Browse the repository at this point in the history
  2. chore: clean up imports

    mhevery committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    6ef7451 View commit details
    Browse the repository at this point in the history
  3. feat(jasmine): patch jasmine to understand zones.

    jasmine now understands zones and follows these rules:
    - Jasmine itself runs in ambient zone (most likely the root Zone).
    - Describe calls run in SyncZone which prevent async operations from being spawned from within the describe blocks.
    - beforeEach/it/afterEach run in ProxyZone, which allows tests to retroactively set zone rules.
    - Each test runs in a new instance of the ProxyZone.
    mhevery committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    3a054be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76acf6e View commit details
    Browse the repository at this point in the history
Loading