-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
4f91a31
commit 9303051
Showing
30 changed files
with
456 additions
and
336 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 |
---|---|---|
@@ -1,184 +1,171 @@ | ||
<a name="3.8.4"></a> | ||
## [3.8.4](https://github.com/JamieMason/Jasmine-Matchers/compare/3.8.3...3.8.4) (2018-08-26) | ||
|
||
## [3.8.4](https://github.com/JamieMason/Jasmine-Matchers/compare/3.8.3...3.8.4) (2018-08-26) | ||
|
||
### Bug Fixes | ||
|
||
* **npm:** update dependencies ([7cc7ff1](https://github.com/JamieMason/Jasmine-Matchers/commit/7cc7ff1)) | ||
|
||
|
||
- **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) | ||
|
||
## [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) | ||
|
||
|
||
- **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) | ||
|
||
## [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)) | ||
|
||
|
||
- **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) | ||
|
||
## [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)) | ||
|
||
|
||
- **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) | ||
|
||
|
||
# [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) | ||
|
||
# [3.6.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.5.0...3.6.0) (2017-01-31) | ||
|
||
### Features | ||
|
||
* **objects:** add toHaveUndefined matcher ([443dc76](https://github.com/JamieMason/Jasmine-Matchers/commit/443dc76)), closes [#37](https://github.com/JamieMason/Jasmine-Matchers/issues/37) | ||
|
||
|
||
- **objects:** add toHaveUndefined matcher | ||
([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) | ||
|
||
# [3.5.0](https://github.com/JamieMason/Jasmine-Matchers/compare/3.2.0...3.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) | ||
|
||
|
||
- **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...3.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 | ||
|
||
* **regexps:** add any.regExp() ([a5079f8](https://github.com/JamieMason/Jasmine-Matchers/commit/a5079f8)), closes [#65](https://github.com/JamieMason/Jasmine-Matchers/issues/65) | ||
* **regexps:** add toBeRegExp matcher ([c983e3c](https://github.com/JamieMason/Jasmine-Matchers/commit/c983e3c)), closes [#25](https://github.com/JamieMason/Jasmine-Matchers/issues/25) [#64](https://github.com/JamieMason/Jasmine-Matchers/issues/64) | ||
|
||
|
||
- **regexps:** add any.regExp() | ||
([a5079f8](https://github.com/JamieMason/Jasmine-Matchers/commit/a5079f8)), | ||
closes [#65](https://github.com/JamieMason/Jasmine-Matchers/issues/65) | ||
- **regexps:** add toBeRegExp matcher | ||
([c983e3c](https://github.com/JamieMason/Jasmine-Matchers/commit/c983e3c)), | ||
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 ([0f44ce5](https://github.com/JamieMason/Jasmine-Matchers/commit/0f44ce5)) | ||
## [3.0.1](https://github.com/JamieMason/Jasmine-Matchers/compare/2.0.2...3.0.1) (2016-08-23) | ||
|
||
- feat(objects) deprecate .toImplement | ||
([0f44ce5](https://github.com/JamieMason/Jasmine-Matchers/commit/0f44ce5)) | ||
|
||
### Bug Fixes | ||
|
||
* **functions:** add android 4.0 support in toBeFunction ([1068001](https://github.com/JamieMason/Jasmine-Matchers/commit/1068001)) | ||
|
||
- **functions:** add android 4.0 support in toBeFunction | ||
([1068001](https://github.com/JamieMason/Jasmine-Matchers/commit/1068001)) | ||
|
||
### Features | ||
|
||
* **asymmetric:** add asymmetric matchers ([7cc229b](https://github.com/JamieMason/Jasmine-Matchers/commit/7cc229b)) | ||
* **numbers:** add toBeGreaterThanOrEqualTo ([ac5da2a](https://github.com/JamieMason/Jasmine-Matchers/commit/ac5da2a)) | ||
* **numbers:** add toBeLessThanOrEqualTo ([c5bc875](https://github.com/JamieMason/Jasmine-Matchers/commit/c5bc875)) | ||
|
||
- **asymmetric:** add asymmetric matchers | ||
([7cc229b](https://github.com/JamieMason/Jasmine-Matchers/commit/7cc229b)) | ||
- **numbers:** add toBeGreaterThanOrEqualTo | ||
([ac5da2a](https://github.com/JamieMason/Jasmine-Matchers/commit/ac5da2a)) | ||
- **numbers:** add toBeLessThanOrEqualTo | ||
([c5bc875](https://github.com/JamieMason/Jasmine-Matchers/commit/c5bc875)) | ||
|
||
### BREAKING CHANGES | ||
|
||
* expect(object).toImplement has been deprecated, it is recommended to use jasmine.objectContaining() instead. | ||
|
||
|
||
- 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) | ||
|
||
|
||
## [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) | ||
|
||
|
||
## [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) | ||
|
||
|
||
# [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) | ||
|
||
|
||
# [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) | ||
|
||
|
||
# [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) | ||
|
||
|
||
# [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) | ||
|
||
|
||
# [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) | ||
|
||
|
||
# [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) | ||
|
||
|
||
## [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) | ||
|
||
|
||
## [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) | ||
|
||
|
||
# [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) | ||
|
||
|
||
# [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) | ||
|
||
|
||
# [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) | ||
|
||
|
||
## [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) | ||
|
||
|
||
## [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) | ||
|
||
|
||
|
||
## 1.16.1 (2013-07-03) |
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 |
---|---|---|
|
@@ -2,45 +2,73 @@ | |
|
||
## Our Pledge | ||
|
||
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. | ||
In the interest of fostering an open and welcoming environment, we as | ||
contributors and maintainers pledge to making participation in our project and | ||
our community a harassment-free experience for everyone, regardless of age, body | ||
size, disability, ethnicity, gender identity and expression, level of | ||
experience, nationality, personal appearance, race, religion, or sexual identity | ||
and orientation. | ||
|
||
## Our Standards | ||
|
||
Examples of behavior that contributes to creating a positive environment include: | ||
Examples of behavior that contributes to creating a positive environment | ||
include: | ||
|
||
* Using welcoming and inclusive language | ||
* Being respectful of differing viewpoints and experiences | ||
* Gracefully accepting constructive criticism | ||
* Focusing on what is best for the community | ||
* Showing empathy towards other community members | ||
- Using welcoming and inclusive language | ||
- Being respectful of differing viewpoints and experiences | ||
- Gracefully accepting constructive criticism | ||
- Focusing on what is best for the community | ||
- Showing empathy towards other community members | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a professional setting | ||
- The use of sexualized language or imagery and unwelcome sexual attention or | ||
advances | ||
- Trolling, insulting/derogatory comments, and personal or political attacks | ||
- Public or private harassment | ||
- Publishing others' private information, such as a physical or electronic | ||
address, without explicit permission | ||
- Other conduct which could reasonably be considered inappropriate in a | ||
professional setting | ||
|
||
## Our Responsibilities | ||
|
||
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. | ||
Project maintainers are responsible for clarifying the standards of acceptable | ||
behavior and are expected to take appropriate and fair corrective action in | ||
response to any instances of unacceptable behavior. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. | ||
Project maintainers have the right and responsibility to remove, edit, or reject | ||
comments, commits, code, wiki edits, issues, and other contributions that are | ||
not aligned to this Code of Conduct, or to ban temporarily or permanently any | ||
contributor for other behaviors that they deem inappropriate, threatening, | ||
offensive, or harmful. | ||
|
||
## Scope | ||
|
||
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. | ||
This Code of Conduct applies both within project spaces and in public spaces | ||
when an individual is representing the project or its community. Examples of | ||
representing a project or community include using an official project e-mail | ||
address, posting via an official social media account, or acting as an appointed | ||
representative at an online or offline event. Representation of a project may be | ||
further defined and clarified by project maintainers. | ||
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at [email protected]. The project team | ||
will review and investigate all complaints, and will respond in a way that it | ||
deems appropriate to the circumstances. The project team is obligated to | ||
maintain confidentiality with regard to the reporter of an incident. Further | ||
details of specific enforcement policies may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. | ||
Project maintainers who do not follow or enforce the Code of Conduct in good | ||
faith may face temporary or permanent repercussions as determined by other | ||
members of the project's leadership. | ||
|
||
## Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] | ||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], | ||
version 1.4, available at [http://contributor-covenant.org/version/1/4][version] | ||
|
||
[homepage]: http://contributor-covenant.org | ||
[version]: http://contributor-covenant.org/version/1/4/ |
Oops, something went wrong.