Skip to content

Commit 98bf335

Browse files
committed
Regenerate docs
1 parent 1a69493 commit 98bf335

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

docs/v1/index.html

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2704,7 +2704,7 @@ <h2>
27042704

27052705
<ul>
27062706
<li>
2707-
<b>github</b>’s <a href="http://hubot.github.com/">Hubot</a>,
2707+
<b>GitHub</b>’s <a href="http://hubot.github.com/">Hubot</a>,
27082708
a friendly IRC robot that can perform any number of useful and useless tasks.
27092709
</li>
27102710
<li>
@@ -2724,9 +2724,12 @@ <h2>
27242724
the Bolo tank game for modern browsers.
27252725
</li>
27262726
<li>
2727-
<b>github</b>’s <a href="https://atom.io/">Atom</a>,
2727+
<b>GitHub</b>’s <a href="https://atom.io/">Atom</a>,
27282728
a hackable text editor built on web technologies.
27292729
</li>
2730+
<li>
2731+
<b>Basecamp</b>’s <a href="https://trix-editor.org/">Trix</a>, a rich text editor for web apps.
2732+
</li>
27302733
</ul>
27312734

27322735
<h2>
@@ -2843,47 +2846,22 @@ <h2>
28432846
Within single-backtick embedded JavaScript, backticks can now be
28442847
escaped via <code>\`</code>.
28452848
</li>
2846-
<li>
2847-
CoffeeScript’s <a href="#objects_and_arrays">shorthand object
2848-
notation</a> is finally documented.
2849-
</li>
2850-
<li>
2851-
A note was added to the top of the documentation, explaining which
2852-
features are output with ES2015+ syntax. All such features are
2853-
“opt in”: if you refrain from using them, your code will still
2854-
be compatible with all but the most ancient browsers.
2855-
</li>
28562849
<li>
28572850
The browser tests now run in the browser again, and are accessible
28582851
<a href="v1/test.html">here</a> if you would like
28592852
to test your browser.
28602853
</li>
2861-
<li>
2862-
The browser version of the compiler is now minified using the
2863-
<a href="https://github.com/google/closure-compiler-js">JavaScript
2864-
version of the Google Closure Compiler</a>, which produces a file
2865-
half the size that Uglify.js did.
2866-
</li>
28672854
<li>
28682855
CoffeeScript-only keywords in ES2015 <code>import</code>s and
28692856
<code>export</code>s are now ignored.
28702857
</li>
28712858
<li>
28722859
The compiler now throws an error on trying to export an anonymous class.
28732860
</li>
2874-
<li>
2875-
Updated various Node functions in the compiler to make Node 7+
2876-
deprecation warnings go away.
2877-
</li>
28782861
<li>
28792862
Bugfixes related to tokens and location data, for better source maps
28802863
and improved compatibility with downstream tools.
28812864
</li>
2882-
<li>
2883-
Many improvements to the documentation and its build process, with
2884-
an eye toward eventually creating separate documentation for
2885-
CoffeeScript 2.0.0 (coming soon!).
2886-
</li>
28872865
</ul>
28882866
</p>
28892867

0 commit comments

Comments
 (0)