-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d880ff3
commit 545dc7d
Showing
6 changed files
with
43 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.4.0](https://github.com/JamieMason/expect-more/compare/[email protected]@0.4.0) (2021-08-31) | ||
|
||
|
||
### Features | ||
|
||
* **expect:** add 13 new matchers ([d880ff3](https://github.com/JamieMason/expect-more/commit/d880ff3e4f0f49f1ddbaa9afaf9217c9a1e084d3)), closes [#8](https://github.com/JamieMason/expect-more/issues/8) [#9](https://github.com/JamieMason/expect-more/issues/9) [#10](https://github.com/JamieMason/expect-more/issues/10) [#11](https://github.com/JamieMason/expect-more/issues/11) [#12](https://github.com/JamieMason/expect-more/issues/12) [#13](https://github.com/JamieMason/expect-more/issues/13) [#14](https://github.com/JamieMason/expect-more/issues/14) [#15](https://github.com/JamieMason/expect-more/issues/15) [#16](https://github.com/JamieMason/expect-more/issues/16) | ||
|
||
|
||
|
||
|
||
|
||
# [0.3.0](https://github.com/JamieMason/expect-more/compare/[email protected]@0.3.0) (2021-08-08) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "expect-more-jasmine", | ||
"description": "Write Beautiful Specs with Custom Matchers for Jasmine", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)", | ||
"bugs": "https://github.com/JamieMason/expect-more/issues", | ||
"contributors": [], | ||
"dependencies": { | ||
"expect-more": "1.1.0", | ||
"expect-more": "1.2.0", | ||
"jest-matcher-utils": "27.0.6" | ||
}, | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [5.4.0](https://github.com/JamieMason/expect-more/compare/[email protected]@5.4.0) (2021-08-31) | ||
|
||
|
||
### Features | ||
|
||
* **expect:** add 13 new matchers ([d880ff3](https://github.com/JamieMason/expect-more/commit/d880ff3e4f0f49f1ddbaa9afaf9217c9a1e084d3)), closes [#8](https://github.com/JamieMason/expect-more/issues/8) [#9](https://github.com/JamieMason/expect-more/issues/9) [#10](https://github.com/JamieMason/expect-more/issues/10) [#11](https://github.com/JamieMason/expect-more/issues/11) [#12](https://github.com/JamieMason/expect-more/issues/12) [#13](https://github.com/JamieMason/expect-more/issues/13) [#14](https://github.com/JamieMason/expect-more/issues/14) [#15](https://github.com/JamieMason/expect-more/issues/15) [#16](https://github.com/JamieMason/expect-more/issues/16) | ||
|
||
|
||
|
||
|
||
|
||
# [5.3.0](https://github.com/JamieMason/expect-more/compare/[email protected]@5.3.0) (2021-08-08) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "expect-more-jest", | ||
"description": "Write Beautiful Specs with Custom Matchers for Jest", | ||
"version": "5.3.0", | ||
"version": "5.4.0", | ||
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)", | ||
"bugs": "https://github.com/JamieMason/expect-more/issues", | ||
"contributors": [ | ||
"Haroen Viaene (https://github.com/Haroenv)" | ||
], | ||
"dependencies": { | ||
"expect": "27.0.6", | ||
"expect-more": "1.1.0", | ||
"expect-more": "1.2.0", | ||
"jest-matcher-utils": "27.0.6" | ||
}, | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.2.0](https://github.com/JamieMason/expect-more/compare/[email protected]@1.2.0) (2021-08-31) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **curry:** handle calls with more args than needed ([5cf626d](https://github.com/JamieMason/expect-more/commit/5cf626d82ffae8bcce08254332200f685272117c)) | ||
|
||
|
||
### Features | ||
|
||
* **expect:** add 13 new matchers ([d880ff3](https://github.com/JamieMason/expect-more/commit/d880ff3e4f0f49f1ddbaa9afaf9217c9a1e084d3)), closes [#8](https://github.com/JamieMason/expect-more/issues/8) [#9](https://github.com/JamieMason/expect-more/issues/9) [#10](https://github.com/JamieMason/expect-more/issues/10) [#11](https://github.com/JamieMason/expect-more/issues/11) [#12](https://github.com/JamieMason/expect-more/issues/12) [#13](https://github.com/JamieMason/expect-more/issues/13) [#14](https://github.com/JamieMason/expect-more/issues/14) [#15](https://github.com/JamieMason/expect-more/issues/15) [#16](https://github.com/JamieMason/expect-more/issues/16) | ||
|
||
|
||
|
||
|
||
|
||
# [1.1.0](https://github.com/JamieMason/expect-more/compare/[email protected]@1.1.0) (2021-08-08) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "expect-more", | ||
"description": "Curried JavaScript Type Testing Library with Zero Dependencies", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)", | ||
"bugs": "https://github.com/JamieMason/expect-more/issues", | ||
"files": [ | ||
|