Releases: yeoman/yeoman-test
Releases · yeoman/yeoman-test
v6.1.0
v6.0.0
v5.1.0
- Foward targetDirectory as cwd to Environment. 799c028, bfc749c
- Convert helpers into a class for easy customization. d870dd3, 161076f
- Forward options to Environment options. a5bd580
- Make mockedGenerator instances to extends Generator class. cf8e373, c6e3493
- Move mem-fs-editor dependency to prod. 8a9baf0
v5.0.1
v5.0.0: Bump yeoman-generator and yeoman-environment and move to peer.
Migration:
yeoman-environment
and yeoman-generator
moved to peerDependencies and bumped to latest major versions.
Action: install the versions you are targeting manually.
When targeting yo 3.x use yeoman-environment ^2.10.3 and yeoman-generator <5.0.0.
When targeting yo 4.x use yeoman-environment ^3.0.0.
- Bump yeoman-generator and yeoman-environment and move to peer. ff0c7be
v4.0.2
v4.0.1
- Add support to Environment 3/Generator 5.
v4.0.0
v3.0.0
- Implement withMockedGenerators. af0e8f1
- Implement dumpFiles and dumpFilenames. eeb3dd8
- Implement createEnv to allow to override with mock for the entire test. cbf83b5
- Remove deprecated callback from prompt. fdc97f3
- Implement option to throw on missing answer. bbc0d2d
- Set newErrorHandler as default. 7bda4c6
- Implement RunResult.create 9cef47c 2d51f81
- Change supported node version to 12 and 14 61bad00
- Listen to environment's events instead of generator's 89cc525
Release v2.7.0
- Implement test result with assertion methods.