You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 5.0KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2019-09-20)

Bug Fixes

  • Improve error message so it’s not confusing (97cd6b9)

Features

  • ‘coerceItem’ option for iterable/ensure (0818860)

1.1.0 (2019-09-20)

Features

  • denyEmpty option for iterables validation (301d071)

1.0.3 (2019-08-06)

Bug Fixes

  • Recognize custom built ES5 era errors (6462fac)

1.0.2 (2019-08-06)

Bug Fixes

  • Recognize host errors (e.g. DOMException) (96ef399)

1.0.1 (2019-04-08)

1.0.0 (2019-04-05)

Bug Fixes

  • ensure ‘is’ functions can’t crash (59ceb78)

Features