From 87880253629ab76ad9a1912139a54341514828d1 Mon Sep 17 00:00:00 2001 From: Jake Luer Date: Mon, 1 Oct 2012 17:32:20 -0400 Subject: [PATCH] Release 1.3.0 --- History.md | 39 +++++++++++++++++++++++++++++++++++++++ README.md | 34 ++++++++++++++++++++-------------- lib/chai.js | 2 +- package.json | 2 +- 4 files changed, 61 insertions(+), 16 deletions(-) diff --git a/History.md b/History.md index 3705350..4630f53 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,43 @@ +1.3.0 / 2012-10-01 +================== + + * browser build w/ folio >= 0.3.4. Closes #99 + * add back buffer test for deep equal + * do not write flags to assertion.prototype + * remove buffer test from expect + * browser build + * improve documentation of custom error messages + * Merge branch 'master' of git://github.com/Liffft/chai into Liffft-master + * browser build + * improved buffer deep equal checking + * mocha is npm test command + * Cleaning up the js style… + * expect tests now include message pass-through + * packaging up browser-side changes… + * Increasing Throws error message verbosity + * Should syntax: piping message through + * Make globalShould test work in browser too. + * Add a setter for `Object.prototype.should`. Closes #86. + * Release 1.2.0 + * add node 0.8 to travis + * Merge branch 'feature/errmsg' + * browser build + * comment updates for utilities + * tweak objDislay to only kick in if object inspection is too long + * Merge branch 'master' into feature/errmsg + * add display sample for error message refactor + * first draft of error message refactor. #93 + * add `closeTo` assertion to `assert` interface. Closes #89. + * update folio build for better require.js handling. Closes #85 + * Merge pull request #92 from paulmillr/topics/add-dom-checks + * Add check for DOM objects. + * browser build + * Merge branch 'master' of github.com:chaijs/chai + * bug - getActual not defaulting to assertion subject + * Merge pull request #88 from pwnall/master + * Don't inspect() assertion arguments if the assertion passes. + 1.2.0 / 2012-08-07 ================== diff --git a/README.md b/README.md index cb08767..258c301 100644 --- a/README.md +++ b/README.md @@ -9,23 +9,29 @@ For more information or to download plugins, view the [documentation](http://cha ### Contributors - commits: 493 - files : 45 - authors: - 363 Jake Luer 73.6% - 66 Veselin Todorov 13.4% - 36 Domenic Denicola 7.3% - 5 Jo Liss 1.0% - 5 Juliusz Gonera 1.0% - 4 josher19 0.8% - 4 John Firebaugh 0.8% + repo age : 10 months ago + commits : 540 + active : 96 days + files : 46 + authors : + 399 Jake Luer 73.9% + 66 Veselin Todorov 12.2% + 38 Domenic Denicola 7.0% + 5 Jo Liss 0.9% + 5 Scott Nonnenberg 0.9% + 5 Juliusz Gonera 0.9% + 4 josher19 0.7% + 4 John Firebaugh 0.7% 3 Jeff Barczewski 0.6% + 2 Teddy Cross 0.4% 2 Jakub Nešetřil 0.4% - 1 Anand Patil 0.2% - 1 Benjamin Horsleben 0.2% - 1 Vinay Pulim 0.2% - 1 Sasha Koss 0.2% 1 Kilian Ciuffolo 0.2% + 1 Benjamin Horsleben 0.2% + 1 Anand Patil 0.2% + 1 Paul Miller 0.2% + 1 Sasha Koss 0.2% + 1 Victor Costan 0.2% + 1 Vinay Pulim 0.2% ## License diff --git a/lib/chai.js b/lib/chai.js index 8855c79..8856e60 100644 --- a/lib/chai.js +++ b/lib/chai.js @@ -11,7 +11,7 @@ var used = [] * Chai version */ -exports.version = '1.2.0'; +exports.version = '1.3.0'; /*! * Primary `Assertion` prototype diff --git a/package.json b/package.json index 1cc1591..348c05c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "Veselin Todorov ", "John Firebaugh " ], - "version": "1.2.0", + "version": "1.3.0", "repository": { "type": "git", "url": "https://github.com/chaijs/chai"