Skip to content

Latest commit

 

History

History
101 lines (46 loc) · 4.54 KB

CHANGELOG.md

File metadata and controls

101 lines (46 loc) · 4.54 KB

Changelog

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

1.5.1 (2020-12-10)

Bug Fixes

1.5.0 (2020-11-29)

Features

  • 🎸 enrich abstract control type (2a018eb)

Bug Fixes

  • handle 'any' values properly in 'ControlOf' (#60) (779e083)
  • handle 'any' values properly in 'patchValue' (#59) (0ccdd2e)

1.4.4 (2020-11-18)

Bug Fixes

  • accept deep partials in patchValue and reset methods (#54) (ee41c40)

1.4.3 (2020-10-27)

Bug Fixes

  • 🐛 resolve control type when no generic given (#57) (8eb1fa4)

1.4.2 (2020-10-22)

Bug Fixes

  • 🐛 add ControlsOf type to public API (8423c5a)

1.4.1 (2020-10-22)

Bug Fixes

  • 🐛 add ControlOf type to public API (6c44f38)

1.4.0 (2020-10-22)

Features

  • support exact control types in FormGroup and FormArray (#35) (0734d55)

1.3.1 (2020-09-16)

Bug Fixes

  • make sure errors$ is nexted when setErrors is called manually (ce820fc)

1.3.0 (2020-08-27)

Features

  • add a helper to remove error by key (64cabc6)
  • provide a mergeErrors helper method (e6c9a82)

Bug Fixes

  • better mergeErrors(null) support (9925e49)

1.2.0 (2020-08-24)

Features

  • form-array: implement remove helpers (0011944)

Tests

  • form-array: write spec for remove helpers (419c8c2)

1.1.0 (2020-08-02)

Features

  • doc: documentation for persist form (eae2ba7), closes #24
  • storage: add persist form to storage (2ca8e6e), closes #24
  • storage: add support for async storage types (6cd39d8), closes #24

1.0.0 (2020-07-06)