Releases: Kilix/functional-validation
Releases · Kilix/functional-validation
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
files
andfile
to 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
v2.1.0
v2.0.0
v1.3.1
Patches
- Publish built 1.3.0 version to npm