mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Update changelog
This commit is contained in:
parent
79d38cc30b
commit
f018e94be9
2 changed files with 4 additions and 2 deletions
|
@ -2612,11 +2612,12 @@ The CoffeeScript logo is available in SVG for use in presentations.</li>
|
||||||
<h2>Change Log</h2><div class="anchor" id="1.12.4"></div>
|
<h2>Change Log</h2><div class="anchor" id="1.12.4"></div>
|
||||||
<h2 class="header">
|
<h2 class="header">
|
||||||
<a href="https://github.com/jashkenas/coffeescript/compare/1.12.3...1.12.4">1.12.4</a>
|
<a href="https://github.com/jashkenas/coffeescript/compare/1.12.3...1.12.4">1.12.4</a>
|
||||||
<span class="timestamp"> — <time datetime="2017-02-15">February 15, 2017</time></span>
|
<span class="timestamp"> — <time datetime="2017-02-18">February 18, 2017</time></span>
|
||||||
</h2><ul>
|
</h2><ul>
|
||||||
<li>The <code>cake</code> commands have been updated, with new <code>watch</code> options for most tasks. Clone the <a href="https://github.com/jashkenas/coffeescript">CoffeeScript repo</a> and run <code>cake</code> at the root of the repo to see the options.</li>
|
<li>The <code>cake</code> commands have been updated, with new <code>watch</code> options for most tasks. Clone the <a href="https://github.com/jashkenas/coffeescript">CoffeeScript repo</a> and run <code>cake</code> at the root of the repo to see the options.</li>
|
||||||
<li>Fixed a bug where <code>export</code>ing a referenced variable was preventing the variable from being declared.</li>
|
<li>Fixed a bug where <code>export</code>ing a referenced variable was preventing the variable from being declared.</li>
|
||||||
<li>Fixed a bug where the <code>coffee</code> command wasn’t working for a <code>.litcoffee</code> file.</li>
|
<li>Fixed a bug where the <code>coffee</code> command wasn’t working for a <code>.litcoffee</code> file.</li>
|
||||||
|
<li>Bugfixes related to tokens and location data, for better source maps and improved compatibility with downstream tools.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="anchor" id="1.12.3"></div>
|
<div class="anchor" id="1.12.3"></div>
|
||||||
<h2 class="header">
|
<h2 class="header">
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
## Change Log
|
## Change Log
|
||||||
|
|
||||||
```
|
```
|
||||||
releaseHeader('2017-02-15', '1.12.4', '1.12.3')
|
releaseHeader('2017-02-18', '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.
|
* 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.
|
||||||
* Fixed a bug where `export`ing a referenced variable was preventing the variable from being declared.
|
* 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.
|
* Fixed a bug where the `coffee` command wasn’t working for a `.litcoffee` file.
|
||||||
|
* Bugfixes related to tokens and location data, for better source maps and improved compatibility with downstream tools.
|
||||||
|
|
||||||
```
|
```
|
||||||
releaseHeader('2017-01-24', '1.12.3', '1.12.2')
|
releaseHeader('2017-01-24', '1.12.3', '1.12.2')
|
||||||
|
|
Loading…
Reference in a new issue