Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.

Releases: stefanwalther/generator-qsExtension

v0.0.30

18 Mar 19:15
Compare
Choose a tag to compare

Date: 2015-03-18

Fixes:

  • Extension path in grunt-config.yml was not determined correctly during generation of the project.

v0.0.29

08 Mar 20:56
Compare
Choose a tag to compare

Date: 2015-03-08

Enhancements:

  • There is now a default and an advanced mode (first question in the wizard).
  • In the advanced mode the user can select a license type, LICENSE.md will be generated accordingly.
  • By using the option --grunt on the grunt based deployment system will be updated.
  • Update to all dependencies and used modules
  • A default image is now added to the extension (using the correct dimensions).
  • Different destinations for Grunt builds (distfor release builds and dist_dev for dev builds)

Bugfixes:

  • Issue with some grunt tasks being ignored because of wrong platform detection.

v0.0.28

01 Mar 21:28
Compare
Choose a tag to compare

Date: 2015-03-01

Enhancements:

  • Finally succeeded to get travis builds to work (with a lot of minor bugfixes and corrections)

v0.0.27

28 Feb 23:50
Compare
Choose a tag to compare

Enhancements:

  • Updated all grunt packages
  • Different jshint definitions for dev and release
  • jshint is disabled by default for dev, enabled for release

v0.0.26

18 Feb 19:21
Compare
Choose a tag to compare

Date: 2015-02-18

Bugfixes:

  • Several minor bug fixes

Enhancements:

  • New grunt task based on grunt-contrib-jshint
  • Optimized handling of grunt tasks in general
  • Improved existing tests
  • Improved documentation of grunt-config.yml
  • The extensions' version can now be defined in grunt-config.yml (general.Version) and will be re-used in several places

v0.0.25

18 Feb 19:22
Compare
Choose a tag to compare

Date: 2015-02-14

  • Enhancements:
    • Default preview image for the visualization extensions
    • Added some further defaults for the README.md

v0.0.24

18 Feb 19:22
Compare
Choose a tag to compare

Date: 2015-02-11

  • Minor Enhancements

v0.0.18 (2014-10-26)

26 Oct 09:03
Compare
Choose a tag to compare
  • Features:
    • Added lib/js/extensionUtils.js file to be able to add common functions to an extension
    • Improved generated CHANGELOG.md
    • Improved generated README.md
    • Added .jshintrc to src directory
  • Fixes:
    • Fixed npm install test in tests/00-test-grunt.js