From 456ee6ad834f19eef270b673ac007c1869811768 Mon Sep 17 00:00:00 2001 From: Jake Luer Date: Tue, 26 Jun 2012 14:32:49 -0400 Subject: [PATCH] Release 1.1.0 --- History.md | 25 +++++++++++++++++++++++++ README.md | 17 +++++++++-------- chai.js | 2 +- lib/chai.js | 2 +- package.json | 2 +- 5 files changed, 37 insertions(+), 11 deletions(-) diff --git a/History.md b/History.md index 1fb219c..b6ca7a7 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,29 @@ +1.1.0 / 2012-06-26 +================== + + * browser build + * Disable "Assertion.includeStack is false" test in IE. + * Use `utils.getName` for all function inspections. + * Merge pull request #80 from kilianc/closeTo + * fixes #79 + * browser build + * expand docs to indicate change of subject for chaining. Closes #78 + * add `that` chain noop + * Merge branch 'bug/74' + * comments on how to property use `length` as chain. Closes #74 + * tests for length as chainable property. #74 + * add support for `length` as chainable prop/method. + * Merge branch 'bug/77' + * tests for getPathValue when working with nested arrays. Closes #77 + * add getPathValue support for nested arrays + * browser build + * fix bug for missing browser utils + * compile tool aware of new folder layout + * Merge branch 'refactor/1dot1' + * move core assertions to own file and refactor all using utils + * rearrange folder structure + 1.0.4 / 2012-06-03 ================== diff --git a/README.md b/README.md index 27c943a..cb08767 100644 --- a/README.md +++ b/README.md @@ -9,22 +9,23 @@ For more information or to download plugins, view the [documentation](http://cha ### Contributors - commits: 471 - files : 44 + commits: 493 + files : 45 authors: - 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% + 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% 3 Jeff Barczewski 0.6% 2 Jakub Nešetřil 0.4% 1 Anand Patil 0.2% - 1 Sasha Koss 0.2% 1 Benjamin Horsleben 0.2% 1 Vinay Pulim 0.2% + 1 Sasha Koss 0.2% + 1 Kilian Ciuffolo 0.2% ## License diff --git a/chai.js b/chai.js index 90ef5ba..1392aed 100644 --- a/chai.js +++ b/chai.js @@ -64,7 +64,7 @@ var used = [] * Chai version */ -exports.version = '1.0.4'; +exports.version = '1.1.0'; /*! * Primary `Assertion` prototype diff --git a/lib/chai.js b/lib/chai.js index 6a3c643..7a6d962 100644 --- a/lib/chai.js +++ b/lib/chai.js @@ -11,7 +11,7 @@ var used = [] * Chai version */ -exports.version = '1.0.4'; +exports.version = '1.1.0'; /*! * Primary `Assertion` prototype diff --git a/package.json b/package.json index 993d0ab..42fc99e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "Veselin Todorov ", "John Firebaugh " ], - "version": "1.0.4", + "version": "1.1.0", "repository": { "type": "git", "url": "https://github.com/chaijs/chai"