Skip to content

Releases: yeoman/yeoman-test

Release v2.4.0

05 Apr 03:28

Choose a tag to compare

  • Implement RunContext#doInDir() for target directory customization.
  • Add support to prefilled answers.
  • Fix RunContext#run() using namespace.
  • Throw an error when trying to override an already set target directory.
  • Fix security warnings.
  • Update dependencies.
  • Fixes.

Release v2.3.0

12 Mar 13:09

Choose a tag to compare

  • Passes localConfigOnly to generators by default.
  • Update dependencies.

v2.1.0

10 Jan 05:57

Choose a tag to compare

  • Added withEnvironment() helper
  • Bump dependencies

v2.0.0

01 Aug 12:29

Choose a tag to compare

  • Fix tests silencing failure happening inside the generator under test own code.
  • Breaking Requires yeoman-generator@^3.0.0

This fix could break some users tests - but these tests should've been failing as the generator itself would be throwing an exception.

v1.9.1

01 Aug 12:30

Choose a tag to compare

Revert 1.x branch to yeoman-generator@^2.0.0 compatible code.

v1.9.0

29 Jul 10:14

Choose a tag to compare

Removed Use version >=2.0 instead.

v1.8.0

25 Jun 11:54

Choose a tag to compare

Add capacity to define namespace and resolved path to stubbed generators.

v1.7.0

09 Jul 08:20

Choose a tag to compare

  • Update to yeoman-generator 1.x
  • Update to yeoman-environment 2.x

v1.6.0

01 Dec 07:42

Choose a tag to compare

Duck type the RunContext object as a Promise. It now directly expose then and catch on the prototype.

v1.5.1

17 Sep 21:55

Choose a tag to compare

  • Fix bug with RunContext#cd()