Skip to content

Commit 568ea58

Browse files
samiv22Sami Varisdavidwalschots
authored
Update to Angular 16 (#58)
Co-authored-by: Sami Varis <samivaris95@gmail.com> Co-authored-by: David Walschots <davidwalschots@users.noreply.github.com>
1 parent a8849ba commit 568ea58

File tree

6 files changed

+4874
-2260
lines changed

6 files changed

+4874
-2260
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 10.0.0
4+
5+
* add support for Angular 16
6+
7+
## 9.0.0
8+
9+
* add support for Angular 15
10+
311
## 8.0.0
412

5-
* add support for Angular 14
13+
* add support for Angular 14

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Reactive Forms validation shouldn't require the developer to write lots of HTML
55
## Table of contents
66

77
* [Installation](#installation)
8+
* [Compatibility](#compatibility)
89
* [Basic usage](#basic-usage)
910
* [Advanced validation declaration](#advanced-validation-declaration)
1011
* [Changing when validation messages are displayed](#changing-when-validation-messages-are-displayed)
@@ -21,8 +22,15 @@ To install this library, run:
2122
npm install angular-reactive-validation --save
2223
```
2324

24-
## Basic usage
25+
## Compatibility
26+
| Angular version | Package version |
27+
| --------------- | --------------- |
28+
| 16 | 10.x |
29+
| 15 | 9.x |
30+
| 14 | 8.x |
31+
2532

33+
## Basic usage
2634
Import the `ReactiveValidationModule`:
2735

2836
```ts

0 commit comments

Comments
 (0)