Yup v0.30.0 Release Notes

Release Date: 2020-11-19 // over 3 years ago
  • ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    • ๐Ÿ”ฆ exposes context on mixed.test function and add originalValue to context (#1021) (6096064)

    ๐ŸŽ Performance Improvements

    • โฌ‡๏ธ reduce function calls for shallower stacks (#1022) (01da7e1)

    ๐Ÿ’ฅ BREAKING CHANGES

    • defined() now doesn't automatically allow null, this was a bug. to mimic the old behavior add nullable() to schema with defined()