2.0.0 (2024-02-02)
⚠ BREAKING CHANGES
- second argument,
injector
, is replaced by an object with fieldsinjector
andretryOnError
.
Features
- add requireSync to computedAsync for better typings (#255) (5e428be)
- merge-from: add mergeFrom (#259) (9ed73cf), closes #221
Bug Fixes
- contextual observables + requireSync (#257) (8dcc78d)
- convert-signal-inputs: handle input name overlap in template (#263) (d076b48)
Documentations
- NgxControlValueAccessor: add import section (#249) (12b9bae)
- update connect function docs to include connecting to other signals (#251) (d6c5fbc)