Skip to content
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: Automattic/expect.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.2
Choose a base ref
...
head repository: Automattic/expect.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 15 commits
  • 6 files changed
  • 5 contributors

Commits on Feb 4, 2012

  1. Configuration menu
    Copy the full SHA
    7109b68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0de582 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2012

  1. Add explicit failure through expect().fail()

    Sometimes, you just need to signal failure, and the logic doesn't make
    sense to encapsulate within `.to.be.not` type chaining.  This commit
    adds an explicit `fail()` assertion which forces failure.  Since there's
    no context to expect() with which to construct an 'expected ... to be
    ...` type failure message, also let a message be specified with an
    optional first argument: `fail("custom message")`.
    yourcelf committed May 13, 2012
    Configuration menu
    Copy the full SHA
    08484a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8dfc27 View commit details
    Browse the repository at this point in the history
  3. Relax failure msg null check

    yourcelf committed May 13, 2012
    Configuration menu
    Copy the full SHA
    64913e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2012

  1. Add inspect() case for DOM elements.

    Serializing was VERY slow before the patch.
    
    mochajs/mocha#525
    paulmillr committed Jul 28, 2012
    Configuration menu
    Copy the full SHA
    925f6cc View commit details
    Browse the repository at this point in the history
  2. Move check.

    paulmillr committed Jul 28, 2012
    Configuration menu
    Copy the full SHA
    b569e8f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2012

  1. fix make test for recent mochas

    tj committed Aug 1, 2012
    Configuration menu
    Copy the full SHA
    db0f890 View commit details
    Browse the repository at this point in the history
  2. add closure to all assertion messages

    deferring costly inspects until
    there is actually a failure
    tj committed Aug 1, 2012
    Configuration menu
    Copy the full SHA
    e8a6c47 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32 from visionmedia/add/lazy-messages

    Add/lazy messages
    rauchg committed Aug 1, 2012
    Configuration menu
    Copy the full SHA
    de2fdcb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2012

  1. Merge pull request #31 from paulmillr/topics/add-dom-checks

    Add check for DOM objects in util.inspect().
    rauchg committed Aug 3, 2012
    Configuration menu
    Copy the full SHA
    654c8dd View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2012

  1. Merge pull request #20 from yourcelf/master

    Add explicit failure through `expect().fail()`
    rauchg committed Aug 29, 2012
    Configuration menu
    Copy the full SHA
    9aa632f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2012

  1. Configuration menu
    Copy the full SHA
    1559f47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from satazor/master

    Fix isRegExp bug in some edge cases
    rauchg committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    0a6dae8 View commit details
    Browse the repository at this point in the history
  3. Release 0.2.0

    rauchg committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    5a1e44c View commit details
    Browse the repository at this point in the history
Loading