Skip to content

Latest commit

 

History

History
292 lines (165 loc) · 16.5 KB

CHANGELOG.md

File metadata and controls

292 lines (165 loc) · 16.5 KB

0.12.2 (2016-02-24)

Bug Fixes

  • tests: update all karma deps (80b10ab)

0.12.0 (2015-11-27)

Bug Fixes

  • chore: properly create test task if only e2e tests are chosen (1be2f4b), closes #36
  • security: remove hash and salt from default selection (5786757), closes #24
  • tests: clean cookie after tests on auth (52f9707)

0.11.4 (2015-11-11)

Bug Fixes

  • auth: use new expiresIn for jwt (2e9997b)
  • karma: add view templates in karma conf (1ecf62d)
  • preview: correct usage of gulp open (ad62d5c)

<a name"0.11.2">

0.11.2 (2015-06-03)

Bug Fixes

  • deps: lock gulp-rev-all to 0.8.18 (d50932d5)

<a name"0.11.1">

0.11.1 (2015-05-15)

Bug Fixes

  • build: use new rebase url plugin (af7420ba)
  • inject: using angular sort plugin for injected files (3bf65ccf, closes #21)

<a name"0.11.0">

0.11.0 (2015-05-02)

Bug Fixes

  • tests: return error codes if we have (230dd87c)

Features

  • auth: improve auth service and route protection (8dfb37cc)
  • docs: add apidoc support (bc36b9b7, closes #14)
  • serve: server reload handled by dedicated dependency (f985e923)

0.10.2 (2015-04-16)

Features

0.10.1 (2015-04-14)

Features

  • build: add exclude config for rev (4077cbb)

0.10.0 (2015-04-13)

Bug Fixes

  • gulp-serve: fix reloading after server crash (400ea6d0)

Features

  • build: prefix css with gulp-autoprefixer (25809d89)
  • core: add optional browsersync (921f2344, closes #8)

0.9.6 (2015-04-04)

Bug Fixes

0.9.4 (2015-04-02)

Bug Fixes

  • server: use secret env var by default (5b0593fe)
  • tests:

Features

  • core: ability to customize the test suite (d2e096e7)
  • tests: assertions on generated project (cf151271, closes #10)

0.9.3 (2015-03-25)

Bug Fixes

  • server: update mongo & mongoose dependencies (52a0d88d)

Features

  • gulp: major watch & inject improvements (26a86cdf)

0.9.2 (2015-03-24)

Bug Fixes

  • gulpfile: recompile scss on directive style changes (83b95055)
  • route:
    • correct route name injected into app.scss (30bef46c)
    • wait for app style to be generated. (903d7487)

0.9.1 (2015-03-11)

Bug Fixes

  • build: rewrite urls in dist css file (7b4e1552)

Features

  • directive: prompt for style file creation (a24ea967)

0.9.0 (2015-03-08)

Bug Fixes

  • app: use correct config when file present (4844c57a)
  • core: remove e2e specs from injects and watch (f70b5d8e)
  • tests:
    • change index assertion of account navbar (804bd8ed)
    • remove e2e files in karma (ae740242)

Features

  • anim: add animation generator (ad4025c0)
  • app: prevent flickr effect for navbar, including it into directive (23d5c76f)

0.8.0 (2015-03-06)

Bug Fixes

  • api: No by default for socket file creation (257a7156)
  • build: update livereload regex to fit with indentation variations (42b3c8a4)
  • control: pass jshint when scaffolding using sockets (36784905)
  • core: cache templates of directives for dist (70b6b37a)
  • gen: delay nodemon on start and restart changes (37aef08d, closes #4)
  • gulp: bangular is too fast, need to slow down. ping gulp-inject? (5503e737)
  • lint:
  • readme: obvious things are obvious (2ab083bd)
  • socket: remove unnecessary factory injection (b00d14e6)
  • tests:
    • change paths for karma and protractor (17260f32)
    • reflect socket changes in mock (afe87064)
  • typo: micro space fix (2804e807)

Features

  • api: allow to generate resource of endpoint (8ccff74a)
  • app: add basic travis file (92829bbe)
  • e2e:
    • generate on new route and refactor tests (63392bf9)
    • add protractor scaffold to bangular (43c610a5)
  • gen: open and reload only when express is ready (4298e270)
  • jshint: major jshint improvements (3623e9bd)
  • route: create & import style associated to view (7e90a4ab)
  • sockets: improve service with on, emit and clean methods (6a8f1f6b)

0.7.0 (2015-02-07)

Bug Fixes

  • config: remove unnecessary code (3778dbcd)
  • gen: usemin crash with sockets on build (28f3a2e3)
  • readme: update logos placement (3cd7a4f5)
  • template:
  • tests: mock socket factory for karma (7dd071db)

Features

  • auth: add support for passport and authentication process purposal (ef0cc502)
  • core: add factory gen (3246c9c6)

0.6.0 (2015-02-07)

Bug Fixes

  • api:
  • app: dependency socket and test (4f577b6b)
  • font: use needle if provided for font style inject (74acdffe)
  • home: remove default socket injection (55cb3cf3)
  • route: correct controller name in controller unit test (b620c9d2)
  • sockets:
  • tests: use timeout to assert file content in style (b75f1756)

Features

  • api: add socket support, major refactor of naming (b479b34a)
  • sockets:

0.3.0 (2014-10-16)

Bug Fixes

  • build: prevent empty lines in index.html (41a3fb0c)
  • core:
  • favicon: increase favicon size for display purposes (2ee99874)
  • gen:
    • change generation process (322ca2ec)
    • resolve deps for server, watch and inject tasks (9429dade)
  • gitignore: ignore dist folder (f9f6c7af)
  • karma: inject optional dependencies in karma tests (38971a5a)
  • npm: prevent side effects of npmjs (8faed060)
  • readme: purposed translation (23921f54)
  • task-name: replace serve:dist by preview for clarity purpose (977e56e0)

Features

  • controller: use "controller as vm" syntax (ff412271)
  • filter: add filter generator (8c9f194c)
  • gulp: reload on server changes (52c7cd39)