npm ngrx-forms 6.0.0

latest releases: 8.0.0, 7.0.0, 6.3.6...
4 years ago

This major release contains only a bugfix which is a breaking change.

Breaking Changes

  • do not treat empty strings or arrays as an error in minLength validation function (#164), thanks @Sloff for reporting and fixing this bug

    If you require these values to be treated as errors use minLength together with required (e.g. validate(required, minLength(2)))

Don't miss a new ngrx-forms release

NewReleases is sending notifications on new releases.