mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Underscore.js 1.3.0
This commit is contained in:
24
index.html
24
index.html
@@ -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>< 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> — <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> — <small><i>Jan. 4, 2012</i></small><br />
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user