According to npm and the gh release page there are versions from 4.x to 7.x
Version 4.x is what I am currently using, since upgrading to version 5.x breaks all requires, and isn't really documented (see other closed issues about that)
Version 6.x and 7.x cant be installed via npm but is listed here:
https://www.npmjs.com/package/yeoman-generator
Is there a document where I can read about the reasoning of these versions, or are they published differently?
According to
npm
and thegh release page
there are versions from4.x
to7.x
Version
4.x
is what I am currently using, since upgrading to version5.x
breaks allrequires
, and isn't really documented (see other closed issues about that) Version6.x
and7.x
cant be installed vianpm
but is listed here: https://www.npmjs.com/package/yeoman-generatorIs there a document where I can read about the reasoning of these versions, or are they published differently?