Skip to content

Releases: Kilix/functional-validation

testLinkedInUrlFormat: Add more restrictions

05 Oct 07:11
906959b
Compare
Choose a tag to compare

Add more restrictions on testLinkedInUrlFormat

Add a field validator for LinkedIn url Format

03 Dec 15:09
e72f3b0
Compare
Choose a tag to compare

Add a field validator for LinkedIn url which tests if a value is a valid linkedIn url format testLinkedInUrlFormat.

Fix build

07 Oct 08:50
e8b4c2f
Compare
Choose a tag to compare
  • Upgrade Node for Travis to v10
  • Upgrade eslint to v6.1.0
  • Change build:flow command

Allow files memoization in validateModel

06 Oct 06:49
6203dcf
Compare
Choose a tag to compare
  • Upgrade Ramda to use MemoizeWith in validateModel.
  • This, allow us with specific keys named files and file to memoize javascript [Object File].
    Instead to have empty object notation {} we have {name:"fileName",size: fileSize}.

Check empty strings in testMissingValue

01 Jul 14:09
b7ca915
Compare
Choose a tag to compare
Merge pull request #17 from Kilix/add-trim-in-test-missing-field

Add .trim() in testMissingValue

v2.2.0

16 Oct 09:19
Compare
Choose a tag to compare

Minor Changes

v2.1.0

08 Sep 07:57
Compare
Choose a tag to compare

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

14 Aug 13:15
Compare
Choose a tag to compare

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.

Misc

The library is now ~3 times smaller, by not importing unused dependencies.

v1.3.1

20 Jun 09:19
Compare
Choose a tag to compare

Patches

  • Publish built 1.3.0 version to npm

v1.3.0

20 Jun 08:23
Compare
Choose a tag to compare

Minor Changes

  • Add testDateBefore validation: dc08f47