UNPKG

1.15 kBMarkdownView Raw
1History
2=======
3
4## 0.0.9
5
6* Add keywords for Chai docs.
7
8## 0.0.8
9
10* Add name of `<EMPTY OBJECT>` for zero-length selectors.
11* Add coverage enforcement and get to 100% coverage.
12* Add coverage, static analysis integrations.
13* Add Sauce Labs integration.
14
15## 0.0.7
16
17* API: Add `$data`. [*[@niki4810][]*]
18
19## 0.0.6
20
21* Switch over to Gulp, removing Grunt.
22
23## 0.0.5
24
25* Add property presence detection and object under assertion context changing
26 for `$prop`, `$attr`.
27* Separate out document generation to Grunt task file and add more JsDoc-style
28 params in Markdown output.
29
30## 0.0.4
31
32* Remove NPM `postinstall` script in normal deployment.
33
34## 0.0.3
35
36* Switch to manual plugin injection for AMD (matches Node.js method).
37* Add fallback to "style" property for `$css`.
38* Add `contains` support for `$css` assert.
39* Add support for Node.js with JsDom.
40
41## 0.0.2
42
43* Extension of API with: `$css`, `$visible`, `$hidden`. [*[@atimb][]*]
44
45## 0.0.1
46
47* Initial release with API: `$val`, `$class`, `$attr`, `$prop`, `$html`,
48 `$text`.
49
50[@atimb]: https://github.com/atimb
51[@niki4810]: https://github.com/niki4810
52[@ryan-roemer]: https://github.com/ryan-roemer