Skip to content

Commit 1286270

Browse files
Merge pull request #3 from angular-package/1.1.0
1.1.0
2 parents fe52f8e + 3e35c56 commit 1286270

10 files changed

+2163
-11
lines changed

CHANGELOG.md

+31-4
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,49 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/)
77
and this project adheres to [Semantic Versioning](http://semver.org/).
88

9+
## [1.1.0] - 2021-07-19
10+
11+
### Added
12+
13+
- [`77f326a`][77f326a]
14+
Abstract `TestingExpect` class to manage `expect()` function of jasmine.
15+
16+
- [`afb98f5`][afb98f5]
17+
Class `TestingToBeMatchers` with matchers that use the `toBe()` method of `jasmine.Matchers`.
18+
19+
- [`3bf2046`][3bf2046]
20+
Tests for the `TestingToBeMatchers`.
21+
22+
### Changed
23+
24+
- [`4b81d0c`][4b81d0c] [`bdfbfe2`][bdfbfe2] [`8229336`][8229336] [`c17d11e`][c17d11e] [`9e0e368`][9e0e368]
25+
Update README.md with `TestingToBeMatchers`.
26+
27+
[77f326a]: https://github.com/angular-package/testing/commit/77f326a5bc7154b55f6944e60b24cddb5bfe93df
28+
[afb98f5]: https://github.com/angular-package/testing/commit/afb98f557296239b10227e8f0bde4f8b62fd5049
29+
[3bf2046]: https://github.com/angular-package/testing/commit/3bf2046ee35f9d0ae4769cb107be2c61e281af34
30+
[4b81d0c]: https://github.com/angular-package/testing/commit/4b81d0cb26e145bed02656064ac9c86a10bfa296
31+
[bdfbfe2]: https://github.com/angular-package/testing/commit/bdfbfe226589620cba6a912694dcfd9cfc3020ac
32+
[8229336]: https://github.com/angular-package/testing/commit/8229336755c6efd3151d974d53ec8860cf108280
33+
[c17d11e]: https://github.com/angular-package/testing/commit/c17d11e1c23db009c3bec05e84a02f75a90f7fa0
34+
[9e0e368]: https://github.com/angular-package/testing/commit/9e0e3689acb765fe4ffd53962d7b7607cd2761a3
35+
936
## [1.0.1] - 2021-07-14
1037

1138
### Changed
1239

13-
- [`10be25d`][10be25d]
40+
- [`10be25d`][10be25d]
1441
Change peerDependencies.
1542

16-
- [`58bdbad`][58bdbad]
43+
- [`58bdbad`][58bdbad]
1744
946803f Change the parameter `value` description.
1845

1946
### Fixed
2047

21-
- [`58bdbad`][58bdbad]
48+
- [`58bdbad`][58bdbad]
2249
Fix `toBe()` and `toEqual()` method by adding a generic `Value` instead of any.
2350

24-
- [`946803f`][946803f]
51+
- [`946803f`][946803f]
2552
Fix `instanceof` link in the README.md.
2653

2754
[10be25d]: https://github.com/angular-package/testing/commit/10be25daffacf87f38b469b999cbb2b213fb90a1

0 commit comments

Comments
 (0)