mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Update date and fix formatting error in 1.10.0 changelog
This commit is contained in:
parent
f26d33d418
commit
fcf5924dae
2 changed files with 6 additions and 8 deletions
|
@ -1225,16 +1225,15 @@ Expressions
|
|||
</h2>
|
||||
|
||||
<p>
|
||||
<%= releaseHeader('2015-09-04', '1.10.0', '1.9.3') %>
|
||||
<%= releaseHeader('2015-09-03', '1.10.0', '1.9.3') %>
|
||||
<ul>
|
||||
<li>
|
||||
CoffeeScript now supports ES6-style destructuring defaults.
|
||||
</li>
|
||||
<li>
|
||||
<code>(offsetHeight: height) -></code> no longer compiles. That
|
||||
syntax was accidental and partly broken. Use <code>({offsetHeight:
|
||||
height}) -></code> instead. Object destructuring always requires
|
||||
braces.
|
||||
syntax was accidental and partly broken. Use <code>({offsetHeight: height}) -></code>
|
||||
instead. Object destructuring always requires braces.
|
||||
</li>
|
||||
<li>
|
||||
<p>Several minor bug fixes, including:</p>
|
||||
|
|
|
@ -2465,7 +2465,7 @@ task(<span class="string">'build:parser'</span>, <span class="string">'rebuild t
|
|||
<div class="anchor" id="1.10.0"></div>
|
||||
<b class="header">
|
||||
<a href="https://github.com/jashkenas/coffeescript/compare/1.9.3...1.10.0">1.10.0</a>
|
||||
<span class="timestamp"> — <time datetime="2015-09-04">September 4, 2015</time></span>
|
||||
<span class="timestamp"> — <time datetime="2015-09-03">September 3, 2015</time></span>
|
||||
</b>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -2473,9 +2473,8 @@ task(<span class="string">'build:parser'</span>, <span class="string">'rebuild t
|
|||
</li>
|
||||
<li>
|
||||
<code>(offsetHeight: height) -></code> no longer compiles. That
|
||||
syntax was accidental and partly broken. Use <code>({offsetHeight:
|
||||
height}) -></code> instead. Object destructuring always requires
|
||||
braces.
|
||||
syntax was accidental and partly broken. Use <code>({offsetHeight: height}) -></code>
|
||||
instead. Object destructuring always requires braces.
|
||||
</li>
|
||||
<li>
|
||||
<p>Several minor bug fixes, including:</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue