5.0.0 (2020-09-19)
- booleans: toBeTrue and toBeFalse have been merged into Jasmine
4.0.3 (2019-07-22)
- npm: update dependencies (0a0e5d1)
4.0.2 (2019-06-18)
4.0.1 (2019-01-12)
4.0.0 (2018-12-23)
- core: stop checking /dist/jasmine-matchers.js into git (5592065)
- 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 (2018-08-26)
- npm: update dependencies (7cc7ff1)
3.8.3 (2018-01-29)
- types: update typescript definitions (23ee7d8)
- typescript: fix jest typings mismatch (3cb9571), closes #62
3.8.1 (2017-10-30)
- core: add typescript declarations for typing (105bcc3)
3.7.1 (2017-07-27)
- npm: update dependencies (1b02c06)
3.7.0 (2017-03-10)
3.6.0 (2017-01-31)
3.5.0 (2017-01-18)
- dates: add toBeValidDate matcher (47691cf), closes #49
- jest: add compatibility with jest (0654bcc)
- numbers: add toBeNear matcher (ffac1f5), closes #58
3.2.0 (2017-01-14)
- regexps: add any.regExp() (a5079f8), closes #65
- regexps: add toBeRegExp matcher (c983e3c), closes #25 #64
3.0.1 (2016-08-23)
-
functions: add android 4.0 support in toBeFunction (1068001)
-
feat(objects) deprecate .toImplement (0f44ce5)
- asymmetric: add asymmetric matchers (7cc229b)
- numbers: add toBeGreaterThanOrEqualTo (ac5da2a)
- numbers: add toBeLessThanOrEqualTo (c5bc875)
- expect(object).toImplement has been deprecated, it is recommended to use jasmine.objectContaining() instead.