- Add keywords for Chai docs.
- Add name of
<EMPTY OBJECT>
for zero-length selectors. - Add coverage enforcement and get to 100% coverage.
- Add coverage, static analysis integrations.
- Add Sauce Labs integration.
- API: Add
$data
. [@niki4810]
- Switch over to Gulp, removing Grunt.
- Add property presence detection and object under assertion context changing
for
$prop
,$attr
. - Separate out document generation to Grunt task file and add more JsDoc-style params in Markdown output.
- Remove NPM
postinstall
script in normal deployment.
- Switch to manual plugin injection for AMD (matches Node.js method).
- Add fallback to "style" property for
$css
. - Add
contains
support for$css
assert. - Add support for Node.js with JsDom.
- Extension of API with:
$css
,$visible
,$hidden
. [@atimb]
- Initial release with API:
$val
,$class
,$attr
,$prop
,$html
,$text
.