Skip to content

Commit 2db075b

Browse files
committed
v1.1.0
This release adds new assertions for testing the length of iterable objects. #### Features - Add length assertions (e.g. `lengthOf()`, `length.above()`) #### Development - Add tests for length assertions - Put code in one file - Use plain ES5 for code #### Documentation - Update `README.md` with length methods.
1 parent b5d3014 commit 2db075b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chai-iterator",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "Chai assertions for iterable objects",
55
"main": "chai-iterator.js",
66
"typings": "chai-iterator.d.ts",

0 commit comments

Comments
 (0)