31 lines
1.5 KiB
Markdown
31 lines
1.5 KiB
Markdown
# v0.6.3 25/Jan/2013
|
|
* added compileDir option which specifies `coffee -o` arg when compiling.
|
|
* Fixed settings file name. It was Coffeescript when it should have been CoffeeScript. Fixes #19
|
|
* compileDir path works only if it exists.
|
|
* now also works if it doesn't exist.
|
|
* changed default compileDir option to false thus compiling a coffee script to the same directory as default.
|
|
|
|
# v0.6.2 16/Jan/2013
|
|
- Updated package.json, bumped up version.
|
|
|
|
# v0.6.1 16/Jan/2013
|
|
- Added utf-8 encode/decode to prevent unicode decode errors, fixed #17
|
|
- Corrected years in 0.6 changelog... Should get used to it by now.
|
|
- Added error output in panel which fixes #16
|
|
|
|
# v0.6 Changelog - 16/Jan/2013
|
|
|
|
- Changed menu name to "Better Coffeescript"
|
|
- Changed menu arguments to be directed to `sublime-better-coffeescript` folders, settings files are still kept as `Coffeescript.sublime-settings`
|
|
- Fixed lint errors
|
|
- if delay is lower than < 0.5 then we are saying that minimum delay should be 0.5
|
|
- added a method that gets the input's filename with .js extension
|
|
- setting the output view's name as filename.js fixes #13
|
|
- added compileOnSave option fixes #14
|
|
- updated readme fixes #6
|
|
- added compile output class
|
|
- added compile_output command, it displays the console.logs and what not in a panel
|
|
- added compile_output command to the context menu (right click). This only works for coffeescripts.
|
|
- Added that it existed in README.
|
|
- Added option for showOutputOnSave
|
|
- Need a way of telling if output is open or closed/hidden #15 |