Release 1.7.2

This commit is contained in:
Jake Luer 2013-06-27 14:15:43 -04:00
parent 609beb7ecd
commit db4b9d7833
8 changed files with 68 additions and 31 deletions

View file

@ -1,4 +1,17 @@
1.7.2 / 2013-06-27
==================
* coverage: add coveralls badge
* test: [coveralls] add coveralls api integration. testing travis-ci integration
* Merge branch 'master' of github.com:chaijs/chai
* Merge branch 'feature/bower'
* Merge pull request #180 from tricknotes/modify-method-title
* Merge pull request #179 from tricknotes/highlight-code-example
* Modify method title to include argument name
* Fix to highlight code example
* bower: granular ignores
1.7.1 / 2013-06-24
==================

View file

@ -16,40 +16,41 @@ thrown upon an assertion failing.
project : chai
repo age : 1 year, 7 months
active : 134 days
commits : 666
active : 136 days
commits : 678
files : 55
authors :
494 Jake Luer 74.2%
66 Veselin Todorov 9.9%
43 Domenic Denicola 6.5%
504 Jake Luer 74.3%
66 Veselin Todorov 9.7%
43 Domenic Denicola 6.3%
6 Ruben Verborgh 0.9%
5 Scott Nonnenberg 0.8%
5 Juliusz Gonera 0.8%
5 George Kats 0.8%
5 Jo Liss 0.8%
5 Juliusz Gonera 0.7%
5 George Kats 0.7%
5 Scott Nonnenberg 0.7%
5 Jo Liss 0.7%
4 John Firebaugh 0.6%
4 Nick Heiner 0.6%
4 josher19 0.6%
3 Jeff Barczewski 0.5%
2 Edwin Shao 0.3%
4 Nick Heiner 0.6%
3 Jeff Barczewski 0.4%
2 Ryunosuke SATO 0.3%
2 Bartvds 0.3%
2 Teddy Cross 0.3%
2 Edwin Shao 0.3%
2 Jakub Nešetřil 0.3%
1 piecioshka 0.2%
1 Benjamin Horsleben 0.2%
1 Brandon Payton 0.2%
1 Chris Connelly 0.2%
1 Chun-Yi 0.2%
1 DD 0.2%
1 Jeff Welch 0.2%
1 Kilian Ciuffolo 0.2%
1 Niklas Närhinen 0.2%
1 Paul Miller 0.2%
1 Sasha Koss 0.2%
1 Victor Costan 0.2%
1 Vinay Pulim 0.2%
1 Anand Patil 0.2%
1 piecioshka 0.1%
1 Benjamin Horsleben 0.1%
1 Brandon Payton 0.1%
1 Chris Connelly 0.1%
1 Chun-Yi 0.1%
1 DD 0.1%
1 Jeff Welch 0.1%
1 Kilian Ciuffolo 0.1%
1 Niklas Närhinen 0.1%
1 Paul Miller 0.1%
1 Sasha Koss 0.1%
1 Victor Costan 0.1%
1 Vinay Pulim 0.1%
1 Anand Patil 0.1%
## License

View file

@ -1,5 +1,28 @@
# Release Notes
## 1.7.2 / 2013-06-27
The following changes are required if you are upgrading from the previous version:
- **Users:**
- No changes required.
- **Plugin Developers:**
- No changes required
- **Core Contributors:**
- Refresh `node_modules` folder for updated dependencies.
### Coverage Reporting
Coverage reporting has always been available for core-developers but the data has never been published
for our end users. In our ongoing effort to improve accountability this data will now be published via
the [coveralls.io](https://coveralls.io/) service. A badge has been added to the README and the full report
can be viewed online at the [chai coveralls project](https://coveralls.io/r/chaijs/chai). Furthermore, PRs
will receive automated messages indicating how their PR impacts test coverage. This service is tied to TravisCI.
### Other Fixes
- [#175](https://github.com/chaijs/chai/issues/175) Add `bower.json`. (Fix ignore all)
## 1.7.1 / 2013-06-24
The following changes are required if you are upgrading from the previous version:

View file

@ -1,6 +1,6 @@
{
"name": "chai"
, "version": "1.7.1"
, "version": "1.7.2"
, "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic."
, "license": "MIT"
, "keywords": [

View file

@ -327,7 +327,7 @@ var used = []
* Chai version
*/
exports.version = '1.7.1';
exports.version = '1.7.2';
/*!
* Assertion Error

View file

@ -1,7 +1,7 @@
{
"name": "chai"
, "repo": "chaijs/chai"
, "version": "1.7.1"
, "version": "1.7.2"
, "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic."
, "license": "MIT"
, "keywords": [

View file

@ -11,7 +11,7 @@ var used = []
* Chai version
*/
exports.version = '1.7.1';
exports.version = '1.7.2';
/*!
* Assertion Error

View file

@ -11,7 +11,7 @@
"Veselin Todorov <hi@vesln.com>",
"John Firebaugh <john.firebaugh@gmail.com>"
],
"version": "1.7.1",
"version": "1.7.2",
"repository": {
"type": "git",
"url": "https://github.com/chaijs/chai"