Skip to content

v3.11.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 17:32
· 53 commits to master since this release

Features

  • arrays: Add arraySwap utility (53def2a)
  • objects: Allow to pass plain object in formDataToObject utility (1b5d1a6)
  • ranges: Add rangesIntersection utility (aff384f)
  • types: Add new utility types exported from latest type-fest (c1975f4)

Bug fixes

  • ranges: Consider NaN value as input or a range edge (7e9b1a8)

Chores

  • Bump type-fest from 4.15.0 to 4.18.3 (214ba9e)

Refactoring

  • Avoid using more expensive mergeObjects if simple spread operator can be used (9aab13d)
  • Compare with undefined directly without calling typeof (4fcb57b)
  • Fix circular dependencies (4b675ae)