Skip to content

Releases: yeoman/yeoman-test

v6.1.0

18 May 21:44
Compare
Choose a tag to compare

v6.0.0...v6.1.0

v6.0.0

01 May 03:32
Compare
Choose a tag to compare

Dropped support for yeoman-environment < 3.3.0

v5.0.1...v6.0.0

v5.1.0

06 Mar 03:28
Compare
Choose a tag to compare
  • 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.1.0

v5.0.1

22 Feb 23:04
Compare
Choose a tag to compare
  • Loosen yeoman-generator version. 88be203

v5.0.0...v5.0.1

v5.0.0: Bump yeoman-generator and yeoman-environment and move to peer.

22 Feb 21:19
Compare
Choose a tag to compare

Migration:

yeoman-environmentand 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...v5.0.0

v4.0.2

20 Feb 23:37
Compare
Choose a tag to compare
  • Add peerDependencies for better deduplication. 1983cd3

v4.0.1...v4.0.2

v4.0.1

20 Feb 22:57
Compare
Choose a tag to compare
  • Add support to Environment 3/Generator 5.

v4.0.0...v4.0.1

v4.0.0

22 Dec 20:22
Compare
Choose a tag to compare

Breaking changes:

  • Method toPromise() now promises a RunResult instead of targetDir. c674771
    Use runResult.cwd for a replacement.
  • Reimplement _run() to use run(). f61d58c
    Always use env.run() instead of generator.run()
  • Fix false positive warning. 4f466bb
  • Bump dependencies

v3.0.0...v4.0.0

v3.0.0

04 Aug 12:00
Compare
Choose a tag to compare
  • 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

v2.7.0...v3.0.0

Release v2.7.0

14 Jul 16:07
Compare
Choose a tag to compare
  • Implement test result with assertion methods.