Releases: Kilix/functional-validation
Releases · Kilix/functional-validation
Release list
testLinkedInUrlFormat: Add more restrictions
Add a field validator for LinkedIn url Format
Add a field validator for LinkedIn url which tests if a value is a valid linkedIn url format testLinkedInUrlFormat.
Fix build
- Upgrade Node for Travis to v10
- Upgrade eslint to v6.1.0
- Change build:flow command
Allow files memoization in validateModel
- Upgrade Ramda to use MemoizeWith in validateModel.
- This, allow us with specific keys named
filesandfileto memoize javascript [Object File].
Instead to have empty object notation {} we have {name:"fileName",size: fileSize}.
Check empty strings in testMissingValue
Merge pull request #17 from Kilix/add-trim-in-test-missing-field Add .trim() in testMissingValue
v2.2.0
Minor Changes
- Add fieldHasErrors: ff1bdd0
v2.1.0
Minor Changes
- Forward extra parameters to the validations: 0988f58
And yayyy, we're starting to get docs (yes, they're still terrible, but let's say it's not as bad as it was.
v2.0.0
Major Changes
This library doesn't change anything API wise, however, we now publish the flow typings, so it is tagged as a breaking change.
- Stronger typings: 51c9d85
Misc
The library is now ~3 times smaller, by not importing unused dependencies.
v1.3.1
Patches
- Publish built 1.3.0 version to npm
v1.3.0
Minor Changes
- Add testDateBefore validation: dc08f47