- Extract defaults for optional props
- fix exports for mapStateToProps
- prevent generation of tests for literal exports
- new access methods of SourceFileCache
- improvements to prop type detection
- Change
Position
type to better match IDE location type
- feature: Basic tools for parsing and caching source files
- fix: make sure folder exists before creating a file
- Support for 'switch' action, to jump between a source and it's test file, and back
- Breaking change - changes to IDE and State interfaces
- Support for 'tests' action, to generate a test file based on current source exports
- Simplify the generated object pattern for props in the render function of the generated function
- Initial release. Implements
generate
action