Skip to content

Commit 7d4cda7

Browse files
docs(CHANGELOG.md): add
1 parent 61e9376 commit 7d4cda7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
# Change Log
3+
4+
All notable changes to this project will be documented in this file.
5+
6+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
7+
and this project adheres to [Semantic Versioning](http://semver.org/).
8+
9+
## [4.2.0] - 2021-06-25
10+
11+
### Added
12+
13+
- [`a6b567f`](https://github.com/angular-package/type/commit/a6b567f32a00726d2b7ecf38ce7a57a42366aaf6)
14+
New `NumberBetween` and `StringOfLength` type.
15+
16+
- [21f3f48]: https://github.com/angular-package/type/commit/21f3f48029d79e1dfd4507d3a684ec1e81e44713
17+
`isDate()`, `isFalse()`, `isNumberBetween()`, `isRegExp()`, `isStringLength()`, `isTrue()` with tests and types.
18+
19+
### Changed
20+
21+
- [`e70b034`](https://github.com/angular-package/type/commit/e70b034934b81b3af6ab1976153cbbad8c148f78)
22+
All types description in the `README.md`.
23+
24+
- [`61e9376`](https://github.com/angular-package/type/commit/61e93766fab7d72cafa70da712f296c6ca6e9304)
25+
Add possibility to use `is` prefixed functions directly from the `guard` eg. `guard.array()`.
26+
27+
### Fixed

0 commit comments

Comments
 (0)