Skip to content

Releases: kimroen/ember-cli-coffeescript

v1.16.1

26 Mar 16:32
Compare
Choose a tag to compare
  • Change all blueprints to use direct exports (instead of storing to variable and then exporting). #137 and #139
  • Change files exporting things from addons to be JavaScript files so they can be consumed by applications without requiring ember-cli-coffeescript to be installed. #136

v1.16.0

06 Feb 23:20
Compare
Choose a tag to compare

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.

  • Reduce install size by depending on specific lodash modules directly. #123
  • Update to CoffeeScript version 1.12.1, which includes support for import and export without backticks 🎉 #124
  • Add basic tests for the supported blueprints. #124 and #129

Version 0.0.5

04 Aug 17:21
Compare
Choose a tag to compare

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

13 Jul 20:23
Compare
Choose a tag to compare
  • Check for duplicates before adding a new route/resource to the route.
  • Basic support for older versions of ember-cli

Precompiled

06 Jul 15:33
Compare
Choose a tag to compare

The addon now includes the coffeescript precompiler so you don't need to install broccoli-coffee as well.

It lives!

05 Jul 22:50
Compare
Choose a tag to compare
v0.0.1

Improve the regex for matching coffeescript functions