- Update README: Add description of scripts that need to be inserted for
chai-jquery
to work properly - feat: add focus assertion
- Update package.json keywords
- Denote jquery.js is required
- Update for Chai v4.0
- Create bower.json
- Add syntax highlighting to README code snippets
- Fix docs (incorrectly) indicating that
.css()
supports hex values (it does not) - Update History.md
- Removed
be
assertion. Usematch
instead. Renamehave
todescendants
. (#47)
- Don't silently ignore incorrect
be
usage (#39)
- Improve failure messages for html, text, and value assertions
- Fix chainability of
contain
- Add
enabled
assertion - Add
prop
assertion
- Support for IE and other implementations without proto.
- Support inspect with 0 depth
- Set jQuery as an AMD dependency
- Fix override of 'have' so it only returns the have function when called on a non-jQuery object.
- Fix data assertion chaining
- Added
css
andempty
assertions
- Compatibility with chai 1.0.0
- Breaking change: the
contains
assertion now uses jQuery's:contains
selector. The previous behavior of thecontains
assertion is now handled by thehave
assertion, corresponding to jQuery's.has()
function.