Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 474 Bytes

changelog.md

File metadata and controls

18 lines (9 loc) · 474 Bytes

Changes

v0.4.1

2017-09-26

Enhancements

  • Better error reporting for invalid component types passed to the main comboTest function.

v0.4.0

2017-08-15

Breaking

  • The main function signature changed from check(Component, options) to check(Component, props, options). Props used to be a key of options, but they are now their own argument to reflect their importance (not to mention they are always mandatory, unlike all other options).