Skip to content

Commit

Permalink
Underscore.js 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Mar 30, 2020
1 parent 7231b64 commit db4a359
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/underscore.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>underscore.js</h1>
<div class="pilwrap ">
<a class="pilcrow" href="#section-1">&#182;</a>
</div>
<pre><code>Underscore.js <span class="hljs-number">1.10</span><span class="hljs-number">.0</span>
<pre><code>Underscore.js <span class="hljs-number">1.10</span><span class="hljs-number">.1</span>
https:<span class="hljs-comment">//underscorejs.org</span>
(c) <span class="hljs-number">2009</span><span class="hljs-number">-2020</span> Jeremy Ashkenas, DocumentCloud and Investigative Reporters &amp; Editors
Underscore may be freely distributed under the MIT license.
Expand Down Expand Up @@ -195,7 +195,7 @@ <h2 id="baseline-setup">Baseline setup</h2>

</div>

<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>
<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>

</li>

Expand Down
14 changes: 12 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<div id="sidebar" class="interface">

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

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

<table>
<tr>
Expand Down Expand Up @@ -2417,6 +2417,16 @@ <h2 id="links">Links &amp; Suggested Reading</h2>

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

<p id="1.10.1">
<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 />
<ul>
<li>
Fixed relative links among the ES Modules to include the file
extension, for web browser support.
</li>
</ul>
</p>

<p id="1.10.0">
<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 />
<ul>
Expand Down
4 changes: 2 additions & 2 deletions modules/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Underscore.js 1.10.0
// Underscore.js 1.10.1
// https://underscorejs.org
// (c) 2009-2020 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
Expand Down Expand Up @@ -46,7 +46,7 @@ export default function _(obj) {
}

// Current version.
export var VERSION = _.VERSION = '1.10.0';
export var VERSION = _.VERSION = '1.10.1';

// Internal function that returns an efficient (for current engines) version
// of the passed-in callback, to be repeatedly applied in other Underscore
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"main": "underscore.js",
"module": "modules/index-all.js",
"version": "1.10.0",
"version": "1.10.1",
"devDependencies": {
"coveralls": "^2.11.2",
"docco": "*",
Expand Down
4 changes: 2 additions & 2 deletions underscore-min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions underscore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion underscore.js.map

Large diffs are not rendered by default.

0 comments on commit db4a359

Please sign in to comment.