v4.2.0
- New feature: Support diffing to ignore whitespace change
yo node --no-whitespace
- New feature:
Generator#composeWith()
can now be called with an array of generators. - Bugfix: Fixes bug when a generator default export is under
exports.default
(like when compiling es6 modules with Babel) -
- some other minor fixes and improvements