chai v1.4.0 Release Notes

Release Date: 2012-11-29 // over 11 years ago
    • pre-release browser build
    • clean up index.js to not check for cov, revert package.json to use index.js
    • convert tests to use new bootstrap
    • refactor testing bootstrap
    • use spaces (not tabs). Clean up #114
    • Merge pull request #114 from trantorLiu/master
    • Add most() (alias: lte) and least() (alias: gte) to the API with new chainers "at" and "of".
    • Change main to ./lib/chai. Fixes #28.
    • Merge pull request #104 from connec/deep_equals_circular_references_
    • Merge pull request #109 from nnarhinen/patch-1
    • Check for 'actual' type
    • Added support for circular references when checking deep (in)equality.