Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 6.07 KB

CHANGELOG.md

File metadata and controls

61 lines (47 loc) · 6.07 KB

v0.0.5 (2013-11-07)

Bug Fixes

  • css: remove merge conflicts (d558af35)
  • tests: service tests now load the correct module (1f665444)

v0.0.4 (2013-11-06)

Bug Fixes

  • app:
  • build:
    • remove references to global yeomanConfig (a0f16e26)
    • update to grunt-contrib-connect 0.5.0 (67c0ebf0)
    • update to grunt-contrib-connect 0.4.0 (368ad7f9)
  • controller: awesomeThings "undefined" error in coffescript tests (c0904c3f)
  • docs:
  • gen: options should have descriptions (da001832)
  • generator: add app modules dependency to app (a45b71c9, closes #230)
  • server: Add "Express" to response of included features (3b86972a)
  • styles: update path to icon images (8daad4f2)
  • templates:
    • Gruntfile indentation (6f7d17e2)
    • take out semicolons in coffeescript (e38124ee)
    • correct coffee provider template (86aefe5d)
    • value generator should use value template (67d0c5ad)
  • test: update tests to match service files (c30464c3, closes #338, #354)
  • views: correct path for sub views (0568e744, closes #359)

Features

  • app: upgrade to Bootstrap 3.0.1 (59f4b1ba)
  • dependencies: update to latest jquery, json3 and angular stable dependencies (3989f5fa)
  • gen:
    • allow app names to have custom suffix (09f0f7b3)
    • add option to not add to index (486ee146)

v0.0.3 (2013-09-05)

Bug Fixes

  • view: view generator generates jade templates (5574ec9)
  • doc: examples use angularexpress instead of angular (53a4d4e9)
  • jade:
    • watch for jade changes in subfolders (277fd964)
    • compile jade templates in subdirectories of app/jade/views (5a4a493a)