Skip to content

Commit 6256d81

Browse files
Release 1.9.0
1 parent 44a829c commit 6256d81

File tree

7 files changed

+271
-108
lines changed

7 files changed

+271
-108
lines changed

Diff for: History.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,46 @@
11

2+
1.9.0 / 2014-01-29
3+
==================
4+
5+
* docs: add contributing.md #238
6+
* assert: .throws() returns thrown error. Closes #185
7+
* Merge pull request #232 from laconbass/assert-throws
8+
* assert: .fail() parameter mismatch. Closes #206
9+
* Merge branch 'karma-fixes'
10+
* Add karma phantomjs launcher
11+
* Use latest karma and sauce launcher
12+
* Karma tweaks
13+
* Merge pull request #230 from jkroso/include
14+
* Merge pull request #237 from chaijs/coverage
15+
* Add coverage to npmignore
16+
* Remove lib-cov from test-travisci dependents
17+
* Remove the not longer needed lcov reporter
18+
* Test coverage with istanbul
19+
* Remove jscoverage
20+
* Remove coveralls
21+
* Merge pull request #226 from duncanbeevers/add_has
22+
* Avoid error instantiation if possible on assert.throws
23+
* Merge pull request #231 from duncanbeevers/update_copyright_year
24+
* Update Copyright notices to 2014
25+
* handle negation correctly
26+
* add failing test case
27+
* support `{a:1,b:2}.should.include({a:1})`
28+
* Merge pull request #224 from vbardales/master
29+
* Add `has` to language chains
30+
* Merge pull request #219 from demands/overwrite_chainable
31+
* return error on throw method to chain on error properties, possibly different from message
32+
* util: store chainable behavior in a __methods object on ctx
33+
* util: code style fix
34+
* util: add overwriteChainableMethod utility (for #215)
35+
* Merge pull request #217 from demands/test_cleanup
36+
* test: make it possible to run utilities tests with --watch
37+
* makefile: change location of karma-runner bin script
38+
* Merge pull request #202 from andreineculau/patch-2
39+
* test: add tests for throwing custom errors
40+
* Merge pull request #201 from andreineculau/patch-1
41+
* test: updated for the new assertion errors
42+
* core: improve message for assertion errors (throw assertion)
43+
244
1.8.1 / 2013-10-10
345
==================
446

Diff for: README.md

+44-37
Original file line numberDiff line numberDiff line change
@@ -16,43 +16,50 @@ For more information or to download plugins, view the [documentation](http://cha
1616

1717
### Contributors
1818

19-
project : chai
20-
repo age : 1 year, 9 months
21-
active : 139 days
22-
commits : 693
23-
files : 54
24-
authors :
25-
518 Jake Luer 74.7%
26-
66 Veselin Todorov 9.5%
27-
43 Domenic Denicola 6.2%
28-
6 Ruben Verborgh 0.9%
29-
5 George Kats 0.7%
30-
5 Jo Liss 0.7%
31-
5 Juliusz Gonera 0.7%
32-
5 Scott Nonnenberg 0.7%
33-
4 John Firebaugh 0.6%
34-
4 Nick Heiner 0.6%
35-
4 josher19 0.6%
36-
3 Jeff Barczewski 0.4%
37-
3 Ryunosuke SATO 0.4%
38-
2 Bartvds 0.3%
39-
2 Edwin Shao 0.3%
40-
2 Jakub Nešetřil 0.3%
41-
2 Teddy Cross 0.3%
42-
1 Anand Patil 0.1%
43-
1 Benjamin Horsleben 0.1%
44-
1 Brandon Payton 0.1%
45-
1 Chris Connelly 0.1%
46-
1 Chun-Yi 0.1%
47-
1 DD 0.1%
48-
1 Jeff Welch 0.1%
49-
1 Kilian Ciuffolo 0.1%
50-
1 Niklas Närhinen 0.1%
51-
1 Paul Miller 0.1%
52-
1 Sasha Koss 0.1%
53-
1 Victor Costan 0.1%
54-
1 Vinay Pulim 0.1%
55-
1 piecioshka 0.1%
19+
project : chai
20+
repo age : 2 years, 2 months ago
21+
commits : 735
22+
active : 158 days
23+
files : 56
24+
authors :
25+
532 Jake Luer 72.4%
26+
79 Veselin Todorov 10.7%
27+
43 Domenic Denicola 5.9%
28+
6 Ruben Verborgh 0.8%
29+
5 George Kats 0.7%
30+
5 Jo Liss 0.7%
31+
5 Juliusz Gonera 0.7%
32+
5 Scott Nonnenberg 0.7%
33+
4 John Firebaugh 0.5%
34+
4 Max Edmands 0.5%
35+
4 Nick Heiner 0.5%
36+
4 josher19 0.5%
37+
3 Andrei Neculau 0.4%
38+
3 Jake Rosoman 0.4%
39+
3 Jeff Barczewski 0.4%
40+
3 Ryunosuke SATO 0.4%
41+
2 Bartvds 0.3%
42+
2 Duncan Beevers 0.3%
43+
2 Edwin Shao 0.3%
44+
2 Jakub Nešetřil 0.3%
45+
2 Teddy Cross 0.3%
46+
1 Anand Patil 0.1%
47+
1 Benjamin Horsleben 0.1%
48+
1 Brandon Payton 0.1%
49+
1 Chris Connelly 0.1%
50+
1 Chun-Yi 0.1%
51+
1 DD 0.1%
52+
1 Jeff Welch 0.1%
53+
1 Kilian Ciuffolo 0.1%
54+
1 Niklas Närhinen 0.1%
55+
1 Paul Miller 0.1%
56+
1 Sasha Koss 0.1%
57+
1 Veselin 0.1%
58+
1 Victor Costan 0.1%
59+
1 Vinay Pulim 0.1%
60+
1 Virginie BARDALES 0.1%
61+
1 laconbass 0.1%
62+
1 piecioshka 0.1%
5663

5764
## License
5865

Diff for: ReleaseNotes.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Release Notes
22

3+
## 1.9.0 / 2014-01-29
4+
5+
The following changes are required if you are upgrading from the previous version:
6+
7+
- **Users:**
8+
- No changes required
9+
- **Plugin Developers:**
10+
- Review [#219](https://github.com/chaijs/chai/pull/219).
11+
- **Core Contributors:**
12+
- Refresh `node_modules` folder for updated dependencies.
13+
14+
### Community Contributions
15+
16+
- [#202](https://github.com/chaijs/chai/pull/201) Improve error message for .throw(). [@andreineculau](https://github.com/andreineculau)
17+
- [#217](https://github.com/chaijs/chai/pull/217) Chai tests can be run with `--watch`. [@demands](https://github.com/demands)
18+
- [#219](https://github.com/chaijs/chai/pull/219) Add overwriteChainableMethod utility. [@demands](https://github.com/demands)
19+
- [#224](https://github.com/chaijs/chai/pull/224) Return error on throw method to chain on error properties. [@vbardales](https://github.com/vbardales)
20+
- [#226](https://github.com/chaijs/chai/pull/226) Add `has` to language chains. [@duncanbeevers](https://github.com/duncanbeevers)
21+
- [#230](https://github.com/chaijs/chai/pull/230) Support `{a:1,b:2}.should.include({a:1})` [@jkroso](https://github.com/jkroso)
22+
- [#231](https://github.com/chaijs/chai/pull/231) Update Copyright notices to 2014 [@duncanbeevers](https://github.com/duncanbeevers)
23+
- [#232](https://github.com/chaijs/chai/pull/232) Avoid error instantiation if possible on assert.throws. [@laconbass](https://github.com/laconbass)
24+
25+
Thank you to all who took time to contribute!
26+
27+
### Other Bug Fixes
28+
29+
- [#225](https://github.com/chaijs/chai/pull/225) Improved AMD wrapper provided by upstream `component(1)`.
30+
- [#185](https://github.com/chaijs/chai/issues/185) `assert.throws()` returns thrown error for further assertions.
31+
- [#237](https://github.com/chaijs/chai/pull/237) Remove coveralls/jscoverage, include istanbul coverage report in travis test.
32+
- Update Karma and Sauce runner versions for consistent CI results. No more karma@canary.
33+
334
## 1.8.1 / 2013-10-10
435

536
The following changes are required if you are upgrading from the previous version:

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chai"
3-
, "version": "1.8.1"
3+
, "version": "1.9.0"
44
, "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic."
55
, "license": "MIT"
66
, "keywords": [

0 commit comments

Comments
 (0)