Skip to content

Releases: iamguid/ngx-mf

v5.2.0

05 Dec 22:45
Compare
Choose a tag to compare

Versions v5.0.0 and v5.1.0 is broken for some reason, ignore it on NPM.

See updated README.md for details

Changelog:

  • Completely revrite and reorgonize code
  • Implement short syntax for getting form types
  • Remove Replace helper
  • Move to mjs
  • Move from yarn to npm
  • Remove redundant packages from dependencies
  • Update README.md
  • Update dependencies

v4.1.1

13 Mar 09:42
Compare
Choose a tag to compare

Fixed bug with strictNullChecks #10

v4.1.0

13 Nov 15:11
Compare
Choose a tag to compare

Removed ts-ignore from library, now library is fully TypeScript compatible, without hacks, that could break the library behavior in future TypeScript releases.

v4.0.0

05 Oct 12:33
Compare
Choose a tag to compare

Breaking changes

Make library behavior more predictable

InferModes has been removed - now fields optionality and nullability will be inferred from model and all form controls are required in inferred form type.

v3.3.1

21 Jul 09:56
Compare
Choose a tag to compare

Upgrade dependencies

v3.3.0

21 Jul 09:55
Compare
Choose a tag to compare

Fix a bug with undefined and optional see #4

v3.2.0

19 Jun 07:52
Compare
Choose a tag to compare

Fixed peer dependency (in some cases it did not work correctly)
Also fixed jest test run, now it works correctly

v3.1.1 Fix bugs

25 Feb 08:54
Compare
Choose a tag to compare

FormElementType Breaking changes, please, see docs

v3.0.0 - Change InferMode behavior

17 Sep 09:49
Compare
Choose a tag to compare

See README.md for behavior changes

v2.0.0 - 🥳 New Release

16 Sep 21:26
Compare
Choose a tag to compare

Improvements & bug fixing