-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'umd-alias', tag 1.13.1 release
- Loading branch information
Showing
19 changed files
with
2,115 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,7 +186,7 @@ | |
<div id="sidebar" class="interface"> | ||
|
||
<a class="toc_title" href="#"> | ||
Underscore.js <span class="version">(1.13.0)</span> | ||
Underscore.js <span class="version">(1.13.1)</span> | ||
</a> | ||
<ul class="toc_section"> | ||
<li>» <a href="https://github.com/jashkenas/underscore">GitHub Repository</a></li> | ||
|
@@ -474,34 +474,34 @@ | |
<i>Underscore is an open-source component of <a href="https://documentcloud.org/">DocumentCloud</a>.</i> | ||
</p> | ||
|
||
<h2>v1.13.0 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2> | ||
<h2>v1.13.1 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2> | ||
|
||
<table> | ||
<tr> | ||
<td class="dl-link"><a href="underscore-esm.js">ESM (Development)</a></td> | ||
<td> | ||
<i>65.08kb, Uncompressed with Plentiful Comments</i> | ||
<i>65.9 KB, Uncompressed with Plentiful Comments</i> | ||
<small>(<a href="underscore-esm.js.map">Source Map</a>)</small> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="dl-link"><a href="underscore-esm-min.js">ESM (Production)</a></td> | ||
<td> | ||
<i>8.5kb, Minified and Gzipped</i> | ||
<i>8.59 KB, Minified and Gzipped</i> | ||
<small>(<a href="underscore-esm-min.js.map">Source Map</a>)</small> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="dl-link"><a href="underscore-umd.js">UMD (Development)</a></td> | ||
<td> | ||
<i>67.45kb, Uncompressed with Bountiful Comments</i> | ||
<i>68.4 KB, Uncompressed with Bountiful Comments</i> | ||
<small>(<a href="underscore-umd.js.map">Source Map</a>)</small> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="dl-link"><a href="underscore-umd-min.js">UMD (Production)</a></td> | ||
<td> | ||
<i>7.39kb, Minified and Gzipped</i> | ||
<i>7.48 KB, Minified and Gzipped</i> | ||
<small>(<a href="underscore-umd-min.js.map">Source Map</a>)</small> | ||
</td> | ||
</tr> | ||
|
@@ -518,35 +518,43 @@ <h2>v1.13.0 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-clic | |
</tr> | ||
</table> | ||
|
||
<h2>v1.13.0 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt><script src="..."></script></tt>)</i></h2> | ||
<h2>v1.13.1 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt><script src="..."></script></tt>)</i></h2> | ||
|
||
<ul> | ||
<li> | ||
<tt>https://cdn.jsdelivr.net/npm/[email protected].0/underscore-umd-min.js</tt> | ||
<tt>https://cdn.jsdelivr.net/npm/[email protected].1/underscore-umd-min.js</tt> | ||
</li> | ||
<li> | ||
<tt>https://cdn.jsdelivr.net/npm/[email protected].0/underscore-esm-min.js</tt> | ||
<tt>https://cdn.jsdelivr.net/npm/[email protected].1/underscore-esm-min.js</tt> | ||
</li> | ||
<li> | ||
<tt>https://unpkg.com/[email protected].0/underscore-umd-min.js</tt> | ||
<tt>https://unpkg.com/[email protected].1/underscore-umd-min.js</tt> | ||
</li> | ||
<li> | ||
<tt>https://unpkg.com/[email protected].0/underscore-esm-min.js</tt> | ||
<tt>https://unpkg.com/[email protected].1/underscore-esm-min.js</tt> | ||
</li> | ||
<li> | ||
<tt>https://pagecdn.io/lib/underscore/1.13.0/underscore-umd-min.js</tt> | ||
<tt>https://pagecdn.io/lib/underscore/1.13.1/underscore-umd-min.js</tt> | ||
</li> | ||
<li> | ||
<tt>https://pagecdn.io/lib/underscore/1.13.0/underscore-esm-min.js</tt> | ||
<tt>https://pagecdn.io/lib/underscore/1.13.1/underscore-esm-min.js</tt> | ||
</li> | ||
<li> | ||
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0/underscore-umd-min.js</tt> | ||
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-umd-min.js</tt> | ||
</li> | ||
<li> | ||
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.0/underscore-esm-min.js</tt> | ||
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-esm-min.js</tt> | ||
</li> | ||
</ul> | ||
|
||
<p> | ||
<i>In most cases, you can replace the version number above by | ||
<tt>latest</tt> so that your embed will automatically use the latest | ||
version, or <tt>stable</tt> if you want to delay updating until an update | ||
has proven to be free of accidental breaking changes. Example:</i><br> | ||
<tt>https://cdn.jsdelivr.net/npm/underscore@latest/underscore-umd-min.js</tt> | ||
</p> | ||
|
||
<h2>Package Installation</h2> | ||
|
||
<ul> | ||
|
@@ -561,6 +569,13 @@ <h2>Package Installation</h2> | |
</li> | ||
</ul> | ||
|
||
<p> | ||
<i>If you are hardcoding the path to the file within the package and you | ||
are unsure which build to use, it is very likely that you need | ||
<tt>underscore-umd.js</tt> or the minified variant | ||
<tt>underscore-umd-min.js</tt>.</i> | ||
</p> | ||
|
||
<h2>Monolithic Import (recommended)</h2> | ||
|
||
<ul> | ||
|
@@ -2703,6 +2718,22 @@ <h2 id="notes">Notes</h2> | |
|
||
<h2 id="changelog">Change Log</h2> | ||
|
||
<p id="1.13.1"> | ||
<b class="header">1.13.1</b> — <small><i>April 15, 2021</i></small> — <a href="https://github.com/jashkenas/underscore/compare/1.13.0...1.13.1">Diff</a> — <a href="https://cdn.rawgit.com/jashkenas/underscore/1.13.1/index.html">Docs</a><br /> | ||
<ul> | ||
<li> | ||
Restores the <tt>underscore.js</tt> alias committed to the GitHub | ||
repository. | ||
</li> | ||
<li> | ||
Adds some build clarifications to the documentation. | ||
</li> | ||
<li> | ||
No code changes. | ||
</li> | ||
</ul> | ||
</p> | ||
|
||
<p id="1.13.0"> | ||
<b class="header">1.13.0</b> — <small><i>April 9, 2021</i></small> — <a href="https://github.com/jashkenas/underscore/compare/1.13.0-3...1.13.0">Diff</a> — <a href="https://cdn.rawgit.com/jashkenas/underscore/1.13.0/index.html">Docs</a><br /> | ||
<ul> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "underscore", | ||
"description": "JavaScript's functional programming helper library.", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"author": "Jeremy Ashkenas <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://underscorejs.org", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.