Skip to content

Releases: yeoman/environment

v1.2.7

14 Jul 22:45
Compare
Choose a tag to compare

Only remove lookups that match full directory name. This fix edge cases like:

  • my-lib/generators/app => my-:app, instead of my-lib:app
  • my.lib/generators/app => mylib:app, instead of my.lib:app
  • test/generators/generators-thing => test:-thing

v1.2.6

09 Jul 06:28
Compare
Choose a tag to compare

Fix issue where more than 10 composed generators running at the same time would create event emitter leaks warnings. You can now compose as many generators as you want!

v1.2.5

05 Apr 07:15
Compare
Choose a tag to compare

Fix edge case bug where a generator would be resolved to a json file rather than a folder of the same name.

v1.2.4

15 Feb 07:15
Compare
Choose a tag to compare
  • Safer regex when searching for generators
  • Bump mem-fs

v1.2.3

13 Feb 20:35
Compare
Choose a tag to compare

Fix support for io.js

v1.2.2

09 Feb 02:43
Compare
Choose a tag to compare

Fix an issue with namespace resolution when you had multiple nested folders with a lookup name.

1.2.1

21 Jan 19:42
Compare
Choose a tag to compare

Some minor performance improvements and made the package a lot smaller.

v1.2.0...v1.2.1

v1.2.0

14 Jan 07:24
Compare
Choose a tag to compare

New Feature

Fixes

  • Fix issue some people had with Windows path not being resolved correctly.

Deprecation

  • Removed the lifecycle events. They've been broken a while (due to changes in yeoman-generator) and no one complained, they're probably unused so we just deleted them.

v1.1.0

06 Nov 22:01
Compare
Choose a tag to compare
  • expose sharedFs (a mem-fs instance) on the Environment.

v1.0.2

10 Oct 06:54
Compare
Choose a tag to compare

Adapter#prompt() is now always a self contained inquirer#prompt() context.