Skip to content

Commit 0062d3c

Browse files
committedApr 23, 2022
Merge branch 'prepare-1.13.3'
2 parents b112c23 + 0a531f1 commit 0062d3c

11 files changed

+44
-30
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
1+
Copyright (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

‎index.html

+25-11
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<div id="sidebar" class="interface overlay-content">
263263

264264
<a class="toc_title" href="#">
265-
Underscore.js <span class="version">(1.13.2)</span>
265+
Underscore.js <span class="version">(1.13.3)</span>
266266
</a>
267267

268268
<ul class="toc_section">
@@ -551,7 +551,7 @@
551551
<i>Underscore is an open-source component of <a href="https://documentcloud.org/">DocumentCloud</a>.</i>
552552
</p>
553553

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

556556
<table>
557557
<tr>
@@ -595,32 +595,32 @@ <h2>v1.13.2 Downloads <i style="padding-left: 12px; font-size:12px;">(Right-clic
595595
</tr>
596596
</table>
597597

598-
<h2>v1.13.2 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt>&lt;script src="..."&gt;&lt;/script&gt;</tt>)</i></h2>
598+
<h2>v1.13.3 CDN URLs <i style="padding-left: 12px; font-size:12px;">(Use with <tt>&lt;script src="..."&gt;&lt;/script&gt;</tt>)</i></h2>
599599

600600
<ul>
601601
<li>
602-
<tt>https://cdn.jsdelivr.net/npm/underscore@1.13.2/underscore-umd-min.js</tt>
602+
<tt>https://cdn.jsdelivr.net/npm/underscore@1.13.3/underscore-umd-min.js</tt>
603603
</li>
604604
<li>
605-
<tt>https://cdn.jsdelivr.net/npm/underscore@1.13.2/underscore-esm-min.js</tt>
605+
<tt>https://cdn.jsdelivr.net/npm/underscore@1.13.3/underscore-esm-min.js</tt>
606606
</li>
607607
<li>
608-
<tt>https://unpkg.com/underscore@1.13.2/underscore-umd-min.js</tt>
608+
<tt>https://unpkg.com/underscore@1.13.3/underscore-umd-min.js</tt>
609609
</li>
610610
<li>
611-
<tt>https://unpkg.com/underscore@1.13.2/underscore-esm-min.js</tt>
611+
<tt>https://unpkg.com/underscore@1.13.3/underscore-esm-min.js</tt>
612612
</li>
613613
<li>
614-
<tt>https://pagecdn.io/lib/underscore/1.13.2/underscore-umd-min.js</tt>
614+
<tt>https://pagecdn.io/lib/underscore/1.13.3/underscore-umd-min.js</tt>
615615
</li>
616616
<li>
617-
<tt>https://pagecdn.io/lib/underscore/1.13.2/underscore-esm-min.js</tt>
617+
<tt>https://pagecdn.io/lib/underscore/1.13.3/underscore-esm-min.js</tt>
618618
</li>
619619
<li>
620-
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.2/underscore-umd-min.js</tt>
620+
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.3/underscore-umd-min.js</tt>
621621
</li>
622622
<li>
623-
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.2/underscore-esm-min.js</tt>
623+
<tt>https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.3/underscore-esm-min.js</tt>
624624
</li>
625625
</ul>
626626

@@ -2798,6 +2798,20 @@ <h2 id="notes">Notes</h2>
27982798

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

2801+
<p id="1.13.3">
2802+
<b class="header">1.13.3</b> &mdash; <small><i>April 23, 2022</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.13.2...1.13.3">Diff</a> &mdash; <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.13.3/index.html">Docs</a><br />
2803+
<ul>
2804+
<li>
2805+
Fixes a compatibility issue with ExtendScript.
2806+
</li>
2807+
<li>
2808+
Various improvements to testing and continuous integration,
2809+
including the addition of security scanning and a reduced carbon
2810+
footprint.
2811+
</li>
2812+
</ul>
2813+
</p>
2814+
28012815
<p id="1.13.2">
28022816
<b class="header">1.13.2</b> &mdash; <small><i>December 16, 2021</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.13.1...1.13.2">Diff</a> &mdash; <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.13.2/index.html">Docs</a><br />
28032817
<ul>

‎modules/_setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Current version.
2-
export var VERSION = '1.13.2';
2+
export var VERSION = '1.13.3';
33

44
// Establish the root object, `window` (`self`) in the browser, `global`
55
// on the server, or `this` in some virtual machines. We use `self`

‎modules/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Named Exports
22
// =============
33

4-
// Underscore.js 1.13.2
4+
// Underscore.js 1.13.3
55
// https://underscorejs.org
6-
// (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
6+
// (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
77
// Underscore may be freely distributed under the MIT license.
88

99
// Baseline setup.

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "underscore",
33
"description": "JavaScript's functional programming helper library.",
4-
"version": "1.13.2",
4+
"version": "1.13.3",
55
"author": "Jeremy Ashkenas <jeremy@documentcloud.org>",
66
"license": "MIT",
77
"homepage": "https://underscorejs.org",

‎underscore-esm.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎underscore-node-f.cjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// Underscore.js 1.13.2
1+
// Underscore.js 1.13.3
22
// https://underscorejs.org
3-
// (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
3+
// (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
44
// Underscore may be freely distributed under the MIT license.
55

66
Object.defineProperty(exports, '__esModule', { value: true });
77

88
// Current version.
9-
var VERSION = '1.13.2';
9+
var VERSION = '1.13.3';
1010

1111
// Establish the root object, `window` (`self`) in the browser, `global`
1212
// on the server, or `this` in some virtual machines. We use `self`

‎underscore-node.cjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Underscore.js 1.13.2
1+
// Underscore.js 1.13.3
22
// https://underscorejs.org
3-
// (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
3+
// (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
44
// Underscore may be freely distributed under the MIT license.
55

66
var underscoreNodeF = require('./underscore-node-f.cjs');

‎underscore-node.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Underscore.js 1.13.2
1+
// Underscore.js 1.13.3
22
// https://underscorejs.org
3-
// (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
3+
// (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
44
// Underscore may be freely distributed under the MIT license.
55

66
export { VERSION, after, every as all, allKeys, some as any, extendOwn as assign, before, bind, bindAll, chain, chunk, clone, map as collect, compact, compose, constant, contains, countBy, create, debounce, _ as default, defaults, defer, delay, find as detect, difference, rest as drop, each, _escape as escape, every, extend, extendOwn, filter, find, findIndex, findKey, findLastIndex, findWhere, first, flatten, reduce as foldl, reduceRight as foldr, each as forEach, functions, get, groupBy, has, first as head, identity, contains as include, contains as includes, indexBy, indexOf, initial, reduce as inject, intersection, invert, invoke, isArguments, isArray, isArrayBuffer, isBoolean, isDataView, isDate, isElement, isEmpty, isEqual, isError, isFinite, isFunction, isMap, isMatch, isNaN, isNull, isNumber, isObject, isRegExp, isSet, isString, isSymbol, isTypedArray, isUndefined, isWeakMap, isWeakSet, iteratee, keys, last, lastIndexOf, map, mapObject, matcher, matcher as matches, max, memoize, functions as methods, min, mixin, negate, noop, now, object, omit, once, pairs, partial, partition, pick, pluck, property, propertyOf, random, range, reduce, reduceRight, reject, rest, restArguments, result, sample, filter as select, shuffle, size, some, sortBy, sortedIndex, rest as tail, first as take, tap, template, templateSettings, throttle, times, toArray, toPath, unzip as transpose, _unescape as unescape, union, uniq, uniq as unique, uniqueId, unzip, values, where, without, wrap, zip } from './underscore-node-f.cjs';

‎underscore-umd.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.