Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Latest commit

 

History

History
256 lines (89 loc) · 5.82 KB

CHANGELOG.md

File metadata and controls

256 lines (89 loc) · 5.82 KB

Change Log

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

4.0.3 (2019-08-29)

Bug Fixes

4.0.2 (2019-08-29)

Bug Fixes

  • add null/undefined handling for Datum/DatumEither directives (b24a7a4)

4.0.1 (2019-08-28)

4.0.0 (2019-08-22)

Bug Fixes

  • fixed demo and updated fp-ts imports (8dcd8f5)
  • updated dependencies and switched to lib imports (4241c20)

Features

  • created Datum and DatumEither directives (73af37f)

BREAKING CHANGES

  • removed AsyncData directive

3.0.0 (2019-08-14)

Bug Fixes

  • fixed demo and updated fp-ts imports (8dcd8f5)

Features

  • created Datum and DatumEither directives (73af37f)

BREAKING CHANGES

  • removed AsyncData directive

2.0.0 (2019-08-14)

Features

  • created Datum and DatumEither directives (73af37f)

BREAKING CHANGES

  • removed AsyncData directive

1.2.0 (2019-07-31)

Features

  • added initial to AsyncDataDirective (65b3808)

1.1.0 (2019-07-31)

Features

  • added initial to AsyncDataDirective (57039b0)

1.0.1 (2019-07-29)

Bug Fixes

  • remove lodash dependency (dc20ddc)

1.0.0 (2019-07-29)

Features

  • upgraded fp-ts and added intersection type to ioToForm (1a76059)

0.10.0 (2019-07-02)

Features

  • added KeyofType to ioToForm (0724ec0)

0.9.0 (2019-05-19)

Features

  • directives: patching context and multiple matches (17fda16)

0.8.0 (2019-05-18)

Features

  • io-form: added IoFormGroup with a safer patchValue than FormGroup (5899220)

0.7.2 (2019-05-18)

Bug Fixes

  • io-forms: account for DateFromDatelikeType tag in ioToForm (c3e47b7)

0.7.1 (2019-05-18)

Bug Fixes

  • io-forms: added DateFromDatelike type to the valid ioToForm inputs (ad1ee3f)

0.7.0 (2019-05-17)

Features

  • io-form-array: add parameter to pushControl with immediate value to patch (9dba3d7)

0.6.0 (2019-05-17)

Features

  • io-form: add seedOther property to IoFormArray to attach sub/stuff (5a324ef)

0.5.1 (2019-05-17)

Bug Fixes

  • io-form: fix references in ioToForm function (cf0b240)

0.5.0 (2019-05-17)

Features

  • io-form: hoisted ioToForm, pulled io-form-directive (b65d377)

0.4.0 (2019-05-17)

Features

  • io-form-array: add seed values for validators (7b52865)

0.3.0 (2019-05-17)

Features

  • io-form-array: extend FormArray to autopatch new controls (98d915f)

0.2.2 (2019-05-16)

Bug Fixes

  • fix exports (angular doesn't like barrels) (77ede44)

0.2.1 (2019-05-16)

Bug Fixes

  • exports: export all tokens so importing projects don't dump (3bd36f1)

0.2.0 (2019-05-16)

Features

  • either directive and io-forms tools (e4c4a96)

0.1.1 (2019-04-25)

Bug Fixes

  • @nll/ngx: fixing lib version number (ab46acb)

0.1.0 (2019-04-25)

Features

  • adt-directives: structural directives for option and asyncdata (9e13277)