Releases: kimroen/ember-cli-coffeescript
v1.16.1
v1.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.
Version 0.0.5
Fixes a bug and does some catching up to the blueprint-changes in ember-cli.
- Updates to blueprints from ember-cli
- Generating a helper also generates a test
- The generated initializer for services is more explicit about being for a service
- Generating a route called 'basic' doesn't add it to router.coffee
- Generated services are no longer broken (sorry!)
Version 0.0.4
- Check for duplicates before adding a new route/resource to the route.
- Basic support for older versions of ember-cli
Precompiled
The addon now includes the coffeescript precompiler so you don't need to install broccoli-coffee as well.