- Pass props and children to stub elements
- Add
mockery.deregisterAll()
inbefore
method - Add repository field in
package.json
- Modify
.babelrc
to usestage
rather than listing all optional features. - Add David badge
- (hotfix) enabled
useCleanCache
again - Register mocks for
react
,react/addons
,react-tools
so they are not influenced by useCleanCache
- Add
tagName
field for react stub - Disable
useCleanCache
option from mockery
- Fixed assertNotRender bug
- Initial Release