- build: added support for Visual Code Studio's Debugger for Chrome (be80ba2)
- build: added webpack 3's Scope Hoisting (230b248)
- build: minor code & plugins optimizations (1df3978)
- misc: updated dependencies in Yarn & NPM (package.json) (1b22cab)
- misc: updated docs to v1.0.4 (146399f, b72e946)
- tests: fixed unit tests after updating Jest to latest version (b168fa4)
- build: minor code & plugins optimizations (3df0fe2)
- tests: replaced Karma launcher with Jest (7f90421)
- misc: updated dependencies in Yarn (be217b2)
- misc: updated docs to v1.0.3 (9c29105)
- build: fixed adding
@importinto components’ SASS stylesheets (5ed7039)
- misc: removed redundant code, minor styling updates (9b268b8)
- build: tree-shaking is now working with latest release of webpack 2 (c5350fd)
- build: fixed ng-annotate to work with tree-shaking enabled (fe465a3)
- build: API updates & bundle processing optimizations (7ac805e)
- build: replaced UI Bootstrap with Angular Material (b70474c)
- misc: updated dependencies in
package.json(865ef75) - misc: updated docs to v1.0.1 (022860e)
BREAKING CHANGES
- build: replaced gulp with webpack 2 (30bccac)
- build: added ESLint (f9575f6)
- tests: updated tests & Karma config to work with webpack and ES6 (31a6f8b)
- misc: updated dependencies in
package.json(d183ec4) - misc: updated docs to v1.0.0 (322a2ef)
- build: introduced Angular 1.5 component architecture (dcf158f)
- tests: refactored tests to be working with Angular 1.5 component architecture (6a7305c)
- misc: updated dependencies in NPM and Bower (858ef93)
- misc: minor styling updates (d642aa1)
- build: fixed gulp configuration after latest API changes (dabd094)
- sass: fixed gulp watch crash on SASS compilation errors (c654389)
- tests: fixed coverage preprocessor to exclude
*.spec.jsfiles. See discussion for details (08d02f4)
- build: added cached templates filename to config (56df9f2)
- build: added source maps support for JavaScript (d25b706)
- build: Karma configuration file is now always being generated during gulp compilation (da0959a)
- tests: added missing tests, refactoring tests (66cecb0)
- misc: updated dependencies in NPM and Bower (f2b5e1e)
- misc: removed redundant code, minor styling updates (8ebc94f)
- build: fixed order of imported SASS files (4f3f92a)
- build: fixed parsing CSS with Autoprefixer (9b95f00)
- build: fixed filtering files during optimization process (31f868d)
- tests: added ng-describe to simplify unit testing and mocking AngularJS (892603d)
- build: added new parameter to disable generating code coverage by Karma (6468af7)
- build: fixed running Karma unit testing before final optimization (7064c59)
- misc: updated dependencies in NPM (2f40fed)
- tests: fixed Karma configuration after latest API changes (v0.13.0) (2219f56)
- tests: removed redundant tasks & updated input files (fcd881c)
- build: updated optimization process (20e5dbe)
- watch: clean
build/folder before runningwatchtask (0445918)
BREAKING CHANGES
- added wiredep to wire Bower dependencies to source code (518dde5)
- fixed auto injecting Bower dependencies to Karma config (f206ea3)
- build: added parameters to customise build/watch process (23fe2c4)
- server: replaced LiveReload with Browsersync (588ebc1)
- misc: updated dependencies in NPM and Bower (1b6827f)
- build:
'use script'statement wrapped with a function to affect only this function and prevent problems with concatenating scripts that aren't strict (1d9ca9b) - build: fixed running JS maintenance task (684d125)
- build: forced deleting redundant JS files (fd4dc66)
- build: fixed copying unnecessary CSS files to
dist/(0bd8f4a) - build: added helper function to fix problem with Windows paths in SASS task (e42bbed)
- update: updated server config after migrating to Express 4 (616f046)
- update: fixed compiling SASS with source maps after updating node-sass and Autoprefixer to latest version (31a299b)
- update: fixed CSS & JS injection to HTML according to latest API changes (6aab772)
- build: replaced deprecated plugins (37cff86, 49048f8)
- build: renamed task
clean:compiletoclean:distfor convenience (a78d21c) - build: fixed multiple occurrences of
'use strict'statement (c16a692) - build: application files separated from vendor files for final maintenance (a45951d)
- misc: JavaScript files moved to the bottom of the page (cde391b)
- misc: updated dependencies in NPM and Bower (8eff9ff)
- compile: fixed removing temporary SASS file (368cb47)
- watch: fixed rebuilding CSS on SASS change (c094769)
- misc: updated dependencies in NPM and Bower (757e018)
- build: fixed paths for the latest version of Twitter Bootstrap (bc21e44)
- build: fixed removing temporary SASS file (6d4ed45)
- build: fixed AngularJS modules minification (removed saving temporary file to disk) (0ab24d3)
- build: added forced clean of compiled version (ba3382e)
- build: fixed injecting templates module (module name not related to project's name defined in package.json anymore) (877338d)
- sass: fixed importing partial SASS files (aa9728c)
- watch: fixed rebuilding CSS on SASS change (0ede1af)
- build: running tests after the build process is finished (3ddcbc7)
- misc: fixed formatting (0f505e6)
- misc: updated dependencies in NPM and Bower (8b6c087)
- build: fixed HTML minification (dbeafef)
- build: fixed compiling JavaScript files (41811df)
- build: fixed including vendor files in application (f618f5b)
- build: added example SASS file for variables (9f9dc49)
- misc: updated dependencies in Bower (331f3c7)
- tests: replaced Chrome with faster PhantomJS (5edf044)
- misc: updated dependencies in NPM (
package.json) (c5de3b1) - misc: updated docs to v0.2.6 (363bd9d)
- build: fixed adding vendor CSS files to project (882c685)
- sass: fixed compiling SASS to CSS with source maps (f57221f)
- watch: fixed watching for SASS changes (9ee7b82)
- tests: running tests after build process has ended (c7ed424)
- build: separate tasks for cleaning build & dist versions (3e188fb)
- build: improved messaging for SASS compilation task (7b9ab85)
- misc: updated file structure (b0eb32b)
- misc: file naming based on
package.json(f568bd0) - misc: updated dependencies in NPM (
package.json) (dfa11d5) - misc: updated docs to v0.2.5 (ff65504)
- build: fixed running Autoprefixer on CSS file with source maps (d4299b4)
- modules: create modularized structure of ng-devstack (607e713)
- sass: added source maps support (460fb99)
- build: updated build process log messages (965f4ca)
- misc: updated libraries (c900208)
- misc: updated docs to v0.2.4 (53fdd40)
- build: fixed running Karma after updating to latest version (3ca9c55)
- jshint: updated stylish plugin to customize colors (30e7abd)
- sass: replaced Ruby compiler with faster node-sass (03a6f48)
- build: removing logs is done by UglifyJS without external plugins (1708b09)
- build: fixed formatting (a838821)
- misc: updated libraries (c0f56ca)
- misc: updated docs to v0.2.3 (f09ef36)
- templates: fixed compiling cached AngularJS templates (717575b)
- misc: removed base tag since AngularJS HTML5 mode is disabled by default (0758344)
- misc: added UI Bootstrap's Collapse plugin into example app's navbar (717575b)
- misc: updated packages as well as gulp plugins (717575b)
- added Karma (58edb91)
- watch: fixed caching AngularJS templates (1e4c989)
- watch: Livereload crash on adding new files/deleting when Watch task is active (c6373e5)
- Bower: broken reference to the latest version of AngularUI Router (c6373e5)
- watch: added mirror delete (files removed from
src/are automatically removed frombuild/) (c6373e5) - misc: moved configuration to separate JSON file (c6373e5)
- misc: Added comments to gulpfile (c6373e5)
- misc: Removed unused plugins from
package.json(c6373e5) - misc: Updated
README.md(c6373e5)
- integration with gulp (6540c51)
- dependency management with Bower (6540c51)
- feature-oriented directory structure (6540c51)
- Livereload fully handled server-side with NodeJS/Express (6540c51)
- real-time applying changes to website on adding new files (6540c51)
- caching AngularJS templates (6540c51)
- pre-minifying AngularJS files (6540c51)
- support for SASS (including Twitter Bootstrap official port to SASS) (6540c51)
- support for JSHint (6540c51)
- JS/CSS/HTML minification (6540c51)
- remove logging (
console.log(), etc.) from compiled JS code (6540c51) - images optimization (6540c51)
html5Modesupport (6540c51)- integration with AngularUI Router & AngularUI Bootstrap (6540c51)