All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.3.0 (2024-01-05)
2.2.0 (2023-06-06)
2.1.0 (2023-06-06)
- add support for Angular 15 (20d063b)
2.0.1 (2022-06-28)
- fixed broken rawValue$ stream (d40e836)
2.0.0 (2022-06-28)
- Generic types for
FormGroup
andFormArray
now correspond to theTControl
object structure, to align with Angular 14 - Made
ControlValueAccessor
andDefaultValueAccessor
more strict in terms of null-safety to align with the Angular 14nonNullable
option. - Removed
AbstractValue
in favour of the default Angular abstract class
1.6.1 (2022-06-21)
- use correct peer dependency for Angular 13 (eed4ec5)
1.6.0 (2022-06-21)
- support for Angular 13 (86b6e2f)
1.5.2 (2021-10-11)
1.5.1 (2021-07-02)
- start with actual pristine value (c43196e)
1.5.0 (2021-07-02)
- support for Angular 12 (15e78a0)
1.4.3 (2021-04-07)
- fix peer dependency (41e68aa)
1.4.2 (2021-04-07)
- make FormGroup assignable to the Angular FormGroup (697e872)
1.4.1 (2021-02-17)
1.4.0 (2021-01-07)
- support for Angular 11 (9369e44)
1.3.1 (2020-09-30)
- fixed broken FormGroup.getControl method (3894d47)
1.3.0 (2020-09-30)
- allow retrieving nested controls more type-safe (59a764e)
1.2.4 (2020-09-30)
- made FormGroup.controls more specific for template-use (73427b6)
1.2.3 (2020-09-28)
- fixed broken validators in 1.2.2 (00b9425)
1.2.2 (2020-09-23)
1.2.1 (2020-09-17)
- make validator functions more relaxed (6be9318)
1.2.0 (2020-09-16)
- add validValue$ stream (0cdb44a)
1.1.1 (2020-08-24)
1.1.0 (2020-08-24)
1.0.0 (2020-01-21)
- fix wrong export in barrel file (6bc2c17)
0.0.8 (2020-01-08)
- rename error$ to errors$ (17d5ef5)
0.0.7 (2019-11-05)
- prevent emitting events when setting disabled state (51667a9)
0.0.6 (2019-11-04)
- prevent emitting events when writing value (218bd97)
0.0.5 (2019-10-28)
- typings fix for FormControl.value$ (feb996d)
0.0.4 (2019-10-25)
- fix for incorrect disabled setter (b8a4018)
0.0.3 (2019-10-25)
- fix for incorrect typing of value$ in FormArray (3cfbb47)
0.0.2 (2019-10-22)
- fix for incorrect typings (a36d1ce)
- initial implementation (4bee891)