Skip to content

Latest commit

 

History

History
226 lines (101 loc) · 8.67 KB

CHANGELOG.md

File metadata and controls

226 lines (101 loc) · 8.67 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.0 (2024-01-05)

Features

2.2.0 (2023-06-06)

Features

  • add formGroupValue$ and formArrayValue$ helpers (1f5fd39)
  • add support for Angular 16 (af0da36)

2.1.0 (2023-06-06)

Features

  • add support for Angular 15 (20d063b)

2.0.1 (2022-06-28)

Bug Fixes

  • fixed broken rawValue$ stream (d40e836)

2.0.0 (2022-06-28)

⚠ BREAKING CHANGES

  • Generic types for FormGroup and FormArray now correspond to the TControl object structure, to align with Angular 14
  • Made ControlValueAccessor and DefaultValueAccessor more strict in terms of null-safety to align with the Angular 14 nonNullable option.
  • Removed AbstractValue in favour of the default Angular abstract class

Features

1.6.1 (2022-06-21)

Bug Fixes

  • use correct peer dependency for Angular 13 (eed4ec5)

1.6.0 (2022-06-21)

Features

1.5.2 (2021-10-11)

Bug Fixes

  • formArray: fixed incorrect data type of some FormArray streams (#39) (cdd64cd)

1.5.1 (2021-07-02)

Bug Fixes

  • start with actual pristine value (c43196e)

1.5.0 (2021-07-02)

Features

1.4.3 (2021-04-07)

Bug Fixes

1.4.2 (2021-04-07)

Bug Fixes

  • make FormGroup assignable to the Angular FormGroup (697e872)

1.4.1 (2021-02-17)

Bug Fixes

  • dont create new observables each time (02001e3)
  • fixed pristine$ stream (f67b7b8)

1.4.0 (2021-01-07)

Features

1.3.1 (2020-09-30)

Bug Fixes

  • fixed broken FormGroup.getControl method (3894d47)

1.3.0 (2020-09-30)

Features

  • allow retrieving nested controls more type-safe (59a764e)

1.2.4 (2020-09-30)

Bug Fixes

  • made FormGroup.controls more specific for template-use (73427b6)

1.2.3 (2020-09-28)

Bug Fixes

  • fixed broken validators in 1.2.2 (00b9425)

1.2.2 (2020-09-23)

Bug Fixes

  • 'not assignable to the same property in base type' typescript 4 (#14) (2fcce63)

1.2.1 (2020-09-17)

Bug Fixes

  • make validator functions more relaxed (6be9318)

1.2.0 (2020-09-16)

Features

1.1.1 (2020-08-24)

1.1.0 (2020-08-24)

1.0.0 (2020-01-21)

Bug Fixes

  • fix wrong export in barrel file (6bc2c17)

0.0.8 (2020-01-08)

Bug Fixes

  • rename error$ to errors$ (17d5ef5)

0.0.7 (2019-11-05)

Bug Fixes

  • prevent emitting events when setting disabled state (51667a9)

0.0.6 (2019-11-04)

Bug Fixes

  • prevent emitting events when writing value (218bd97)

0.0.5 (2019-10-28)

Bug Fixes

  • typings fix for FormControl.value$ (feb996d)

0.0.4 (2019-10-25)

Bug Fixes

  • fix for incorrect disabled setter (b8a4018)

0.0.3 (2019-10-25)

Bug Fixes

  • fix for incorrect typing of value$ in FormArray (3cfbb47)

0.0.2 (2019-10-22)

Bug Fixes

  • fix for incorrect typings (a36d1ce)

0.0.1 (2019-10-22)

Features