Skip to content

Releases: yeoman/generator-webapp

v3.0.1

09 Jun 08:19
Compare
Choose a tag to compare

Upgrade

$ npm install --global generator-webapp

Notable Changes

This release removes ES6 destructuring, which isn't supported in versions of Node lower than 6. Now the generator should again work on Node v4 and above.

v3.0.0

26 May 11:34
Compare
Choose a tag to compare

Upgrade

$ npm install --global generator-webapp

Docs

Notable Changes

v2.4.1

07 Feb 14:26
Compare
Choose a tag to compare

Upgrade

$ npm install --global generator-webapp

Notable Changes

  • b65a1d6 add jQuery ESLint environment if jQuery is included
  • bb44514 fix incorrectly applied gulp-if regex

v2.4.0

02 Feb 14:44
Compare
Choose a tag to compare

Upgrade

$ npm install --global generator-webapp

Docs

Notable Changes

  • 00ab958 don't generate sourcemaps in production
  • d6d80e1 remove yo as peer dependency, removing those pesky npm warnings
  • 29727ae add choice between Bootstrap 3 and 4
  • 0ee21ef add a workaround for gulp-if sometimes passing wrong files through

v2.3.2

08 Nov 13:36
Compare
Choose a tag to compare

Upgrade

$ npm install --global generator-webapp

Notable Changes

v2.3.1

06 Nov 14:12
Compare
Choose a tag to compare

Upgrade

$ npm install --global generator-webapp

Docs

Notable Changes

v2.3.0

05 Nov 19:31
Compare
Choose a tag to compare

Upgrade

$ npm install --global generator-webapp 

Docs

Notable Changes

  • 5af2cf7 the task serve:dist will now automatically build your app before starting the server, so you no longer need to run gulp before running gulp serve:dist
  • ee170aa fonts are now copied only where they need to, in development they are copied to .tmp/fonts, in production to dist/fonts (before they were always copied to both directories)
  • 796efb9 we're no longer setting the ESLint environment based on your testing framework, this is only needed when using the no-undef rule, in which case the fix is much simpler than what we were doing previously, read here

v2.2.0

02 Oct 15:02
Compare
Choose a tag to compare

Upgrade

$ npm install --global generator-webapp 

Docs

  • new HTMLHint recipe
  • The Jade recipe no longer causes infinite reload and has other small updates, we also updated the name to Pug
  • the browserify recipe now contain the missing piece of ESLint config needed for modules
  • in the FAQ we explained why we won't organize paths into variables

Notable Changes

  • bump dependencies
  • 09492a0 fix the gulp.dest in the lint:test task
  • 126e721 clarify intro message, "What more would you like?" → "Which additional features would you like to include?"
  • ce4a84c copy extension-less extras as well
  • ed88ff9 auto-refresh when test/index.html changes too (not just when JS files change)
  • 6cab656 specify yo as peer dependency to avoid yeoman/generator#930
  • 91fe09b we now run clean and wiredep as part of serve and default, 🎉 that means no more issues with residual temporary files and missing dependency injections, respectively

v2.1.0

09 May 10:05
Compare
Choose a tag to compare

Upgrade

$ npm install --global generator-webapp

Docs

Notable Changes

  • 840dcbf fix some occurrences of #356 by adding v6 babel-register module
  • 3e4526f we officially support only Node v4 and up
  • 6d84862 disable cssnano autoprefixing, because we're already prefixing in development
  • e2854f0 put cssnano in safe mode
  • 48ad50c don't parse gulpfile with Babel to decrease loading time (#407), newer versions of Node support a lot of ES2015 anyway

v2.0.0

20 Mar 22:28
Compare
Choose a tag to compare

Upgrade

# generator-gulp-webapp was renamed to generator-webapp!
$ npm install --global generator-webapp

Notable Changes

  • 40fc7da fix image minification error
  • 0efc144 don't reload the browser for each compiled script, just once
  • 0ce67b8 update docs, advising to use gulp-cli for running CLI commands
  • 55f4a2f rename generator-gulp-webapp to generator-webapp, deprecate the Grunt version of the generator and move it to the legacy-grunt branch