ember-cli-coffeescript
Advanced tools
Changelog
1.16.0
This release updates CoffeeScript to version 1.12.1, which contains support for a lot of ES2016 features that were unavailable or impractical to use in CoffeeScript. The main ones for Ember apps are modules and tagged template literals. See the official CoffeeScript changelog for the full list of changes.
This means you can now write your imports and exports without backticks, and all generated code will also now be without these. Rejoice!
Thanks to @jakesjews for championing this update.
In other news, there are now tests for the blueprints and the install size is slightly smaller.
Changelog
1.13.2
Makes rebuilds faster when linting your CoffeeScript by using broccoli-persistent-filter
. Many thanks to @johnnyshields and @stefanpenner for making this happen.
CoffeeScriptLinter
to broccoli-persistent-filter
#95Changelog
1.13.1
Updates CoffeeScript to version 1.10.0. See their changelog.
broccoli-coffee
to 0.5.0 #90Changelog
1.13.0
Note: The generated tests from components require you to have ember-cli-htmlbars-inline-precompile
installed with at least version 0.2.0.
Ember.Helper.helper
instead of Ember.HTMLBars.makeBoundHelper
ember destroy route
or ember generate route
#88Changelog
0.11.0
currentURL
instead of currentPath
in acceptance-test ember-cli#3755Changelog
0.10.0