2017-09-26
- Better error reporting for invalid component types passed to the main
comboTest
function.
2017-08-15
- The main function signature changed from
check(Component, options)
tocheck(Component, props, options)
. Props used to be a key ofoptions
, but they are now their own argument to reflect their importance (not to mention they are always mandatory, unlike all other options).