Skip to content

Releases: yeoman/yeoman-test

v5.0.1

22 Feb 23:04

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

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

Choose a tag to compare

  • Add peerDependencies for better deduplication. 1983cd3

v4.0.1...v4.0.2

v4.0.1

20 Feb 22:57

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

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

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

Choose a tag to compare

  • Implement test result with assertion methods.

Release v2.6.0

06 May 14:33

Choose a tag to compare

  • Add environment centric test.
  • Fixes

Release v2.5.0

04 May 00:17

Choose a tag to compare

  • Add environment options to run method.

Release v2.4.1

05 Apr 04:36

Choose a tag to compare

  • Revert breaking change.