Skip to content

Latest commit

 

History

History
227 lines (166 loc) · 10.8 KB

File metadata and controls

227 lines (166 loc) · 10.8 KB

0.3.2 (2014-10-12)

Bug Fixes

  • build:
    • 'use script' statement wrapped with a function to affect only this function and prevent problems with concatenating scripts that aren't strict (1d9ca9b)
    • fixed running JS maintenance task (684d125)
    • forced deleting redundant JS files (fd4dc66)

0.3.1 (2014-10-09)

Features

  • build:
    • replaced deprecated plugins (37cff86, 49048f8)
    • renamed task clean:compile to clean:dist for convenience (a78d21c)
    • fixed multiple occurrences of 'use strict' statement (c16a692)
    • application files separated from vendor files for final maintenance (a45951d)
  • misc:
    • JavaScript files moved to the bottom of the page (cde391b)
    • updated dependencies in NPM and Bower (8eff9ff)

Bug Fixes

  • build:
    • fixed copying unnecessary CSS files to dist/ (0bd8f4a)
    • added helper function to fix problem with Windows paths in SASS task (e42bbed)
  • update:
    • updated server config after migrating to Express 4 (616f046)
    • fixed compiling SASS with source maps after updating node-sass and Autoprefixer to latest version (31a299b)
    • fixed CSS & JS injection to HTML according to latest API changes (6aab772)

0.3.0 (2014-07-01)

Features

  • misc:
    • updated dependencies in NPM and Bower (757e018)

Bug Fixes

  • compile:
    • fixed removing temporary SASS file (368cb47)
  • watch:
    • fixed rebuilding CSS on SASS change (c094769)

0.2.9 (2014-07-01)

Features

  • build:
    • added forced clean of compiled version (ba3382e)

Bug Fixes

  • build:
    • fixed paths for the latest version of Twitter Bootstrap (bc21e44)
    • fixed removing temporary SASS file (6d4ed45)
    • fixed AngularJS modules minification (removed saving temporary file to disk) (0ab24d3)

0.2.8 (2014-06-25)

Features

  • build:
    • running tests after the build process is finished (3ddcbc7)
  • misc:
    • fixed formatting (0f505e6)
    • updated dependencies in NPM and Bower (8b6c087)

Bug Fixes

  • 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)

0.2.7 (2014-06-09)

Features

  • build:
    • added example SASS file for variables (9f9dc49)
  • misc:
    • updated dependencies in Bower (331f3c7)

Bug Fixes

  • build:
    • fixed HTML minification (dbeafef)
    • fixed compiling JavaScript files (41811df)
    • fixed including vendor files in application (f618f5b)

0.2.6 (2014-06-08)

Features

  • tests:
    • replaced Chrome with faster PhantomJS (5edf044)
  • misc:
    • updated dependencies in NPM (package.json) (c5de3b1)
    • updated docs to v0.2.6 (363bd9d)

0.2.5 (2014-06-06)

Features

  • tests:
    • running tests after build process has ended (c7ed424)
  • build:
    • separate tasks for cleaning build & dist versions (3e188fb)
    • improved messaging for SASS compilation task (7b9ab85)
  • misc:
    • updated file structure (b0eb32b)
    • file naming based on package.json (f568bd0)
    • updated dependencies in NPM (package.json) (dfa11d5)
    • updated docs to v0.2.5 (ff65504)

Bug Fixes

  • 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)

0.2.4 (2014-05-30)

Features

  • modules:
    • create modularized structure of ng-devstack (607e713)
  • sass:
    • added source maps support (460fb99)
  • build:
    • updated build process log messages (965f4ca)
  • misc:

Bug Fixes

  • build:
    • fixed running Autoprefixer on CSS file with source maps (d4299b4)

0.2.3 (2014-04-09)

Features

  • 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)
    • fixed formatting (a838821)
  • misc:

Bug Fixes

  • build:
    • fixed running Karma after updating to latest version (3ca9c55)

0.2.2 (2014-03-05)

Features

Bug Fixes

  • templates:
    • fixed compiling cached AngularJS templates (717575b)
  • misc:
    • removed base tag since AngularJS HTML5 mode is disabled by default (0758344)
    • added UI Bootstrap's Collapse plugin into example app's navbar (717575b)
    • updated packages as well as gulp plugins (717575b)

0.2.1 (2014-02-16)

Bug Fixes

  • watch:
    • fixed caching AngularJS templates (1e4c989)

0.2.0 (2014-02-15)

Features

  • watch:
    • added mirror delete (files removed from src/ are automatically removed from build/) (c6373e5)
  • misc:
    • moved configuration to separate JSON file (c6373e5)
    • Added comments to gulpfile (c6373e5)
    • Removed unused plugins from package.json (c6373e5)
    • Updated README.md (c6373e5)

Bug Fixes

  • 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)

0.1.0 (2014-02-12)

Features

  • 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)
  • html5Mode support (6540c51)
  • integration with AngularUI Router & AngularUI Bootstrap (6540c51)