Skip to content

Releases: groupe-sii/generator-webpack-angular

0.0.4

18 Dec 21:43
Compare
Choose a tag to compare

Fixed

  • sonar: path to rules files from .sreporterrc were not good from [@ValentinGot]
  • sonar: path to tests folder were not good from [@ValentinGot]
  • npm: include templates folder in generated npm package (Closes #2) from [@ValentinGot]
  • npm: ._* files where globally ignored by npm (Closes #2) from [@ValentinGot]

0.0.3

09 Dec 10:55
Compare
Choose a tag to compare

Fixed

  • missing package version
  • README: add npm package version

0.0.2

09 Dec 10:49
Compare
Choose a tag to compare

Fixed

0.0.1

09 Dec 10:43
Compare
Choose a tag to compare

Added

  • css-preprocessors: which CSS preprocessor do you want? from [@aguele] & [@jledentu]
  • resource: would you like to use a REST resource library? from [@ValentinGot]
  • environments: management application environments from [@ValentinGot]
  • angular-translate: angular-translate (18n for your Angular app, made easy!) from [@ValentinGot]
  • ui-router: use AngularUI Router by default from [@jledentu]
  • ui-frameworks: Which UI framework do you want? from [@ValentinGot]
  • linting: Add ESLint, HTMLHint, SCSSLint & CSSLint support from [@ValentinGot]
  • package-manager: Let's you choose between npm or Yarn package manager from [@ValentinGot]
  • postcss: Add PostCSS treatments from [@ValentinGot]
  • debug: Disable the debug info in production environement from [@liollury]
  • sonar: Generate linters reporters for the SonarQube plugin from [@ValentinGot]
  • json-server: Allows you to easily create a RESTFull API for your application from [@liollury]
  • application name: Let's you choose the name of your application from [@liollury]
  • documentation: Generate documentation with dgeni from [@liollury]
  • tests: Create unit tests with Karma from [@jledentu]