Releases: yeoman/generator
Releases · yeoman/generator
v0.24.0
18 Jul 00:23
Compare
Sorry, something went wrong.
No results found
this.remote(), this.remoteDir(), this.fetch(), this.extract() (and this.cacheRoot()) are now deprecated.
See #949 for migration details.
v0.23.4
16 Jun 03:05
Compare
Sorry, something went wrong.
No results found
Fix commands printed after a successful installation.
v0.21.2
28 May 00:44
Compare
Sorry, something went wrong.
No results found
Maintenance release of the 0.21 version.
Force downgrade yeoman-environment to keep tests utilities compatible on that version.
v0.23.3
04 May 18:28
Compare
Sorry, something went wrong.
No results found
Downgrade deps for Node < v4 compatibility.
v0.23.2
04 May 18:27
Compare
Sorry, something went wrong.
No results found
Downgrade deps for Node < v4 compatibility.
v0.23.1
03 May 07:32
Compare
Sorry, something went wrong.
No results found
Fix a regression we introduced in the [email protected] series where some errors would simply get ignored. This shouldn't have impacted any generator used through yo, but it might have swallowed errors happening during tests. These errors are now correctly surfaced.
v0.23.0
02 May 00:38
Compare
Sorry, something went wrong.
No results found
Base#prompt() functions now returns a promise instead of taking a callback parameter. That'll make it easier to use inside asynchronous tasks.
prompting: function ( ) {
return this . prompt ( questions ) . then ( function ( answers ) {
this . answers = answers ;
} . bind ( this ) ) ;
}
This feature might requires a recent version of yo to work (npm -g update yo).
v0.22.6
19 Apr 17:54
Compare
Sorry, something went wrong.
No results found
Fix issue where error would be swallowed when no error listeners are set.
v0.22.5
09 Feb 04:00
Compare
Sorry, something went wrong.
No results found
Fix export bug we introduced in 0.22.4
v0.22.4
17 Jan 04:30
Compare
Sorry, something went wrong.
No results found
Fix generator destinationPath not being updated correctly if a .yo-rc.json file was found in a parent directory.