Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Dec 23, 2018
1 parent 9303051 commit 9f492d8
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 82 deletions.
61 changes: 12 additions & 49 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
<a name="3.8.4"></a>
# [4.0.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.8.4...4.0.0) (2018-12-23)

### Features

- **core:** stop checking /dist/jasmine-matchers.js into git
([5592065](https://github.com/JamieMason/Jasmine-Matchers/commit/5592065))

### BREAKING CHANGES

- **core:** Checking in a bundled version of Jasmine-Matchers is deprecated,
please install from npm or update your scripts to embed a bundled version from
https://unpkg.com/jasmine-expect/dist/jasmine-matchers.js.

## [3.8.4](https://github.com/JamieMason/Jasmine-Matchers/compare/3.8.3...3.8.4) (2018-08-26)

Expand All @@ -7,8 +18,6 @@
- **npm:** update dependencies
([7cc7ff1](https://github.com/JamieMason/Jasmine-Matchers/commit/7cc7ff1))

<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
Expand All @@ -19,30 +28,22 @@
([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)

### Features

- **core:** add typescript declarations for typing
([105bcc3](https://github.com/JamieMason/Jasmine-Matchers/commit/105bcc3))

<a name="3.7.1"></a>

## [3.7.1](https://github.com/JamieMason/Jasmine-Matchers/compare/3.7.0...3.7.1) (2017-07-27)

### Bug Fixes

- **npm:** update dependencies
([1b02c06](https://github.com/JamieMason/Jasmine-Matchers/commit/1b02c06))

<a name="3.7.0"></a>

# [3.7.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.6.0...3.7.0) (2017-03-10)

<a name="3.6.0"></a>

# [3.6.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.5.0...3.6.0) (2017-01-31)

### Features
Expand All @@ -51,8 +52,6 @@
([443dc76](https://github.com/JamieMason/Jasmine-Matchers/commit/443dc76)),
closes [#37](https://github.com/JamieMason/Jasmine-Matchers/issues/37)

<a name="3.5.0"></a>

# [3.5.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.2.0...3.5.0) (2017-01-18)

### Features
Expand All @@ -66,8 +65,6 @@
([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...3.2.0) (2017-01-14)

### Features
Expand All @@ -80,8 +77,6 @@
closes [#25](https://github.com/JamieMason/Jasmine-Matchers/issues/25)
[#64](https://github.com/JamieMason/Jasmine-Matchers/issues/64)

<a name="3.0.1"></a>

## [3.0.1](https://github.com/JamieMason/Jasmine-Matchers/compare/2.0.2...3.0.1) (2016-08-23)

- feat(objects) deprecate .toImplement
Expand All @@ -106,66 +101,34 @@
- expect(object).toImplement has been deprecated, it is recommended to use
jasmine.objectContaining() instead.

<a name="2.0.2"></a>

## [2.0.2](https://github.com/JamieMason/Jasmine-Matchers/compare/2.0.1...2.0.2) (2016-02-16)

<a name="2.0.1"></a>

## [2.0.1](https://github.com/JamieMason/Jasmine-Matchers/compare/2.0.0...2.0.1) (2016-02-04)

<a name="2.0.0"></a>

# [2.0.0](https://github.com/JamieMason/Jasmine-Matchers/compare/2.0.0-beta5...2.0.0) (2016-02-03)

<a name="2.0.0-beta5"></a>

# [2.0.0-beta5](https://github.com/JamieMason/Jasmine-Matchers/compare/2.0.0-beta4...2.0.0-beta5) (2016-02-02)

<a name="2.0.0-beta4"></a>

# [2.0.0-beta4](https://github.com/JamieMason/Jasmine-Matchers/compare/2.0.0-beta3...2.0.0-beta4) (2016-02-01)

<a name="2.0.0-beta3"></a>

# [2.0.0-beta3](https://github.com/JamieMason/Jasmine-Matchers/compare/2.0.0-beta2...2.0.0-beta3) (2016-01-31)

<a name="2.0.0-beta2"></a>

# [2.0.0-beta2](https://github.com/JamieMason/Jasmine-Matchers/compare/2.0.0-beta1...2.0.0-beta2) (2015-09-13)

<a name="2.0.0-beta1"></a>

# [2.0.0-beta1](https://github.com/JamieMason/Jasmine-Matchers/compare/1.22.3...2.0.0-beta1) (2015-02-23)

<a name="1.22.3"></a>

## [1.22.3](https://github.com/JamieMason/Jasmine-Matchers/compare/1.22.2...1.22.3) (2014-12-31)

<a name="1.22.2"></a>

## [1.22.2](https://github.com/JamieMason/Jasmine-Matchers/compare/1.22.0...1.22.2) (2014-09-04)

<a name="1.22.0"></a>

# [1.22.0](https://github.com/JamieMason/Jasmine-Matchers/compare/1.20.0...1.22.0) (2014-07-25)

<a name="1.20.0"></a>

# [1.20.0](https://github.com/JamieMason/Jasmine-Matchers/compare/1.17.0...1.20.0) (2013-07-08)

<a name="1.17.0"></a>

# [1.17.0](https://github.com/JamieMason/Jasmine-Matchers/compare/1.16.4...1.17.0) (2013-07-04)

<a name="1.16.4"></a>

## [1.16.4](https://github.com/JamieMason/Jasmine-Matchers/compare/1.16.3...1.16.4) (2013-07-03)

<a name="1.16.3"></a>

## [1.16.3](https://github.com/JamieMason/Jasmine-Matchers/compare/1.16.1...1.16.3) (2013-07-03)

<a name="1.16.1"></a>

## 1.16.1 (2013-07-03)
68 changes: 37 additions & 31 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,47 +22,53 @@ npm test

## Dependencies

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

## Dev Dependencies

- [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
- [@types/jest](https://ghub.io/@types/jest): TypeScript definitions for Jest
- [@types/node](https://ghub.io/@types/node): TypeScript definitions for Node.js
- [codeclimate-test-reporter](https://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
- [globby](https://ghub.io/globby): Extends `glob` with support for multiple
patterns and exposes a Promise API
- [jasmine-core](https://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
- [jest](https://ghub.io/jest): Delightful JavaScript Testing.
- [karma](https://ghub.io/karma): Spectacular Test Runner for JavaScript.
- [karma-browserstack-launcher](https://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
- [karma-chrome-launcher](https://ghub.io/karma-chrome-launcher): A Karma
plugin. Launcher for Chrome and Chrome Canary.
- [karma-cli](https://ghub.io/karma-cli): The Karma command line interface.
- [karma-coverage](https://ghub.io/karma-coverage): A Karma plugin. Generate
code coverage.
- [karma-firefox-launcher](https://ghub.io/karma-firefox-launcher): A Karma
plugin. Launcher for Firefox.
- [karma-jasmine](http://ghub.io/karma-jasmine): A Karma plugin - adapter for
- [karma-jasmine](https://ghub.io/karma-jasmine): A Karma plugin - adapter for
Jasmine testing framework.
- [karma-nested-reporter](http://ghub.io/karma-nested-reporter): Easier to read
- [karma-nested-reporter](https://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 ❤️
- [npm-run-all](https://ghub.io/npm-run-all): A CLI tool to run multiple
npm-scripts in parallel or sequential.
- [prettier](https://ghub.io/prettier): Prettier is an opinionated code
formatter
- [rimraf](https://ghub.io/rimraf): A deep deletion module for node (like
`rm -rf`)
- [saucelabs](https://ghub.io/saucelabs): A wrapper around Sauce Labs REST API
- [ts-jest](https://ghub.io/ts-jest): A preprocessor with source maps support to
help use TypeScript with Jest
- [ts-loader](https://ghub.io/ts-loader): TypeScript loader for webpack
- [tslint](https://ghub.io/tslint): An extensible static analysis linter for the
TypeScript language
- [typescript](https://ghub.io/typescript): TypeScript is a language for
application scale JavaScript development
- [webpack](https://ghub.io/webpack): Packs CommonJs/AMD modules for the
browser. Allows to split your codebase into multiple bundles, which can be
loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7,
css, less, ... and your custom stuff.
- [webpack-cli](https://ghub.io/webpack-cli): CLI for webpack &amp; friends

## License

Expand Down
2 changes: 1 addition & 1 deletion bower.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.7.1",
"version": "4.0.0",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"homepage": "https://github.com/JamieMason/Jasmine-Matchers",
"keywords": [
Expand Down
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.4",
"version": "4.0.0",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/Jasmine-Matchers/issues",
"contributors": [
Expand Down

0 comments on commit 9f492d8

Please sign in to comment.