Skip to content

Commit

Permalink
chore(release): 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jan 29, 2018
1 parent 5d43517 commit 5e668e7
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 27 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="3.8.3"></a>
## [3.8.3](https://github.com/JamieMason/Jasmine-Matchers/compare/3.8.1...3.8.3) (2018-01-29)


### Bug Fixes

* **types:** update typescript definitions ([23ee7d8](https://github.com/JamieMason/Jasmine-Matchers/commit/23ee7d8))
* **typescript:** fix jest typings mismatch ([3cb9571](https://github.com/JamieMason/Jasmine-Matchers/commit/3cb9571)), closes [#62](https://github.com/JamieMason/Jasmine-Matchers/issues/62)



<a name="3.8.1"></a>
## [3.8.1](https://github.com/JamieMason/Jasmine-Matchers/compare/3.7.1...3.8.1) (2017-10-30)

Expand Down
56 changes: 31 additions & 25 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# jasmine-expect
# jasmine-expect

Write Beautiful Specs with Custom Matchers

## Installation

This is a [Node.js](https://nodejs.org/) module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or
[`yarn`](https://yarnpkg.com/en/)
command line tools.

```sh
npm install jasmine-expect --save
```


## Tests

```sh
Expand All @@ -18,32 +24,32 @@ npm test

## Dependencies

- [add-matchers](https://github.com/JamieMason/add-matchers): Write useful test matchers compatible with Jest and Jasmine.
- [add-matchers](http://ghub.io/add-matchers): Write useful test matchers compatible with Jest and Jasmine.

## Dev Dependencies

- [babel-preset-env](https://github.com/babel/babel-preset-env): A Babel preset for each environment.
- [babelify](https://github.com/babel/babelify): Babel browserify transform
- [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
- [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog): Commitizen adapter following the conventional-changelog format.
- [gulp](https://github.com/gulpjs/gulp): The streaming build system
- [husky](https://github.com/typicode/husky): Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)
- [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): Delightful 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.
- [karma-cli](https://github.com/karma-runner/karma-cli): The Karma command line interface.
- [karma-coverage](https://github.com/karma-runner/karma-coverage): A Karma plugin. Generate code coverage.
- [karma-firefox-launcher](https://github.com/karma-runner/karma-firefox-launcher): A Karma plugin. Launcher for Firefox.
- [karma-jasmine](https://github.com/karma-runner/karma-jasmine): A Karma plugin - adapter for Jasmine testing framework.
- [karma-nested-reporter](https://github.com/JamieMason/karma-nested-reporter): Easier to read test output with nested describe and it blocks.
- [saucelabs](https://github.com/holidayextras/node-saucelabs): A wrapper around Sauce Labs REST API
- [validate-commit-msg](https://github.com/kentcdodds/validate-commit-msg): Script to validate a commit message follows the conventional changelog standard
- [vinyl-source-stream](https://github.com/hughsk/vinyl-source-stream): Use conventional text streams at the start of your gulp or vinyl pipelines
- [xo](https://github.com/sindresorhus/xo): JavaScript happiness style linter ❤️

- [babel-core](http://ghub.io/babel-core): Babel compiler core.
- [babel-preset-env](http://ghub.io/babel-preset-env): A Babel preset for each environment.
- [babelify](http://ghub.io/babelify): Babel browserify transform
- [browserify](http://ghub.io/browserify): browser-side require() the node way
- [codeclimate-test-reporter](http://ghub.io/codeclimate-test-reporter): Code Climate test reporter client for javascript projects
- [cz-conventional-changelog](http://ghub.io/cz-conventional-changelog): Commitizen adapter following the conventional-changelog format.
- [gulp](http://ghub.io/gulp): The streaming build system
- [husky](http://ghub.io/husky): Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)
- [jasmine-core](http://ghub.io/jasmine-core): Official packaging of Jasmine&#39;s core files for use by Node.js projects.
- [jest](http://ghub.io/jest): Delightful JavaScript Testing.
- [karma](http://ghub.io/karma): Spectacular Test Runner for JavaScript.
- [karma-browserstack-launcher](http://ghub.io/karma-browserstack-launcher): A Karma plugin. Launch any browser on BrowserStack!
- [karma-chrome-launcher](http://ghub.io/karma-chrome-launcher): A Karma plugin. Launcher for Chrome and Chrome Canary.
- [karma-cli](http://ghub.io/karma-cli): The Karma command line interface.
- [karma-coverage](http://ghub.io/karma-coverage): A Karma plugin. Generate code coverage.
- [karma-firefox-launcher](http://ghub.io/karma-firefox-launcher): A Karma plugin. Launcher for Firefox.
- [karma-jasmine](http://ghub.io/karma-jasmine): A Karma plugin - adapter for Jasmine testing framework.
- [karma-nested-reporter](http://ghub.io/karma-nested-reporter): Easier to read test output with nested describe and it blocks.
- [saucelabs](http://ghub.io/saucelabs): A wrapper around Sauce Labs REST API
- [validate-commit-msg](http://ghub.io/validate-commit-msg): Script to validate a commit message follows the conventional changelog standard
- [vinyl-source-stream](http://ghub.io/vinyl-source-stream): Use conventional text streams at the start of your gulp or vinyl pipelines
- [xo](http://ghub.io/xo): JavaScript happiness style linter ❤️

## License

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jasmine-expect",
"description": "Write Beautiful Specs with Custom Matchers",
"version": "3.8.1",
"version": "3.8.3",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/Jasmine-Matchers/issues",
"config": {
Expand Down

0 comments on commit 5e668e7

Please sign in to comment.