Skip to content

Releases: smonn/validator-fns

v1.8.0

27 Jun 20:34
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Improve behavior for default values:
    • In general, undefined and null now both fallback to the default value, if provided
    • For arrays, empty arrays [] will fallback to the default value
    • For dates, invalid dates (e.g. new Date(Number.NaN) will fallback to the default value
    • For strings, empty strings (e.g. '') will fallback to the default value
    • For numbers, invalid numbers (e.g. Number.NaN) will fallback to the default value

Full Changelog: v1.7.14...v1.8.0

v1.8.0-beta.1

27 Jun 20:22
Compare
Choose a tag to compare
v1.8.0-beta.1 Pre-release
Pre-release
  • Upgrade dependencies
  • Improve behavior for default values:
    • In general, undefined and null now both fallback to the default value, if provided
    • For arrays, empty arrays [] will also fallback to the default value
    • For dates, invalid dates (e.g. new Date(Number.NaN)` will fallback to the default value
    • For strings, empty strings (e.g. '') will fallback to the default value

Full Changelog: v1.7.14...v1.8.0-beta.1

v1.7.14

24 May 02:44
Compare
Choose a tag to compare

Bump dev dependencies.

Full Changelog: v1.7.13...v1.7.14

v1.7.13

30 Apr 01:17
4899a6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.12...v1.7.13

v1.7.12

13 Apr 19:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.11...v1.7.12

v1.7.11

08 Mar 03:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.10...v1.7.11

v1.7.10

01 Mar 03:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.9...v1.7.10

v1.7.9

16 Feb 18:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.8...v1.7.9

v1.7.8

01 Jan 18:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.7...v1.7.8

v1.7.7

20 Nov 01:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.6...v1.7.7