Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1018 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 1018 Bytes

ember-cli Changelog

  • Use loader.js from bower (0c1e8d28)
  • Drops implementation files (54df0288)
  • Drop boilerplate tests (c6f7475e)
  • Use named-amd version of ic-ajax (#225)

0.0.20

  • Run tests through /tests.

  • Integrate ember-qunit.

  • Makes sure livereload reports error from watcher (a1d447fe)

  • Support multiple CSS Preprocessors (LESS, Sass and Stylus)

  • upgrade broccoli to 0.5.0. slight Brocfile syntax change:

    var foo = makeTree("foo")
    // is now just
    var foo = "foo";