Skip to content

Commit

Permalink
Merge pull request #110 from meeber/release-2.1.0
Browse files Browse the repository at this point in the history
Release 2.1.0
  • Loading branch information
keithamus authored Nov 5, 2018
2 parents a9b66e5 + 8e2ae08 commit 53cf5d0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 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
* 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)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 53cf5d0

Please sign in to comment.