1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Update output

This commit is contained in:
Geoffrey Booth 2016-12-19 22:32:51 -08:00
parent 24bef3a1f5
commit f0e884dc4e

View file

@ -3017,7 +3017,17 @@ The CoffeeScript logo is available in SVG for use in presentations.</li>
</section>
</section>
<section id="changelog">
<h2>Change Log</h2><div class="anchor" id="1.12.1"></div>
<h2>Change Log</h2><div class="anchor" id="1.12.2"></div>
<h2 class="header">
<a href="https://github.com/jashkenas/coffeescript/compare/1.12.1...1.12.2">1.12.2</a>
<span class="timestamp"> &mdash; <time datetime="2016-12-16">December 16, 2016</time></span>
</h2><ul>
<li>The browser compiler can once again be built unminified via <code>MINIFY=false cake build:browser</code>.</li>
<li>The error-prone patched version of <code>Error.prepareStackTrace</code> has been removed.</li>
<li>Command completion in the REPL (pressing tab to get suggestions) has been fixed for Node 6.9.1+.</li>
<li>The <a href="v2/test.html">browser-based tests</a> now include all the tests as the Node-based version.</li>
</ul>
<div class="anchor" id="1.12.1"></div>
<h2 class="header">
<a href="https://github.com/jashkenas/coffeescript/compare/1.12.0...1.12.1">1.12.1</a>
<span class="timestamp"> &mdash; <time datetime="2016-12-07">December 7, 2016</time></span>