Skip to content

v0.18.5

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 21 Dec 01:38
· 795 commits to main since this release

Bug fixes

  • Fix bug where selecting skip option during a conflict resolution was ignored (every files were written to disk)

Feature Updates

  • RunContext now take a settings.tmpdir boolean value. When set to false, it won't automatically run a generator inside a temporary directory. This feature is only provided to ease the upgrade of some generators; you really shouldn't ever need to use this option. If your test only pass on not cleaned up directory, this mean you have a coupling issue in your test and you're making them flakey. Please refer to http://yeoman.io/contributing/testing-guidelines.html for guidelines on how to keep your tests isolated.