From 6d9438abb66b81b9a1caf62b21f1145e56157fd8 Mon Sep 17 00:00:00 2001 From: Grant Snodgrass Date: Mon, 15 Oct 2018 22:18:53 +0000 Subject: [PATCH 1/3] chore: Update `History.md` for v2.0.1 --- History.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/History.md b/History.md index a9702a2..8403cc8 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,12 @@ # master +# 2.0.1 + +* Create bower.json +* Add syntax highlighting to README code snippets +* Fix docs (incorrectly) indicating that `.css()` supports hex values (it does not) +* Update History.md + # 2.0.0 * Removed `be` assertion. Use `match` instead. Rename `have` to `descendants`. (#47) From fcfbfcf211ad836e61f301357b21a1913c53fb01 Mon Sep 17 00:00:00 2001 From: Grant Snodgrass Date: Mon, 15 Oct 2018 22:19:39 +0000 Subject: [PATCH 2/3] chore: Update Chai to v4 in Bower dev dependencies --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 60f441d..84c6120 100644 --- a/bower.json +++ b/bower.json @@ -10,7 +10,7 @@ "main": ["./chai-jquery.js"], "ignore": [".git", ".gitignore", ".travis.yml", "test"], "devDependencies": { - "chai": "1", + "chai": "4", "mocha": "1", "mocha-phantomjs": "3", "jquery": "1.9.1 - 2" From 8e2ae08decc470433a59a5f5be5e06b298c55c01 Mon Sep 17 00:00:00 2001 From: Grant Snodgrass Date: Mon, 15 Oct 2018 22:28:08 +0000 Subject: [PATCH 3/3] chore: Release 2.1.0 --- History.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 8403cc8..c5a46db 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,13 @@ # master +# 2.1.0 + +* Update README: Add description of scripts that need to be inserted for `chai-jquery` to work properly +* feat: add focus assertion +* Update package.json keywords +* Denote jquery.js is required +* Update for Chai v4.0 + # 2.0.1 * Create bower.json diff --git a/package.json b/package.json index 2cbffa4..a793074 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "chai-jquery", "description": "jQuery assertions for the Chai assertion library", "keywords": [ "chai", "chai-plugin", "vendor", "browser-only", "dom", "test", "assertion", "assert", "testing", "jQuery" ], - "version": "2.0.0", + "version": "2.1.0", "repository": { "type": "git", "url": "https://github.com/chaijs/chai-jquery"