New:
- I/O methods and groups now support custom validation through the .validate() API.
Fixed:
- The SDK now detects and warns if calls to
io.select.single or
io.select.multiple include a
defaultValue
that is not also included within the providedoptions
array.