You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>The <code>cake</code> commands have been updated, with new <code>watch</code> options for most tasks. Clone the <ahref="https://github.com/jashkenas/coffeescript">CoffeeScript repo</a> and run <code>cake</code> at the root of the repo to see the options.</li>
2618
2618
<li>Fixed a bug where <code>export</code>ing a referenced variable was preventing the variable from being declared.</li>
2619
2619
<li>Fixed a bug where the <code>coffee</code> command wasn’t working for a <code>.litcoffee</code> file.</li>
2620
+
<li>Bugfixes related to tokens and location data, for better source maps and improved compatibility with downstream tools.</li>
Copy file name to clipboardExpand all lines: documentation/sections/changelog.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
## Change Log
2
2
3
3
```
4
-
releaseHeader('2017-02-15', '1.12.4', '1.12.3')
4
+
releaseHeader('2017-02-18', '1.12.4', '1.12.3')
5
5
```
6
6
7
7
* 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.
8
8
* Fixed a bug where `export`ing a referenced variable was preventing the variable from being declared.
9
9
* Fixed a bug where the `coffee` command wasn’t working for a `.litcoffee` file.
10
+
* Bugfixes related to tokens and location data, for better source maps and improved compatibility with downstream tools.
0 commit comments