Skip to content

Commit 0e9517f

Browse files
committed
docs: update changelog
1 parent d4307c7 commit 0e9517f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Ngrx Forms Changelog
1+
## ngrx-forms Changelog
22

33
<a name="2.0.0"></a>
44
### 2.0.0
@@ -20,6 +20,7 @@
2020
#### Features
2121

2222
* add support for arrays of form controls ([19d4e49](https://github.com/MrWolfZ/ngrx-forms/commit/19d4e49))
23+
* add support for asynchronous validation (see the [documentation](docs/VALIDATION.md#asynchronous-validation) for more details) ([f208e61](https://github.com/MrWolfZ/ngrx-forms/commit/f208e61))
2324
* add value converter for object to JSON conversion ([2ba37ee](https://github.com/MrWolfZ/ngrx-forms/commit/2ba37ee)) (thanks @tbroadley)
2425
* add support for error composition by extending `validate` update function to take a single validation function or an array of validation functions ([ba976c5](https://github.com/MrWolfZ/ngrx-forms/commit/ba976c5))
2526
* add `setErrors` update function ([ee25ca8](https://github.com/MrWolfZ/ngrx-forms/commit/ee25ca8))
@@ -28,14 +29,13 @@
2829
* add common set of validation functions ([40308d4](https://github.com/MrWolfZ/ngrx-forms/commit/40308d4))
2930
* add support for user defined properties on form controls and groups ([d9778d2](https://github.com/MrWolfZ/ngrx-forms/commit/d9778d2))
3031
* introduce concept of `FormViewAdapter` and rewrite all control value accessors from scratch as view adapters (see the [documentation](docs/CUSTOM_CONTROLS.md) for more details)
31-
* add support for asynchronous validation (see the [documentation](docs/VALIDATION.md#asynchronous-validation) for more details) ([f208e61](https://github.com/MrWolfZ/ngrx-forms/commit/f208e61))
3232
* extend [example application](https://ngrx-forms-example-app-v2.herokuapp.com/) to contain multiple examples
3333
* added overloads for many update functions that make casting the state unnecessary in certain situations
3434
* added lots of inline comments to the API making it easier to understand what certain functions do right in your IDE
3535

3636
#### Bugfixes
3737

38-
* fix issue that caused bundled library to be larger than required due to external dependencies being included in the bundle (reducing the size by factor 10)
38+
* fix issue that caused bundled library to be larger than required due to external dependencies being included in the bundle (drastically reducing its size)
3939

4040
<a name="1.1.1"></a>
4141
### 1.1.1

0 commit comments

Comments
 (0)