Underscore.js 1.3.0

This commit is contained in:
Jeremy Ashkenas
2012-01-11 11:41:14 -05:00
parent 0d4b1247c4
commit dd09162b8c
7 changed files with 175 additions and 158 deletions

View File

@@ -62,6 +62,11 @@
width: 550px;
margin: 40px 0 50px 260px;
}
div.warning {
margin-top: 15px;
font: bold 11px Arial;
color: #770000;
}
p {
margin: 20px 0;
width: 550px;
@@ -129,7 +134,7 @@
<div id="sidebar" class="interface">
<a class="toc_title" href="#">
Underscore.js <span class="version">(1.2.4)</span>
Underscore.js <span class="version">(1.3.0)</span>
</a>
<a class="toc_title" href="#">
@@ -311,14 +316,16 @@
<table>
<tr>
<td><a href="underscore.js">Development Version (1.2.4)</a></td>
<td><a href="underscore.js">Development Version (1.3.0)</a></td>
<td><i>34kb, Uncompressed with Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version (1.2.4)</a></td>
<td><a href="underscore-min.js">Production Version (1.3.0)</a></td>
<td><i>&lt; 4kb, Minified and Gzipped</i></td>
</tr>
</table>
<div class="warning">Upgrade warning: version 1.3.0 removes AMD (RequireJS) support.</div>
<div id="documentation">
@@ -1458,6 +1465,17 @@ _([1, 2, 3]).value();
<h2 id="changelog">Change Log</h2>
<p>
<b class="header">1.3.0</b> &mdash; <small><i>Jan. 11, 2012</i></small><br />
<ul>
<li>
Removed AMD (RequireJS) support from Underscore. If you'd like to use
Underscore with RequireJS, you can load it as a normal script, wrap
or patch your copy, or download a forked version.
</li>
</ul>
</p>
<p>
<b class="header">1.2.4</b> &mdash; <small><i>Jan. 4, 2012</i></small><br />
<ul>