Skip to content

Commit

Permalink
Add a change log entry for 1.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Jul 24, 2024
1 parent 473970a commit b1d4f23
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2981,6 +2981,30 @@ <h2 id="notes">Notes</h2>

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

<p id="1.13.7">
<b class="header">1.13.7</b> &mdash; <small><i>July 24, 2024</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.13.6...1.13.7">Diff</a> &mdash; <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.13.7/index.html">Docs</a><br />
<ul>
<li>
Fixes a bug where Underscore might throw an error on load if the
executing environment overrides the native <tt>DataView</tt>.
</li>
<li>
Adds a direct link to the corresponding source code for each
function in the documentation.
</li>
<li>
Clarifies the documentation for the <b>step</b> argument of
the <tt>range</tt> function.
</li>
<li>
Adds dark mode support to the home page.
</li>
<li>
Other infrastructural improvements to funding, testing and building.
</li>
</ul>
</p>

<p id="1.13.6">
<b class="header">1.13.6</b> &mdash; <small><i>September 24, 2022</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.13.5...1.13.6">Diff</a> &mdash; <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.13.6/index.html">Docs</a><br />
Hotfix for version 1.13.5 to remove a <tt>postinstall</tt> script from
Expand Down

0 comments on commit b1d4f23

Please sign in to comment.