- Add custom capture methods to ensure compatibility with robolectric
- Add API for passing a ComposeRule
- Use Espresso API to specify views for modification
- Introduce ViewMutation and GlobalViewMutation interfaces
- Use screenshotty for rendering
- Update dependencies
- Fix bug where the drawing happens before all the views are properly laid out
- Add the ability to capture multiple views
- Use post instead of postAtFrontOfQueue to respect the message ordering
- Add the ability to provide sample data for views
- Initial release