Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions documentation/index.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) -&gt;</code> no longer compiles. That
syntax was accidental and partly broken. Use <code>({offsetHeight:
height}) -&gt;</code> instead. Object destructuring always requires
braces.
syntax was accidental and partly broken. Use <code>({offsetHeight: height}) -&gt;</code>
instead. Object destructuring always requires braces.
</li>
<li>
<p>Several minor bug fixes, including:</p>
Expand Down
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2465,17 +2465,16 @@ <h2>
<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"> &mdash; <time datetime="2015-09-04">September 4, 2015</time></span>
<span class="timestamp"> &mdash; <time datetime="2015-09-03">September 3, 2015</time></span>
</b>
<ul>
<li>
CoffeeScript now supports ES6-style destructuring defaults.
</li>
<li>
<code>(offsetHeight: height) -&gt;</code> no longer compiles. That
syntax was accidental and partly broken. Use <code>({offsetHeight:
height}) -&gt;</code> instead. Object destructuring always requires
braces.
syntax was accidental and partly broken. Use <code>({offsetHeight: height}) -&gt;</code>
instead. Object destructuring always requires braces.
</li>
<li>
<p>Several minor bug fixes, including:</p>
Expand Down