Skip to content

Commit 53cf5d0

Browse files
authored
Merge pull request #110 from meeber/release-2.1.0
Release 2.1.0
2 parents a9b66e5 + 8e2ae08 commit 53cf5d0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

History.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# master
22

3+
# 2.1.0
4+
5+
* Update README: Add description of scripts that need to be inserted for `chai-jquery` to work properly
6+
* feat: add focus assertion
7+
* Update package.json keywords
8+
* Denote jquery.js is required
9+
* Update for Chai v4.0
10+
11+
# 2.0.1
12+
13+
* Create bower.json
14+
* Add syntax highlighting to README code snippets
15+
* Fix docs (incorrectly) indicating that `.css()` supports hex values (it does not)
16+
* Update History.md
17+
318
# 2.0.0
419

520
* Removed `be` assertion. Use `match` instead. Rename `have` to `descendants`. (#47)

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"main": ["./chai-jquery.js"],
1111
"ignore": [".git", ".gitignore", ".travis.yml", "test"],
1212
"devDependencies": {
13-
"chai": "1",
13+
"chai": "4",
1414
"mocha": "1",
1515
"mocha-phantomjs": "3",
1616
"jquery": "1.9.1 - 2"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "chai-jquery",
44
"description": "jQuery assertions for the Chai assertion library",
55
"keywords": [ "chai", "chai-plugin", "vendor", "browser-only", "dom", "test", "assertion", "assert", "testing", "jQuery" ],
6-
"version": "2.0.0",
6+
"version": "2.1.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/chaijs/chai-jquery"

0 commit comments

Comments
 (0)