diff --git a/CHANGELOG.md b/CHANGELOG.md index bab5b4b..d3029cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ + +# [3.5.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.2.0...v3.5.0) (2017-01-18) + + +### Features + +* **dates:** add toBeValidDate matcher ([47691cf](https://github.com/JamieMason/Jasmine-Matchers/commit/47691cf)), closes [#49](https://github.com/JamieMason/Jasmine-Matchers/issues/49) +* **jest:** add compatibility with jest ([0654bcc](https://github.com/JamieMason/Jasmine-Matchers/commit/0654bcc)) +* **numbers:** add toBeNear matcher ([ffac1f5](https://github.com/JamieMason/Jasmine-Matchers/commit/ffac1f5)), closes [#58](https://github.com/JamieMason/Jasmine-Matchers/issues/58) + + + -# [3.2.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.0.1...v3.2.0) (2017-01-14) +# [3.2.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.0.1...3.2.0) (2017-01-14) ### Features diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 1155f9c..b9f358a 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -20,7 +20,7 @@ npm test ## Dependencies -- [jasmine-matchers-loader](https://github.com/JamieMason/jasmine-matchers-loader): An API to register Jasmine Matchers compatible with Jasmine v1 and v2 +- [add-matchers](https://github.com/JamieMason/add-matchers): Write useful test matchers compatible with Jest and Jasmine. ## Dev Dependencies @@ -28,6 +28,7 @@ npm test - [codeclimate-test-reporter](https://github.com/codeclimate/javascript-test-reporter): Code Climate test reporter client for javascript projects - [gulp](https://github.com/gulpjs/gulp): The streaming build system - [jasmine-core](https://github.com/jasmine/jasmine): Official packaging of Jasmine's core files for use by Node.js projects. +- [jest](https://github.com/facebook/jest): Painless JavaScript Testing. - [karma](https://github.com/karma-runner/karma): Spectacular Test Runner for JavaScript. - [karma-browserstack-launcher](https://github.com/karma-runner/karma-browserstack-launcher): A Karma plugin. Launch any browser on BrowserStack! - [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher): A Karma plugin. Launcher for Chrome and Chrome Canary. diff --git a/package.json b/package.json index cffbb4e..296b6ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-expect", "description": "Additional matchers for the Jasmine BDD JavaScript testing library", - "version": "3.2.0", + "version": "3.5.0", "author": "Jamie Mason (https://github.com/JamieMason)", "bugs": { "url": "https://github.com/JamieMason/Jasmine-Matchers/issues"