Skip to content

Commit

Permalink
Underscore.js v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jan 6, 2020
1 parent 3c6d93b commit 853dd76
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/docco.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ ul.sections {
Force border-box so that % widths fit the parent
container without overlap because of margin/padding.
More Info : https://www.quirksmode.org/css/box.html
More Info : http://www.quirksmode.org/css/box.html
*/
ul.sections > li > div {
-moz-box-sizing: border-box; /* firefox */
Expand Down
6 changes: 3 additions & 3 deletions docs/underscore.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ <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.9</span><span class="hljs-number">.1</span>
http:<span class="hljs-comment">//underscorejs.org</span>
<pre><code>Underscore.js <span class="hljs-number">1.9</span><span class="hljs-number">.2</span>
https:<span class="hljs-comment">//underscorejs.org</span>
(c) <span class="hljs-number">2009</span><span class="hljs-number">-2018</span> Jeremy Ashkenas, DocumentCloud and Investigative Reporters &amp; Editors
Underscore may be freely distributed under the MIT license.
</code></pre>
Expand Down Expand Up @@ -222,7 +222,7 @@ <h2 id="baseline-setup">Baseline setup</h2>

</div>

<div class="content"><div class='highlight'><pre> _.VERSION = <span class="hljs-string">'1.9.1'</span>;</pre></div></div>
<div class="content"><div class='highlight'><pre> _.VERSION = <span class="hljs-string">'1.9.2'</span>;</pre></div></div>

</li>

Expand Down
16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<div id="sidebar" class="interface">

<a class="toc_title" href="#">
Underscore.js <span class="version">(1.9.1)</span>
Underscore.js <span class="version">(1.9.2)</span>
</a>
<ul class="toc_section">
<li>&raquo; <a href="https://github.com/jashkenas/underscore">GitHub Repository</a></li>
Expand Down Expand Up @@ -441,11 +441,11 @@ <h2>Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and u

<table>
<tr>
<td><a href="underscore.js">Development Version (1.9.1)</a></td>
<td><a href="underscore.js">Development Version (1.9.2)</a></td>
<td><i>60kb, Uncompressed with Plentiful Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version (1.9.1)</a></td>
<td><a href="underscore-min.js">Production Version (1.9.2)</a></td>
<td>
<i>6.5kb, Minified and Gzipped</i>
&nbsp;<small>(<a href="underscore-min.js.map">Source Map</a>)</small>
Expand Down Expand Up @@ -2392,6 +2392,16 @@ <h2 id="links">Links &amp; Suggested Reading</h2>

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

<p id="1.9.2">
<b class="header">1.9.2</b> &mdash; <small><i>Jan 6, 2020</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.9.1...1.9.2">Diff</a> &mdash; <a href="https://cdn.rawgit.com/jashkenas/underscore/1.9.1/index.html">Docs</a><br />
<ul>
<li>
No code changes. Updated a test to help out
<a href="https://github.com/nodejs/node/pull/31167#issuecomment-571022478">CITGM</a>.
</li>
</ul>
</p>

<p id="1.9.1">
<b class="header">1.9.1</b> &mdash; <small><i>May 31, 2018</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.9.0...1.9.1">Diff</a> &mdash; <a href="https://cdn.rawgit.com/jashkenas/underscore/1.9.1/index.html">Docs</a><br />
<ul>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "git://github.com/jashkenas/underscore.git"
},
"main": "underscore.js",
"version": "1.9.1",
"version": "1.9.2",
"devDependencies": {
"coveralls": "^2.11.2",
"docco": "*",
Expand Down
Loading

0 comments on commit 853dd76

Please sign in to comment.