-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.12.4 #4441
1.12.4 #4441
Changes from 8 commits
37e6513
c06a058
8a27199
9866224
f4a1172
856bf5e
4547cba
94023d8
ee8f022
79d38cc
f018e94
664c7a4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
## Change Log | ||
|
||
``` | ||
releaseHeader('2017-02-15', '1.12.4', '1.12.3') | ||
``` | ||
|
||
* The `cake` commands have been updated, with new `watch` options for most tasks. Clone the [CoffeeScript repo](https://github.com/jashkenas/coffeescript) and run `cake` at the root of the repo to see the options. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As someone who has worked on the CoffeeScript source code, this is easily the most exciting part of the changelog. But do "regular users" even care? I'm not sure that we should mention the changes to CoffeeScript's internal Cakefile here – might just be confusing? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I agree. I thought it was worth mentioning because the docs mentioned the cake commands, though I've been removing those references. They're still mentioned all over the place in the wiki etc. |
||
* Fixed a bug where `export`ing a referenced variable was preventing the variable from being declared. | ||
* Fixed a bug where the `coffee` command wasn’t working for a `.litcoffee` file. | ||
|
||
``` | ||
releaseHeader('2017-01-24', '1.12.3', '1.12.2') | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Naked leading comma is poor CoffeeScript style — wrap the object in braces.