v0.2.0
Changed
- The
--verbosity
options is renamed to--verbose
- Babel is used as parser, instead of esprima-fb. The resulting ASTs will be slightly different, which is why you might have to adapt existing codemods. You can use http://astexplorer.net/ with the parser "recast" and the parser configuration set to "babel" to learn about the new structure.