Skip to content

Latest commit

 

History

History
executable file
·
39 lines (25 loc) · 858 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
39 lines (25 loc) · 858 Bytes

1.0.1 (2014-10-30)

Bug fixes

  • docs improvement

1.0.0 (2014-10-29)

Features

  • transition to gulpjs
  • removed backend stuff
  • e2e testing support with protractor
  • using purecss + SMACSS
  • following AngularJS styleguide by todd motto

0.0.2 (2013-12-11)

Features

  • grunt unit task

Bug fixes

  • docs improvement

0.0.1 (2013-12-07)

Features

  • javascript files continuous linting.
  • sass continuous compiling.
  • unit test ready and configured.
  • html templates converted into strings and attached to javascript files (to avoid one http call for every template).
  • proxy every request to /api (configurable of course) to your backend listening on another port.
  • livereload
  • static resources minification and optimization for production
  • html5mode enabled by default (and fully handled by the build connect middleware)