Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-coffeescript

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-coffeescript - npm Package Versions

23

1.16.1

Diff

Changelog

Source

1.16.1

  • 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
kimroen
published 1.16.0 •

Changelog

Source

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.

  • 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
kimroen
published 1.15.0 •

Changelog

Source

1.15.0

  • Fix a bunch of issues with blueprints in ember-cli versions 2.6.0 and above. #114, #118, and #119
  • Handle unexpected blueprint behavior when running in a path containing the string ember-cli-coffeescript at any point. #120
kimroen
published 1.14.0 •

Changelog

Source

1.14.0

  • Upgrade broccoli-coffee to 0.6, which now uses broccoli-persistent-filter #104
  • Upgrade node-ignore, which makes parsing .coffeelintignore more spec-compliant in general and makes it work on Windows. #105
  • Upgrade the project structure
  • Fix problem with generating helper tests and initializer tests #108
kimroen
published 1.13.2 •

Changelog

Source

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.

  • Upgrade CoffeeScriptLinter to broccoli-persistent-filter #95
kimroen
published 1.13.1 •

Changelog

Source

1.13.1

Updates CoffeeScript to version 1.10.0. See their changelog.

  • Upgrade broccoli-coffee to 0.5.0 #90
kimroen
published 1.13.0 •

Changelog

Source

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.

  • Updated all blueprints to match the ember-cli 1.13-range #89. Some highlights:
    • Generated helpers use Ember.Helper.helper instead of Ember.HTMLBars.makeBoundHelper
    • Generated component-tests are now integration tests by default. See note above
    • This fixes some issues when using this combined with pods in various configurations
    • All generators should generally work in addons now
  • Updated depended-on ember-cli version which gets rid of some warnings #85
  • Fix exceptions when using ember destroy route or ember generate route #88
kimroen
published 0.11.0 •

Changelog

Source

0.11.0

  • Generating components in addons now works #67
  • If both coffeescript and babel is used, now coffee runs first #74
  • Blueprint-tweaks:
kimroen
published 0.10.0 •

Changelog

Source

0.10.0

  • Blueprint improvements for ember-cli 0.2.0
  • Update broccoli-coffee to ~0.4.0
  • Fix filtering to use CoffeeScript extensions #64
  • Update chalk to ^1.0.0 #63
kimroen
published 0.9.1 •

Changelog

Source

0.9.1

  • Add compatibility with upcoming changes in ember-cli 0.2.0 #60
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc