Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 22:00
· 492 commits to main since this release
7713237

5.0.0 (2022-01-20)

Bug Fixes

  • deps: update dependency @softwareventures/nullable to v2 (#60) (f39d07a)
  • deps: update dependency @softwareventures/ordered to v1 (#61) (2a31608)

Features

  • node: drop support for node 13, 15 (8d401ab)
  • nonenull: improve type signature for noneNull (9953157)

BREAKING CHANGES

  • node: node versions 13, 15 are no longer supported.
  • nonenull: The type parameter to noneNull has changed to the type of the array itself, not the
    type of its elements. The behaviour of the function is unchanged. Callers that specify an explicit
    type parameter will need to be updated.