- Updated source code & API. The plugin would now only work with Brunch 2.2 and higher.
- Updated CoffeeScript to 1.10.x.
- Updated CoffeeScript to 1.9.x.
- Updated CoffeeScript to 1.8.x.
- Updated CoffeeScript to 1.7.x.
- Added config setting using coffeescript's
--bare
option.
- Improved error handling.
- Updated to new compiler API.
- Added source maps support.
- Added node 0.10 support.
- Improved installation process.
- The plugin will now use latest coffeescript 1.x version.
- Updated CoffeeScript to 1.4.0.
- Removed generators.
- Added node.js 0.8 and 0.9 support.
- Package is now precompiled before every publishing to npm.
- CoffeeScript is now compiled with --bare option (without wrapper).
- Updated CoffeeScript to 1.3.3.
- Updated chaplin scaffolder templates.
- Added
--plural
support to generators.
- Fixed typos & code style in chaplin generators.
- Added support for chaplin generators, brought back backbone generators.
- Fixed error reporting when installing the package.
brunch generate
will generate empty coffee files due to different app structures.
- Added windows support.
- Initial release