Skip to content

v1.8.0

Compare
Choose a tag to compare
@smonn smonn released this 27 Jun 20:34
· 71 commits to main since this 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 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