You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Ngrx Forms Changelog
1
+
## ngrx-forms Changelog
2
2
3
3
<aname="2.0.0"></a>
4
4
### 2.0.0
@@ -20,6 +20,7 @@
20
20
#### Features
21
21
22
22
* 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))
23
24
* add value converter for object to JSON conversion ([2ba37ee](https://github.com/MrWolfZ/ngrx-forms/commit/2ba37ee)) (thanks @tbroadley)
24
25
* 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))
25
26
* add `setErrors` update function ([ee25ca8](https://github.com/MrWolfZ/ngrx-forms/commit/ee25ca8))
@@ -28,14 +29,13 @@
28
29
* add common set of validation functions ([40308d4](https://github.com/MrWolfZ/ngrx-forms/commit/40308d4))
29
30
* add support for user defined properties on form controls and groups ([d9778d2](https://github.com/MrWolfZ/ngrx-forms/commit/d9778d2))
30
31
* 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))
32
32
* extend [example application](https://ngrx-forms-example-app-v2.herokuapp.com/) to contain multiple examples
33
33
* added overloads for many update functions that make casting the state unnecessary in certain situations
34
34
* added lots of inline comments to the API making it easier to understand what certain functions do right in your IDE
35
35
36
36
#### Bugfixes
37
37
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)
0 commit comments