Bug Fixes
Performance Improvements
- core: avoid mixin string and number for KeyPath (dffe082)
- core: avoid recursive calls for assignModelValue (63310d2)
- core: avoid using unnecessary rxjs operators (#1499) (cc59fcf)
- core: check date type using instanceof (2d108db)
- core: reduce regex calls for getKeyPath (#1501) (9e78c04)
- core: rely on push instead of spread operaror (4c363b2)
- core: skip fieldParentFormControl call when field has parent (#1500) (f5de20b)
- core: updateValidity only when validators/asyncValidator change (#1504) (57a2087)
- core: use for-of instead of while for getFieldValue (a9841fb)