Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 979 Bytes

CHANGELOG.md

File metadata and controls

24 lines (12 loc) · 979 Bytes

Changelog

4.0.0 (2022-01-30)

⚠ BREAKING CHANGES

  • Throw on non-function, non-string coercers
  • Properly handle function coercer in array of coercers (#12)
  • Normalize repository, dropping node <10.13 support (#13)

Features

  • Throw on non-function, non-string coercers (1cf5dc7)

Bug Fixes

  • Properly handle function coercer in array of coercers (#12) (1cf5dc7)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#13) (92b4ec9)