mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +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
|
||||
==================
|
||||
|
||||
|
|
17
README.md
17
README.md
|
@ -9,21 +9,22 @@ For more information or to download plugins, view the [documentation](http://cha
|
|||
|
||||
### Contributors
|
||||
|
||||
commits: 466
|
||||
commits: 471
|
||||
files : 44
|
||||
authors:
|
||||
340 Jake Luer 73.0%
|
||||
66 Veselin Todorov 14.2%
|
||||
34 Domenic Denicola 7.3%
|
||||
344 Jake Luer 73.0%
|
||||
66 Veselin Todorov 14.0%
|
||||
34 Domenic Denicola 7.2%
|
||||
5 Jo Liss 1.1%
|
||||
5 Juliusz Gonera 1.1%
|
||||
4 josher19 0.9%
|
||||
4 John Firebaugh 0.9%
|
||||
4 josher19 0.8%
|
||||
4 John Firebaugh 0.8%
|
||||
3 Jeff Barczewski 0.6%
|
||||
2 Jakub Nešetřil 0.4%
|
||||
1 Sasha Koss 0.2%
|
||||
1 Vinay Pulim 0.2%
|
||||
1 Anand Patil 0.2%
|
||||
1 Sasha Koss 0.2%
|
||||
1 Benjamin Horsleben 0.2%
|
||||
1 Vinay Pulim 0.2%
|
||||
|
||||
## License
|
||||
|
||||
|
|
2
chai.js
2
chai.js
|
@ -1212,7 +1212,7 @@ var used = []
|
|||
* Chai version
|
||||
*/
|
||||
|
||||
exports.version = '1.0.3';
|
||||
exports.version = '1.0.4';
|
||||
|
||||
/*!
|
||||
* Primary `Assertion` prototype
|
||||
|
|
|
@ -11,7 +11,7 @@ var used = []
|
|||
* Chai version
|
||||
*/
|
||||
|
||||
exports.version = '1.0.3';
|
||||
exports.version = '1.0.4';
|
||||
|
||||
/*!
|
||||
* Primary `Assertion` prototype
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"Veselin Todorov <hi@vesln.com>",
|
||||
"John Firebaugh <john.firebaugh@gmail.com>"
|
||||
],
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/chaijs/chai"
|
||||
|
|
Loading…
Reference in a new issue