Skip to content

Commit db4a359

Browse files
committed
Underscore.js 1.10.1
1 parent 7231b64 commit db4a359

File tree

7 files changed

+22
-12
lines changed

7 files changed

+22
-12
lines changed

docs/underscore.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1>underscore.js</h1>
2727
<div class="pilwrap ">
2828
<a class="pilcrow" href="#section-1">&#182;</a>
2929
</div>
30-
<pre><code>Underscore.js <span class="hljs-number">1.10</span><span class="hljs-number">.0</span>
30+
<pre><code>Underscore.js <span class="hljs-number">1.10</span><span class="hljs-number">.1</span>
3131
https:<span class="hljs-comment">//underscorejs.org</span>
3232
(c) <span class="hljs-number">2009</span><span class="hljs-number">-2020</span> Jeremy Ashkenas, DocumentCloud and Investigative Reporters &amp; Editors
3333
Underscore may be freely distributed under the MIT license.
@@ -195,7 +195,7 @@ <h2 id="baseline-setup">Baseline setup</h2>
195195

196196
</div>
197197

198-
<div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> VERSION = _.VERSION = <span class="hljs-string">'1.10.0'</span>;</pre></div></div>
198+
<div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> VERSION = _.VERSION = <span class="hljs-string">'1.10.1'</span>;</pre></div></div>
199199

200200
</li>
201201

index.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
<div id="sidebar" class="interface">
187187

188188
<a class="toc_title" href="#">
189-
Underscore.js <span class="version">(1.10.0)</span>
189+
Underscore.js <span class="version">(1.10.1)</span>
190190
</a>
191191
<ul class="toc_section">
192192
<li>&raquo; <a href="https://github.com/jashkenas/underscore">GitHub Repository</a></li>
@@ -440,7 +440,7 @@
440440
<i>Underscore is an open-source component of <a href="https://documentcloud.org/">DocumentCloud</a>.</i>
441441
</p>
442442

443-
<h2>v1.10.0 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
443+
<h2>v1.10.1 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
444444

445445
<table>
446446
<tr>
@@ -2417,6 +2417,16 @@ <h2 id="links">Links &amp; Suggested Reading</h2>
24172417

24182418
<h2 id="changelog">Change Log</h2>
24192419

2420+
<p id="1.10.1">
2421+
<b class="header">1.10.1</b> &mdash; <small><i>March 30, 2020</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.10.0...1.10.1">Diff</a> &mdash; <a href="https://cdn.rawgit.com/jashkenas/underscore/1.10.0/index.html">Docs</a><br />
2422+
<ul>
2423+
<li>
2424+
Fixed relative links among the ES Modules to include the file
2425+
extension, for web browser support.
2426+
</li>
2427+
</ul>
2428+
</p>
2429+
24202430
<p id="1.10.0">
24212431
<b class="header">1.10.0</b> &mdash; <small><i>March 30, 2020</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.9.2...1.10.0">Diff</a> &mdash; <a href="https://cdn.rawgit.com/jashkenas/underscore/1.10.0/index.html">Docs</a><br />
24222432
<ul>

modules/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Underscore.js 1.10.0
1+
// Underscore.js 1.10.1
22
// https://underscorejs.org
33
// (c) 2009-2020 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
44
// Underscore may be freely distributed under the MIT license.
@@ -46,7 +46,7 @@ export default function _(obj) {
4646
}
4747

4848
// Current version.
49-
export var VERSION = _.VERSION = '1.10.0';
49+
export var VERSION = _.VERSION = '1.10.1';
5050

5151
// Internal function that returns an efficient (for current engines) version
5252
// of the passed-in callback, to be repeatedly applied in other Underscore

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"main": "underscore.js",
1818
"module": "modules/index-all.js",
19-
"version": "1.10.0",
19+
"version": "1.10.1",
2020
"devDependencies": {
2121
"coveralls": "^2.11.2",
2222
"docco": "*",

underscore-min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

underscore.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

underscore.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)