Skip to content

v4.2.0

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 27 Oct 08:46
  • 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