Skip to content

v2.0.0

Choose a tag to compare

@jokeyrhyme jokeyrhyme released this 27 Mar 00:04
· 12 commits to master since this release

Changed

  • use /dist/assertive-chai.js for browser testing, not /assertive-chai.js
  • development process now uses gulp
  • development process now uses browserify
  • execute tests both directly in Node.js and now within PhantomJS
  • depend on chaijs/deep-eql from upstream Chai.js to minimise staleness
  • depend on chaijs/pathval from upstream Chai.js to minimise staleness
  • depend on chaijs/type-detect from upstream Chai.js to minimise staleness
  • switched to the MIT license for easier compatibility with upstream Chai.js
    • we have a modified version of their tests and some other snippets

Fixes

  • deepEquals() now works with circular objects
  • circular Backbone models no longer cause tests in PhantomJS to hang