Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

57 lines (30 loc) · 2.72 KB

Changelog

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

2.3.0 (2020-10-21)

Features

  • lib: add property untouched to type Control (5ad73f6)
  • lib: support for mark* methods (f622d25)

2.2.0 (2020-09-27)

Features

  • lib: add getInitialValue() function (c7b134f), closes #15

Bug Fixes

  • add unit tests (a5fcdbd)
  • do not debounce for update on blur (edd5fb0)

2.1.2 (2020-06-15)

Bug Fixes

  • do not use spread operator on valid dates (b68419d), closes #7

2.1.1 (2020-06-15)

Bug Fixes

  • do not use spread operator on valid dates (b68419d), closes #7

2.1.0 (2019-12-22)

Features

  • lib: add dirty functionality (701ccef)

1.1.0 (2019-12-17)

Features

  • api: change the api to be more angularish (adbe550)

1.0.2 (2019-12-13)

Bug Fixes

  • storage: should merge the object (01ce2e5)

1.0.1 (2019-12-12)

Bug Fixes

  • selectvalue: should be typed (a196e96)