Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Releases: the-front/angularjs-ee-boilerplate

v2.0.0

29 Feb 02:42
Compare
Choose a tag to compare

now the minimum node.js version is 4.2.5

  • tools moved from grunt.js to gulp
  • pom.xml updated
  • documentation updated

  • commands:
    • gulp - simplified development flow to the command at root directory
    • gulp --release - distribuction flow, generate files on ./dist directory
    • gulp --preview - generate distribuction files and start web server to check application

other commands see the documentation en | pt-br

v1.7.0

25 Feb 03:24
Compare
Choose a tag to compare

now the minimum node.js version is 4.2.5

  • tools/ - node dependencies updated
    • shelljs v0.3.0 to v0.6.0
    • inquirer v0.8.0 to v0.12.0
    • underscore.string v3.0.2 to v3.3.4
    • lodash v3.10.1 to v4.5.1
    • esprima v1.2.3 to v2.7.2
    • jit-grunt v0.9.0 to 0.10.0
    • grunt-cleanempty v1.0.2 to v1.0.4
    • grunt-concurrent v1.0.0 to v2.2.1
    • grunt-contrib-clean v0.6.0 to v1.0.0
    • grunt-contrib-concat v0.5.0 to v1.0.0
    • grunt-contrib-copy v0.7.0 to v0.8.2
    • grunt-contrib-htmlmin v0.3.0 to v0.6.0
    • grunt-contrib-imagemin v0.9.2 to v1.0.0
    • grunt-contrib-less v1.0.0 to v1.1.0
    • grunt-contrib-uglify v0.7.0 to v0.11.1
    • grunt-lintspaces v0.6.0 to v0.7.2
    • grunt-contrib-jshint v0.11.0 to v1.0.0
    • jshint-stylish v1.0.0 to 2.1.0
    • grunt-protractor-runner v1.2.1 to v3.0.0
    • protractor v1.6.1 to v3.1.1
    • grunt-karma v0.8.2 to v0.12.1
    • karma v0.12.13 to v0.13.21
    • karma-chrome-launcher v0.1.7 to v0.2.2
    • karma-coverage v0.2.7 to v0.5.2
    • karma-junit-reporter v0.2.2 to v0.3.8
    • karma-ng-html2js-preprocessor v0.1.2 to v0.2.1
    • karma-phantom-launcher v0.1.4 to v1.0.0
  • publisher/ - node dependencies updated
    • time-grunt v0.3.1 to v1.3.0
    • jit-grunt v0.7.0 to v0.10.0
    • grunt-git v0.2.11 to v0.3.7
    • grunt-shell v0.6.4 to v1.1.2
    • grunt-contrib-clean v0.5.0 to v1.0.0
    • grunt-contrib-copy v0.4.1 to v0.8.2
    • grunt-contrib-jshint v0.7.2 to v1.0.0
    • jshint-stylish v0.1.5 to v2.1.0

v1.6.1

19 Feb 16:15
Compare
Choose a tag to compare

fix:

  • grunt build:prod task flow to correctly generate require.js build/optimization

v1.6.0

10 Dec 00:42
Compare
Choose a tag to compare
  • require config centralized in src/deps.config.js
  • review and update tools dependencies to fix some issues

v1.5.1

29 Jan 16:40
Compare
Choose a tag to compare

v1.5.0

27 Jan 16:48
Compare
Choose a tag to compare
  • added Apache Maven support #30

on root dir mvn clean install, prepare environment and run grunt build:prod

v1.4.4

03 Dec 12:29
Compare
Choose a tag to compare

v1.4.3

28 Nov 16:30
Compare
Choose a tag to compare
  • vendor lib updated

v1.4.2

27 Nov 19:10
Compare
Choose a tag to compare

v1.4.1

27 Nov 18:39
Compare
Choose a tag to compare
  • functions names reviewed
  • files names reviewed :

routes.js renamed to states.js and routes.spec.js renamed to states.spec.js