mirror of
https://github.com/chaijs/chai
synced 2024-11-15 00:07:11 +00:00
Release 1.0.4
This commit is contained in:
parent
65472738e5
commit
40b0eb2268
5 changed files with 20 additions and 11 deletions
|
@ -1,4 +1,12 @@
|
||||||
|
|
||||||
|
1.0.4 / 2012-06-03
|
||||||
|
==================
|
||||||
|
|
||||||
|
* Merge pull request #68 from fizker/itself
|
||||||
|
* Added itself chain.
|
||||||
|
* simplify error inspections for cross browser compatibility
|
||||||
|
* fix safari `addChainableMethod` errors. Closes #69
|
||||||
|
|
||||||
1.0.3 / 2012-05-27
|
1.0.3 / 2012-05-27
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
17
README.md
17
README.md
|
@ -9,21 +9,22 @@ For more information or to download plugins, view the [documentation](http://cha
|
||||||
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
commits: 466
|
commits: 471
|
||||||
files : 44
|
files : 44
|
||||||
authors:
|
authors:
|
||||||
340 Jake Luer 73.0%
|
344 Jake Luer 73.0%
|
||||||
66 Veselin Todorov 14.2%
|
66 Veselin Todorov 14.0%
|
||||||
34 Domenic Denicola 7.3%
|
34 Domenic Denicola 7.2%
|
||||||
5 Jo Liss 1.1%
|
5 Jo Liss 1.1%
|
||||||
5 Juliusz Gonera 1.1%
|
5 Juliusz Gonera 1.1%
|
||||||
4 josher19 0.9%
|
4 josher19 0.8%
|
||||||
4 John Firebaugh 0.9%
|
4 John Firebaugh 0.8%
|
||||||
3 Jeff Barczewski 0.6%
|
3 Jeff Barczewski 0.6%
|
||||||
2 Jakub Nešetřil 0.4%
|
2 Jakub Nešetřil 0.4%
|
||||||
1 Sasha Koss 0.2%
|
|
||||||
1 Vinay Pulim 0.2%
|
|
||||||
1 Anand Patil 0.2%
|
1 Anand Patil 0.2%
|
||||||
|
1 Sasha Koss 0.2%
|
||||||
|
1 Benjamin Horsleben 0.2%
|
||||||
|
1 Vinay Pulim 0.2%
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
2
chai.js
2
chai.js
|
@ -1212,7 +1212,7 @@ var used = []
|
||||||
* Chai version
|
* Chai version
|
||||||
*/
|
*/
|
||||||
|
|
||||||
exports.version = '1.0.3';
|
exports.version = '1.0.4';
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Primary `Assertion` prototype
|
* Primary `Assertion` prototype
|
||||||
|
|
|
@ -11,7 +11,7 @@ var used = []
|
||||||
* Chai version
|
* Chai version
|
||||||
*/
|
*/
|
||||||
|
|
||||||
exports.version = '1.0.3';
|
exports.version = '1.0.4';
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Primary `Assertion` prototype
|
* Primary `Assertion` prototype
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"Veselin Todorov <hi@vesln.com>",
|
"Veselin Todorov <hi@vesln.com>",
|
||||||
"John Firebaugh <john.firebaugh@gmail.com>"
|
"John Firebaugh <john.firebaugh@gmail.com>"
|
||||||
],
|
],
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/chaijs/chai"
|
"url": "https://github.com/chaijs/chai"
|
||||||
|
|
Loading…
Reference in a new issue