This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
Releases: the-front/angularjs-ee-boilerplate
Releases · the-front/angularjs-ee-boilerplate
v2.0.0
now the minimum node.js version is 4.2.5
tools
moved from grunt.js to gulppom.xml
updated- documentation updated
- commands:
gulp
- simplified development flow to the command at root directorygulp --release
- distribuction flow, generate files on./dist
directorygulp --preview
- generate distribuction files and start web server to check application
v1.7.0
- vendor lib's updated
- bootstrap v3.3.2 to v3.3.6
- jquery v2.1.3 to v2.2.1
- require.js v2.1.15 to v2.1.22
- angular.js v1.3.11 to v1.5.0
- angular ui bootstrap v0.12.0 to v1.1.2
- angular ui router v0.2.13 to v0.2.18
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
fix:
- grunt build:prod task flow to correctly generate require.js build/optimization
v1.6.0
- require config centralized in src/deps.config.js
- review and update tools dependencies to fix some issues
v1.5.1
- pom.xml updated
- vendor lib updated
- angular.js v1.3.9 to v1.3.11
- tools/helpers/tests/require.config.js updated
v1.5.0
- added Apache Maven support #30
on root dir
mvn clean install
, prepare environment and rungrunt build:prod
- vendor lib's updated
- angular.js v1.3.4 to v1.3.9
- angular-mocks-backend v0.1.6 to v0.1.7
- bootstrap v3.3.1 to v3.3.2
- jquery v2.1.1 to v2.1.3
- angular ui bootstrap v0.11.0 to v0.12.0
- angular ui router v0.2.11 to v0.2.13
tools/
- grunt build:prod flow reviewed
- node dependencies
- added
- jasmine-core v2.1.3
- updated
- protractor v1.4.0 to v1.6.1
- grunt-protractor-runner v1.1.4 to v1.2.1
- karma v0.12.22 to v0.12.31
- karma-jasmine v0.2.2 to v0.3.5
- karma-coverage v0.2.6 to v0.2.7
- karma-hg-html2js-preprocessor v0.1.0 to v0.1.2
- karma-chrome-launcher v0.1.4 to v0.1.7
- karama-firefox-launcher v0.1.3 to v0.1.4
- moment v2.8.1 to v2.9.0
- lodash-node v2.4.1 to v3.0.0
- underscore.string v2.3.3 to v3.0.2
- q v1.0.1 to v1.1.2
- q-io v1.11.4 to v1.11.6
- inquirer v0.6.0 to v0.8.0
- escodegen v1.3.3 to v1.6.0
- esprima v1.2.2 to v1.2.3
- grunt-cleanempty v1.0.0 to v1.0.2
- grunt-browser-sync v1.3.5 to v1.9.1
- grunt-html2js v0.2.8 to v0.3.0
- grunt-concurrent v0.5.0 to v1.0.0
- grunt-contrib-imagemin v0.8.0 to v0.9.2
- grunt-contrib-connect v0.8.0 to v0.9.0
- grunt-contrib-uglify v0.5.1 to v0.7.0
- grunt-contrib-copy v0.5.0 to v0.7.0
- grunt-contrib-less v0.11.4 to v1.0.0
- grunt-contrib-jshint v0.10.0 to v0.11.0
- jshint-stylish v0.4.0 to v1.0.0
- grunt-newer v0.7.0 to v1.1.0
- time-grunt v0.4.0 to v1.0.0
- jit-grunt v0.8.0 to v0.9.0
- added
v1.4.4
- Protractor updated to v1.4.0
- Reviewed support to run in remote Selenium Server
- tools/
v1.4.3
v1.4.2
- vendor lib updated
- angular.js v1.3.3 to v1.3.4