Skip to content

Commit

Permalink
chore(release): 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jan 18, 2017
1 parent 0654bcc commit 8a685b5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,17 @@
<a name="3.5.0"></a>
# [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)



<a name="3.2.0"></a>
# [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
Expand Down
3 changes: 2 additions & 1 deletion DEPENDENCIES.md
Expand Up @@ -20,14 +20,15 @@ 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

- [browserify](https://github.com/substack/node-browserify): browser-side require() the node way
- [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&#39;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.
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 8a685b5

Please sign in to comment.