v3.0.0
Changelog
Highlighted Changes
- Update API to always write files (#66)
- Use real types for babel paths (#65)
Migration Guide
Update withJsFile handler to return void
Previously we had logic in the withJsFile API to only generate code if the AST has changed. Since we
migrated to recast this is no longer necessary. This is technically a breaking change, but should not require
any migration effort from the user.