Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SQ-24305] Update lib & apply patch to don't use with for template evaluation #4

Merged
merged 324 commits into from
Dec 18, 2024
Merged
Changes from 2 commits
Commits
Show all changes
324 commits
Select commit Hold shift + click to select a range
0b71824
Include #2862 in the changelog
jgonggrijp Aug 1, 2020
2216eb8
Include #2866 in the changelog
jgonggrijp Aug 1, 2020
11c9c38
Include #2864 in the changelog
jgonggrijp Aug 1, 2020
8e5896f
Include #2869 in the changelog
jgonggrijp Aug 1, 2020
b2b0cdc
Include #2868 in the changelog and the reference
jgonggrijp Aug 1, 2020
bfe7c0e
Include #2673 in the changelog
jgonggrijp Aug 1, 2020
d452674
Combine the minor changes in a single summary bullet
jgonggrijp Aug 1, 2020
4677359
Bump the version number in the documentation
jgonggrijp Aug 1, 2020
33eb186
Update the introduction to reflect the new modular features
jgonggrijp Aug 1, 2020
0a285a1
Update the weight of the UMD bundles
jgonggrijp Aug 1, 2020
7a2616a
Split the Installation section into Package Installation and Imports
jgonggrijp Aug 1, 2020
bcff5a4
Add a CDN URLs section
jgonggrijp Aug 1, 2020
ad6ea76
Reorder the CDN URLs and add PageCDN
jgonggrijp Aug 17, 2020
d767370
Add a link to the official Twitter account
jgonggrijp Aug 17, 2020
92f0eed
Mention the article in two places
jgonggrijp Aug 17, 2020
ce304f0
Merge pull request #2870 from jgonggrijp/prepare-1.11
jgonggrijp Aug 27, 2020
24c7f38
Prepare 1.11.0
jashkenas Aug 28, 2020
7ee13c8
Merge pull request #2872 from jashkenas/prepare-1.11.0
jashkenas Aug 28, 2020
20a39e7
Add a regression test that reproduces #2875
jgonggrijp Sep 20, 2020
6dcec46
Fix #2875
jgonggrijp Sep 20, 2020
3e7cb29
Factor out toDataView (#2875)
jgonggrijp Sep 21, 2020
00d64f4
Optimize _.isEqual DataView comparison (#2875)
jgonggrijp Sep 21, 2020
7a4d402
Add a customizable _.toPath utility function
jgonggrijp Sep 21, 2020
0b295a2
Add the _.get function
jgonggrijp Sep 21, 2020
f03f3ac
Use _.toPath and _.get internally, document the option to override
jgonggrijp Sep 21, 2020
982a0ec
Add _.get to the TOC
jgonggrijp Sep 21, 2020
f5a9774
Merge pull request #2877 from jgonggrijp/path-customization
jgonggrijp Sep 21, 2020
d9741b3
Merge branch 'fix-2875' (close PR #2876)
jgonggrijp Sep 23, 2020
fe4a1ea
Bump the version to 1.12.0
jgonggrijp Sep 25, 2020
ce98feb
Add an empty section for 1.12.0 to the change log
jgonggrijp Sep 25, 2020
2ae9fa4
Include #2877 in the change log
jgonggrijp Sep 25, 2020
fc4d40e
Include #2876 in the change log
jgonggrijp Sep 25, 2020
3dda814
Update the annotated sources and the minified bundles
jgonggrijp Sep 25, 2020
b47fc2f
Update the bundle weights in the downloads section
jgonggrijp Sep 25, 2020
f236594
Update the selection of browser versions in Sauce Labs (#2879)
jgonggrijp Sep 25, 2020
96432bf
Drop an old outcomment from the .travis.yml (#2857)
jgonggrijp Sep 25, 2020
d3dd874
Run coveralls only in Node 10 (#2857)
jgonggrijp Sep 25, 2020
2223939
Add a fallback for byteOffset in toDataView (#2879)
jgonggrijp Oct 7, 2020
b16b623
Use typed array, not DataView as comparison view in _.isEqual (#2879)
jgonggrijp Oct 9, 2020
21ff8ed
Make DataView-depending tests conditional on its existence (#2879)
jgonggrijp Oct 9, 2020
eea411e
Add checks to diagnose and work around IE/edge test errors (#2879)
jgonggrijp Oct 9, 2020
8fe0c99
Address a timing issue in the debounce asap test (#2879)
jgonggrijp Oct 9, 2020
376e03f
Work around incorrect string tags in IE 10 - Edge 13 (#2879)
jgonggrijp Oct 10, 2020
0061801
Remove the diagnostic checks from eea411e42b2324d (#2879)
jgonggrijp Oct 10, 2020
0fffc03
Add new diagnostic checks for still failing tests in IE 11 (#2879)
jgonggrijp Oct 10, 2020
59494c9
Take non-enumerability of Map/WeakMap/Set methods into account (#2879)
jgonggrijp Oct 11, 2020
7380637
Update diagnostics from 0fffc03 to match 59494c9 (#2879)
jgonggrijp Oct 11, 2020
74b7d3a
Fix an oversight that caused _.isWeakMap(new Map) == true (#2879)
jgonggrijp Oct 11, 2020
5e3f191
Remove the diagnostics from 0fffc037+73806370 again (#2879)
jgonggrijp Oct 11, 2020
3bc482d
Add 4ms slack to _.throttle tests sensitive to setTimeout imprecision
jgonggrijp Oct 11, 2020
dce5d42
Make the new IE fallback code a bit more compact (#2879)
jgonggrijp Oct 11, 2020
1964cdb
Merge pull request #2884 from jgonggrijp/saucelabs-fix
jgonggrijp Oct 22, 2020
ee26535
Merge latest changes from 'master' into prepare-1.12.0
jgonggrijp Oct 23, 2020
61501d7
Document engine support
jgonggrijp Oct 23, 2020
605028e
Include #2884 in the change log
jgonggrijp Oct 23, 2020
2232604
Cache the string tag in the internal tagTester function
jgonggrijp Oct 23, 2020
3730dfc
Evaluate obj.length only once in _.isEmpty
jgonggrijp Oct 24, 2020
ee99923
Merge pull request #2886 from jgonggrijp/stringtag-perf
jgonggrijp Oct 24, 2020
9f2ebc6
Merge branch 'master' into prepare-1.12.0
jgonggrijp Oct 24, 2020
6c10814
Include #2886 in the change log
jgonggrijp Oct 24, 2020
e3be07c
Be a bit more concise about the _.isEqual speed-up
jgonggrijp Oct 24, 2020
1788c99
Update the annotated sources and the minified bundles again
jgonggrijp Oct 24, 2020
8274127
Update the bundle weights in the downloads section again
jgonggrijp Oct 24, 2020
13f71bc
Test: Switch to built-in QUnit CLI
Krinkle Nov 15, 2020
ace7f11
Merge pull request #2888 from Krinkle/update-qunit
jgonggrijp Nov 16, 2020
d2e9061
Include #2888 in the change log
jgonggrijp Nov 23, 2020
240a571
Set the 1.12.0 release date
jgonggrijp Nov 24, 2020
cef972b
Merge branch 'prepare-1.12.0' (PR #2878)
jgonggrijp Nov 24, 2020
d10beb9
Update the modular annotated source once more
jgonggrijp Nov 24, 2020
03f9781
Reimplementing timer optimization #1269
kritollm Dec 5, 2020
769a494
throttle cleanup
kritollm Dec 6, 2020
913bcf2
Resolved changes requested.
kritollm Dec 7, 2020
0b93f06
Fixed a few more details
kritollm Dec 7, 2020
6568211
Make a comment render more nicely
jgonggrijp Dec 7, 2020
311b04e
Merge pull request #2892 from kritollm/master
jgonggrijp Dec 7, 2020
c9b4b63
Put back test/vendor/qunit.* static files to fix live website tests
jgonggrijp Dec 17, 2020
af2f919
Correct "Non-numerical values in list will be ignored"
Dec 21, 2020
745e9b7
Merge pull request #2896 from anderlaw/master
jgonggrijp Dec 21, 2020
a4cc7c0
Add a test to confirm we are not vulnerable to CVE-2021-23337 (#2911)
jgonggrijp Feb 28, 2021
4d5d198
test: 💍 Time tampering tests for _.throttle and _.deobounce
Mar 6, 2021
7e7e6d9
Add type: commonjs to the package.json
jgonggrijp Mar 8, 2021
6c0cddd
Add an extra package.json with type: module in the modules/
jgonggrijp Mar 8, 2021
3a5c878
test: Assertion comment updates; `_.throttle` and `_.debounce`.
Mar 8, 2021
548fa01
Merge pull request #2913 from ognjenjevremovic/test/time-tampering-tests
jgonggrijp Mar 8, 2021
4fc14f1
Refactor the rollup config a bit
jgonggrijp Mar 8, 2021
4bbf9eb
Upgrade rollup
jgonggrijp Mar 8, 2021
2a604f0
Add custom rollup builds for the new Node.js ESM support
jgonggrijp Mar 8, 2021
5c0cb90
Reorder package.json
jgonggrijp Mar 8, 2021
57a4a0e
Rename underscore.js to underscore-umd.js, keep underscore.js as alias
jgonggrijp Mar 8, 2021
e524023
Add the scary new exports field to the package.json
jgonggrijp Mar 9, 2021
6639c23
Bump the version to 1.13.0-0
jgonggrijp Mar 9, 2021
892c341
Update the minified bundles
jgonggrijp Mar 9, 2021
58d0e20
Update the annotated source
jgonggrijp Mar 9, 2021
c4a6dbe
Add 1.13.0-0 entry to the change log
jgonggrijp Mar 9, 2021
c521426
Remove the package-lock.json from the exports
jgonggrijp Mar 9, 2021
f9cf7af
Mark monolithic imports as recommended
jgonggrijp Mar 9, 2021
645f8fa
Add a note about the PR to the documentation
jgonggrijp Mar 10, 2021
db7fb6a
Add temporary note about preview release to index.html
jgonggrijp Mar 10, 2021
07cc415
Convert all RawGit links to Statically
jgonggrijp Mar 10, 2021
36a3bc8
Merge branch 'master' into node-native-esm
jgonggrijp Mar 10, 2021
9dd137c
Downgrade Rollup when running Travis CI with Node.js v8
jgonggrijp Mar 10, 2021
45afe0e
Switch to Node.js v14 for SauceLabs testing while I'm at it
jgonggrijp Mar 10, 2021
04b639c
Generate Node.js build in two stages
jgonggrijp Mar 11, 2021
5e3da47
Bump the version to 1.13.0-1
jgonggrijp Mar 11, 2021
0345136
Add 1.13.0-1 entry to the change log
jgonggrijp Mar 11, 2021
9f88a5e
Update generated docs and minified bundles, tag v1.13.0-1
jgonggrijp Mar 11, 2021
798eafa
Update the link to the preview release (bugfix)
jgonggrijp Mar 11, 2021
a6159ff
Fix indentation in the test from #2912
jgonggrijp Mar 13, 2021
ef646cc
Reflect real issue of #2911 in test from #2912
jgonggrijp Mar 13, 2021
4c73526
Fix #2911
jgonggrijp Mar 13, 2021
7e89b79
Un-document the fix for #2911 for the time being
jgonggrijp Mar 14, 2021
44df929
Bump the version to 1.12.1
jgonggrijp Mar 14, 2021
5343fbc
Add version 1.12.1 to the documentation
jgonggrijp Mar 14, 2021
7e3d404
Update annotated sources and minified bundles for 1.12.1
jgonggrijp Mar 14, 2021
bf5a0ed
Merge branch 'template-variable-parameter'
jgonggrijp Mar 14, 2021
52300cc
Merge branch 'master' into node-native-esm
jgonggrijp Mar 14, 2021
87b5ecd
Bump the version to 1.13.0-2
jgonggrijp Mar 14, 2021
0c20985
Restore comments from 7e89b79f95e7b
jgonggrijp Mar 14, 2021
c9e803e
Add diff and docs to the 1.12.1 change log entry
jgonggrijp Mar 14, 2021
c9040fb
Add 1.13.0-2 to the change log
jgonggrijp Mar 14, 2021
163f032
Add diff and docs to the 1.12.1 change log entry
jgonggrijp Mar 14, 2021
c627e38
Mention CVE-2021-23358 in code, test and documentation (#2915)
jgonggrijp Mar 29, 2021
9fded0c
Merge branch 'master' into node-native-esm
jgonggrijp Mar 29, 2021
d6d0f57
Add "module" exports condition to the package.json
jgonggrijp Mar 29, 2021
62c6ad0
Cut 1.13.0-3 preview release
jgonggrijp Mar 31, 2021
acb04e4
Add a security policy
jgonggrijp Apr 1, 2021
b2bc393
Update the copyright statement
jgonggrijp Apr 6, 2021
b713f5a
Add .github/FUNDING.yml
jgonggrijp Apr 6, 2021
68d1de8
Mention funding options in the README and on the website
jgonggrijp Apr 7, 2021
ac4afe3
Merge branch 'node-native-esm' (PR #2914)
jgonggrijp Apr 9, 2021
97f4cb4
Remove the prerelease notice from the website
jgonggrijp Apr 9, 2021
efe5fbf
Bump the version to 1.13.0
jgonggrijp Apr 9, 2021
5511d12
Add version 1.13.0 to the change log
jgonggrijp Apr 9, 2021
37dc52a
Merge pull request #2921 from jgonggrijp/prepare-1.13.0
jgonggrijp Apr 9, 2021
7054a54
Update generated sources and tag 1.13.0 release
jgonggrijp Apr 9, 2021
8b5928c
Revert .gitignore underscore.js from 57a4a0e (fix #2923)
jgonggrijp Apr 15, 2021
9cda0b0
Add some build clarifications to the documentation (#2923)
jgonggrijp Apr 15, 2021
76c8d8a
Bump the version to 1.13.1
jgonggrijp Apr 15, 2021
5aa5b52
Update the bundle sizes
jgonggrijp Apr 15, 2021
5630f88
Add version 1.13.1 to the change log
jgonggrijp Apr 15, 2021
943977e
Merge branch 'umd-alias', tag 1.13.1 release
jgonggrijp Apr 15, 2021
e180ddb
Modify bug in function emulatedSet
anfengchen May 16, 2021
f5c02bc
Fix bug in function emulatedSet
anfengchen May 16, 2021
3d2f17a
Merge pull request #2928 from anfengchen/my-commit
jgonggrijp May 16, 2021
b9fb80a
Changing Index file to resolve bug in docs
Jul 9, 2021
c98ec96
Changing Index file to resolve bug in documents
Jul 9, 2021
05b428a
Correcting typo and Changing docs of _.unescape
Jul 9, 2021
f098f61
Merge pull request #2934 from itsdeekay/issue-2925
jgonggrijp Jul 9, 2021
aa37bed
Mobile responsive and more readability
Jul 13, 2021
90590c4
add test unit 'throttle three times'
Aug 9, 2021
eb921fb
Improving design for Mobile
Aug 29, 2021
3418404
Restore whitespace consistency
jgonggrijp Dec 15, 2021
aec10f9
Merge branch 'responsive-site' (pull request #2935)
jgonggrijp Dec 15, 2021
354337a
Add a regression test for #2927 (caused in #2158)
jgonggrijp Dec 16, 2021
72173ba
Properly convert _.sample input collection _.toArray (fix #2927)
jgonggrijp Dec 16, 2021
d9e0091
Merge pull request #2944 from jgonggrijp/fix-sample-string
jgonggrijp Dec 16, 2021
7c2db70
Clarify that _.bind and _.partial can be used together (#2328)
jgonggrijp Dec 16, 2021
92db0d9
Merge pull request #2937 from zheng-kai/master
jgonggrijp Dec 16, 2021
8cd397b
Use statically.io for the 1.13.x series doc archives
jgonggrijp Dec 16, 2021
315c2df
Bump the version to 1.13.2
jgonggrijp Dec 16, 2021
5463692
Add a change log entry for 1.13.2
jgonggrijp Dec 16, 2021
cd03f4c
Merge pull request #2946 from jgonggrijp/prepare-1.13.2
jgonggrijp Dec 16, 2021
33383fe
Update generated sources, tag 1.13.2 release
jgonggrijp Dec 16, 2021
5b19bf4
Enable security scanning with GitHub CodeQL
jgonggrijp Dec 20, 2021
84b8278
Prevent CodeQL from scanning irrelevant files
jgonggrijp Dec 20, 2021
790f423
Work around GitHub Actions YAML limitation
jgonggrijp Dec 20, 2021
f6621f3
Move CodeQL config to a better place and fix reference
jgonggrijp Dec 20, 2021
334993a
Reference CodeQL config in init instead of analysis step
jgonggrijp Dec 20, 2021
99a9a29
Remove duplicate with
jgonggrijp Dec 20, 2021
58df108
Include test code in security scans
jgonggrijp Dec 20, 2021
596a7f2
Prevent potential problems from a future colors@>1.4.0 upgrade
jgonggrijp Mar 19, 2022
dcec4d2
Remove unneeded Xvfb from Travis config
Krinkle Apr 3, 2022
7312895
Test: Use same QUnit version in CI as on website
Krinkle Apr 3, 2022
f12551c
Merge pull request #2950 from Krinkle/xvfb
jgonggrijp Apr 4, 2022
0557e33
Merge pull request #2951 from Krinkle/same-version
jgonggrijp Apr 4, 2022
825e9c2
Parenthesize mixed expressions of || and && (fix #2949)
jgonggrijp Apr 4, 2022
ad93ed5
Enforce parenthesization of && and || with a linter rule (#2949)
jgonggrijp Apr 23, 2022
c4e0920
Parenthesize remaining mixed expressions of && and || (#2949)
jgonggrijp Apr 23, 2022
a3c2c66
Merge pull request #2953 from jgonggrijp/extendscript-precedence
jgonggrijp Apr 23, 2022
aca966a
Prevent test-node from running twice in CI on Node.js 14
jgonggrijp Apr 23, 2022
2bd4e79
Waste even fewer CPU cycles in CI
jgonggrijp Apr 23, 2022
b112c23
Add a comment to the modules/.eslintrc (post-merge review comment #2953)
jgonggrijp Apr 23, 2022
fd6f7a3
Bump the version to 1.13.3
jgonggrijp Apr 23, 2022
1022ab3
Update the LICENSE date
jgonggrijp Apr 23, 2022
0a531f1
Add a change log entry for 1.13.3
jgonggrijp Apr 23, 2022
0062d3c
Merge branch 'prepare-1.13.3'
jgonggrijp Apr 23, 2022
e7e719e
Update generated files, tag 1.13.3 release
jgonggrijp Apr 23, 2022
c7ce0d7
Expand git.io URLs in codeql-analysis workflow (fix #2957)
jgonggrijp Apr 28, 2022
6ce24a2
add fsck error workaround to contributing.md #2887
zackschuster Dec 23, 2021
5af5ecb
update contributing to clarify how to clone from other sources
zackschuster Apr 29, 2022
adf8838
fix heading nesting
zackschuster Apr 29, 2022
da06656
Merge pull request #2956 from zackschuster/patch-1
jgonggrijp Apr 29, 2022
46d77d3
Fix for webpack module federation "No version" error
petschki May 23, 2022
75d257f
Merge pull request #2959 from petschki/module-federation-version
jgonggrijp May 23, 2022
cf6ed6f
Bump the version to 1.13.4
jgonggrijp Jun 2, 2022
fcb149d
Add a change log entry for 1.13.4
jgonggrijp Jun 2, 2022
979dfc4
Merge branch 'prepare-1.13.4'
jgonggrijp Jun 2, 2022
a15d1af
Update generated files, tag 1.13.4 release
jgonggrijp Jun 2, 2022
ea95e52
Upgrade karma{,-sauce-launcher} devDeps, lockfile as side effect
jgonggrijp Sep 15, 2022
cb353dd
Upgrade karma-qunit
jgonggrijp Sep 15, 2022
78daa14
Run npm audit fix
jgonggrijp Sep 15, 2022
c444277
Upgrade nyc and coveralls to latest
jgonggrijp Sep 15, 2022
f238610
Test LTS Node.js versions in CI
jgonggrijp Sep 15, 2022
6d93d6f
Reorganize test scripts to avoid rollup config coverage report
jgonggrijp Sep 15, 2022
7459b8d
Merge pull request #2965 from jgonggrijp/upgrade-sauce
jgonggrijp Sep 15, 2022
89b32a6
Add a module entry to the require exports condition
jgonggrijp Sep 23, 2022
c47566a
Bump the version to 1.13.5
jgonggrijp Sep 23, 2022
bef7ee3
Add a change log entry for 1.13.5
jgonggrijp Sep 23, 2022
5ac6628
Merge pull request #2966 from jgonggrijp/prepare-1.13.5
jgonggrijp Sep 23, 2022
08cb140
Work around docco build problem using patch-package
jgonggrijp Sep 23, 2022
68e5eb6
Update generated sources, tag 1.13.5 release
jgonggrijp Sep 23, 2022
66ee70d
Verify that production and doc builds still work in CI
jgonggrijp Sep 23, 2022
2edcdc1
Hostfix for broken builds
paulsmithkc Sep 23, 2022
4eb6894
Merge pull request #2974 from paulsmithkc/patch-1
jashkenas Sep 23, 2022
1c1d1a2
Remove patch-package postinstall script
jgonggrijp Sep 23, 2022
43e827a
Bump the version to 1.13.6 (hotfix)
jgonggrijp Sep 23, 2022
e8f86fb
Add changelog entry for versioin 1.13.6
jgonggrijp Sep 23, 2022
732cafe
Underscore 1.13.6
Sep 23, 2022
2e7c0f2
Update generated files, tag 1.13.6 release
jgonggrijp Sep 23, 2022
bd2d35c
Merge remote-tracking branch 'upstream/master'
jgonggrijp Sep 23, 2022
60835dc
Run patch-package when building the docs
jgonggrijp Sep 23, 2022
af7c386
Add source links to all functions in documentation (close #2976)
jgonggrijp Nov 13, 2022
7860d11
Add a github entry to the FUNDING.yml
jgonggrijp Nov 23, 2022
383d9fa
fix(range): step documentation
stevenh Nov 28, 2022
d122213
Merge pull request #2978 from stevenh/fix/range-step-docs
jgonggrijp Nov 29, 2022
fcc3b61
Add nativeDataView check to isDataView
colingm Aug 23, 2023
dbb5475
Add in tests for non-native dataview
colingm Aug 30, 2023
0bd9b48
Merge pull request #2986 from colingm/native-data-view
jgonggrijp Sep 27, 2023
7974498
Bump GitHub workflow actions to latest versions
deining Mar 5, 2024
e7c1642
Fix typos
deining Mar 5, 2024
1abc36c
Merge pull request #2991 from deining/bump-github-workflow-actions
jgonggrijp Mar 5, 2024
8b3a913
feature/theme-toggle
elkcityhazard Jul 23, 2024
75540e3
removed extra console log
elkcityhazard Jul 23, 2024
6505d53
minor refactor to work on firefox, moving files arond
elkcityhazard Jul 23, 2024
ed42966
fail if no toggle
elkcityhazard Jul 23, 2024
de20b6f
incorporated stylesheet that was already available
elkcityhazard Jul 23, 2024
55720c0
minimal dark mode implementation
elkcityhazard Jul 23, 2024
184aae5
unncessary prefers-color-scheme: light removal
elkcityhazard Jul 23, 2024
dd23fd0
formatting, filter, darker darkmode
elkcityhazard Jul 24, 2024
bd3468b
even more css formatting
elkcityhazard Jul 24, 2024
1205eb5
Merge pull request #2996 from elkcityhazard/feature/theme-toggle
jgonggrijp Jul 24, 2024
a1cbb48
Bump the version to 1.13.7
jgonggrijp Jul 24, 2024
473970a
Bump the copyright years
jgonggrijp Jul 24, 2024
b1d4f23
Add a change log entry for 1.13.7
jgonggrijp Jul 24, 2024
d2e7e61
Update autogenerated files for 1.13.7
jgonggrijp Jul 24, 2024
f2c22dd
Added _.VERSION to the documentation notes section
Aurimas-stack Oct 15, 2024
918bb15
Moved version to utility, added version to table of contents, changed…
Aurimas-stack Oct 16, 2024
0d820ef
Merge pull request #2998 from Aurimas-stack/update-docs-version
jgonggrijp Oct 16, 2024
66c7e7c
[FIX] apply patch to don't use `with` for template evaluation
olhapi Dec 17, 2024
64552c1
[IMP] run build
olhapi Dec 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
908 changes: 908 additions & 0 deletions docs/modules/_baseCreate.html

Large diffs are not rendered by default.

895 changes: 895 additions & 0 deletions docs/modules/_baseIteratee.html

Large diffs are not rendered by default.

888 changes: 888 additions & 0 deletions docs/modules/_cb.html

Large diffs are not rendered by default.

884 changes: 884 additions & 0 deletions docs/modules/_chainResult.html

Large diffs are not rendered by default.

942 changes: 942 additions & 0 deletions docs/modules/_collectNonEnumProps.html

Large diffs are not rendered by default.

884 changes: 884 additions & 0 deletions docs/modules/_createAssigner.html

Large diffs are not rendered by default.

908 changes: 908 additions & 0 deletions docs/modules/_createEscaper.html

Large diffs are not rendered by default.

906 changes: 906 additions & 0 deletions docs/modules/_createIndexFinder.html

Large diffs are not rendered by default.

893 changes: 893 additions & 0 deletions docs/modules/_createPredicateIndexFinder.html

Large diffs are not rendered by default.

919 changes: 919 additions & 0 deletions docs/modules/_createReduce.html

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions docs/modules/_createSizePropertyCheck.html

Large diffs are not rendered by default.

875 changes: 875 additions & 0 deletions docs/modules/_deepGet.html

Large diffs are not rendered by default.

875 changes: 875 additions & 0 deletions docs/modules/_escapeMap.html

Large diffs are not rendered by default.

891 changes: 891 additions & 0 deletions docs/modules/_executeBound.html

Large diffs are not rendered by default.

922 changes: 922 additions & 0 deletions docs/modules/_flatten.html

Large diffs are not rendered by default.

882 changes: 882 additions & 0 deletions docs/modules/_getByteLength.html

Large diffs are not rendered by default.

882 changes: 882 additions & 0 deletions docs/modules/_getLength.html

Large diffs are not rendered by default.

893 changes: 893 additions & 0 deletions docs/modules/_group.html

Large diffs are not rendered by default.

884 changes: 884 additions & 0 deletions docs/modules/_has.html

Large diffs are not rendered by default.

886 changes: 886 additions & 0 deletions docs/modules/_isArrayLike.html

Large diffs are not rendered by default.

884 changes: 884 additions & 0 deletions docs/modules/_isBufferLike.html

Large diffs are not rendered by default.

871 changes: 871 additions & 0 deletions docs/modules/_keyInObj.html

Large diffs are not rendered by default.

900 changes: 900 additions & 0 deletions docs/modules/_optimizeCb.html

Large diffs are not rendered by default.

1,004 changes: 1,004 additions & 0 deletions docs/modules/_setup.html

Large diffs are not rendered by default.

872 changes: 872 additions & 0 deletions docs/modules/_shallowProperty.html

Large diffs are not rendered by default.

886 changes: 886 additions & 0 deletions docs/modules/_tagTester.html

Large diffs are not rendered by default.

883 changes: 883 additions & 0 deletions docs/modules/_unescapeMap.html

Large diffs are not rendered by default.

874 changes: 874 additions & 0 deletions docs/modules/after.html

Large diffs are not rendered by default.

904 changes: 904 additions & 0 deletions docs/modules/allKeys.html

Large diffs are not rendered by default.

878 changes: 878 additions & 0 deletions docs/modules/before.html

Large diffs are not rendered by default.

891 changes: 891 additions & 0 deletions docs/modules/bind.html

Large diffs are not rendered by default.

895 changes: 895 additions & 0 deletions docs/modules/bindAll.html

Large diffs are not rendered by default.

886 changes: 886 additions & 0 deletions docs/modules/chain.html

Large diffs are not rendered by default.

891 changes: 891 additions & 0 deletions docs/modules/chunk.html

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions docs/modules/clone.html

Large diffs are not rendered by default.

884 changes: 884 additions & 0 deletions docs/modules/compact.html

Large diffs are not rendered by default.

878 changes: 878 additions & 0 deletions docs/modules/compose.html

Large diffs are not rendered by default.

872 changes: 872 additions & 0 deletions docs/modules/constant.html

Large diffs are not rendered by default.

888 changes: 888 additions & 0 deletions docs/modules/contains.html

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions docs/modules/countBy.html

Large diffs are not rendered by default.

889 changes: 889 additions & 0 deletions docs/modules/create.html

Large diffs are not rendered by default.

913 changes: 913 additions & 0 deletions docs/modules/debounce.html

Large diffs are not rendered by default.

883 changes: 883 additions & 0 deletions docs/modules/defaults.html

Large diffs are not rendered by default.

885 changes: 885 additions & 0 deletions docs/modules/defer.html

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions docs/modules/delay.html

Large diffs are not rendered by default.

891 changes: 891 additions & 0 deletions docs/modules/difference.html

Large diffs are not rendered by default.

901 changes: 901 additions & 0 deletions docs/modules/each.html

Large diffs are not rendered by default.

883 changes: 883 additions & 0 deletions docs/modules/escape.html

Large diffs are not rendered by default.

893 changes: 893 additions & 0 deletions docs/modules/every.html

Large diffs are not rendered by default.

883 changes: 883 additions & 0 deletions docs/modules/extend.html

Large diffs are not rendered by default.

885 changes: 885 additions & 0 deletions docs/modules/extendOwn.html

Large diffs are not rendered by default.

890 changes: 890 additions & 0 deletions docs/modules/filter.html

Large diffs are not rendered by default.

888 changes: 888 additions & 0 deletions docs/modules/find.html

Large diffs are not rendered by default.

882 changes: 882 additions & 0 deletions docs/modules/findIndex.html

Large diffs are not rendered by default.

890 changes: 890 additions & 0 deletions docs/modules/findKey.html

Large diffs are not rendered by default.

882 changes: 882 additions & 0 deletions docs/modules/findLastIndex.html

Large diffs are not rendered by default.

886 changes: 886 additions & 0 deletions docs/modules/findWhere.html

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions docs/modules/first.html

Large diffs are not rendered by default.

885 changes: 885 additions & 0 deletions docs/modules/flatten.html

Large diffs are not rendered by default.

888 changes: 888 additions & 0 deletions docs/modules/functions.html

Large diffs are not rendered by default.

886 changes: 886 additions & 0 deletions docs/modules/groupBy.html

Large diffs are not rendered by default.

899 changes: 899 additions & 0 deletions docs/modules/has.html

Large diffs are not rendered by default.

870 changes: 870 additions & 0 deletions docs/modules/identity.html

Large diffs are not rendered by default.

885 changes: 885 additions & 0 deletions docs/modules/index-all.html

Large diffs are not rendered by default.

933 changes: 933 additions & 0 deletions docs/modules/index-default.html

Large diffs are not rendered by default.

1,287 changes: 1,287 additions & 0 deletions docs/modules/index.html

Large diffs are not rendered by default.

885 changes: 885 additions & 0 deletions docs/modules/indexBy.html

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions docs/modules/indexOf.html

Large diffs are not rendered by default.

886 changes: 886 additions & 0 deletions docs/modules/initial.html

Large diffs are not rendered by default.

897 changes: 897 additions & 0 deletions docs/modules/intersection.html

Large diffs are not rendered by default.

889 changes: 889 additions & 0 deletions docs/modules/invert.html

Large diffs are not rendered by default.

905 changes: 905 additions & 0 deletions docs/modules/invoke.html

Large diffs are not rendered by default.

894 changes: 894 additions & 0 deletions docs/modules/isArguments.html

Large diffs are not rendered by default.

884 changes: 884 additions & 0 deletions docs/modules/isArray.html

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions docs/modules/isArrayBuffer.html

Large diffs are not rendered by default.

884 changes: 884 additions & 0 deletions docs/modules/isBoolean.html

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions docs/modules/isDataView.html

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions docs/modules/isDate.html

Large diffs are not rendered by default.

870 changes: 870 additions & 0 deletions docs/modules/isElement.html

Large diffs are not rendered by default.

906 changes: 906 additions & 0 deletions docs/modules/isEmpty.html

Large diffs are not rendered by default.

1,371 changes: 1,371 additions & 0 deletions docs/modules/isEqual.html

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions docs/modules/isError.html

Large diffs are not rendered by default.

885 changes: 885 additions & 0 deletions docs/modules/isFinite.html

Large diffs are not rendered by default.

893 changes: 893 additions & 0 deletions docs/modules/isFunction.html

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions docs/modules/isMap.html

Large diffs are not rendered by default.

891 changes: 891 additions & 0 deletions docs/modules/isMatch.html

Large diffs are not rendered by default.

885 changes: 885 additions & 0 deletions docs/modules/isNaN.html

Large diffs are not rendered by default.

870 changes: 870 additions & 0 deletions docs/modules/isNull.html

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions docs/modules/isNumber.html

Large diffs are not rendered by default.

871 changes: 871 additions & 0 deletions docs/modules/isObject.html

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions docs/modules/isRegExp.html

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions docs/modules/isSet.html

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions docs/modules/isString.html

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions docs/modules/isSymbol.html

Large diffs are not rendered by default.

906 changes: 906 additions & 0 deletions docs/modules/isTypedArray.html

Large diffs are not rendered by default.

870 changes: 870 additions & 0 deletions docs/modules/isUndefined.html

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions docs/modules/isWeakMap.html

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions docs/modules/isWeakSet.html

Large diffs are not rendered by default.

888 changes: 888 additions & 0 deletions docs/modules/iteratee.html

Large diffs are not rendered by default.

907 changes: 907 additions & 0 deletions docs/modules/keys.html

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions docs/modules/last.html

Large diffs are not rendered by default.

884 changes: 884 additions & 0 deletions docs/modules/lastIndexOf.html

Large diffs are not rendered by default.

894 changes: 894 additions & 0 deletions docs/modules/map.html

Large diffs are not rendered by default.

894 changes: 894 additions & 0 deletions docs/modules/mapObject.html

Large diffs are not rendered by default.

889 changes: 889 additions & 0 deletions docs/modules/matcher.html

Large diffs are not rendered by default.

907 changes: 907 additions & 0 deletions docs/modules/max.html

Large diffs are not rendered by default.

891 changes: 891 additions & 0 deletions docs/modules/memoize.html

Large diffs are not rendered by default.

907 changes: 907 additions & 0 deletions docs/modules/min.html

Large diffs are not rendered by default.

896 changes: 896 additions & 0 deletions docs/modules/mixin.html

Large diffs are not rendered by default.

872 changes: 872 additions & 0 deletions docs/modules/negate.html

Large diffs are not rendered by default.

868 changes: 868 additions & 0 deletions docs/modules/noop.html

Large diffs are not rendered by default.

870 changes: 870 additions & 0 deletions docs/modules/now.html

Large diffs are not rendered by default.

894 changes: 894 additions & 0 deletions docs/modules/object.html

Large diffs are not rendered by default.

900 changes: 900 additions & 0 deletions docs/modules/omit.html

Large diffs are not rendered by default.

884 changes: 884 additions & 0 deletions docs/modules/once.html

Large diffs are not rendered by default.

891 changes: 891 additions & 0 deletions docs/modules/pairs.html

Large diffs are not rendered by default.

902 changes: 902 additions & 0 deletions docs/modules/partial.html

Large diffs are not rendered by default.

885 changes: 885 additions & 0 deletions docs/modules/partition.html

Large diffs are not rendered by default.

904 changes: 904 additions & 0 deletions docs/modules/pick.html

Large diffs are not rendered by default.

885 changes: 885 additions & 0 deletions docs/modules/pluck.html

Large diffs are not rendered by default.

892 changes: 892 additions & 0 deletions docs/modules/property.html

Large diffs are not rendered by default.

890 changes: 890 additions & 0 deletions docs/modules/propertyOf.html

Large diffs are not rendered by default.

874 changes: 874 additions & 0 deletions docs/modules/random.html

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions docs/modules/range.html

Large diffs are not rendered by default.

883 changes: 883 additions & 0 deletions docs/modules/reduce.html

Large diffs are not rendered by default.

882 changes: 882 additions & 0 deletions docs/modules/reduceRight.html

Large diffs are not rendered by default.

886 changes: 886 additions & 0 deletions docs/modules/reject.html

Large diffs are not rendered by default.

886 changes: 886 additions & 0 deletions docs/modules/rest.html

Large diffs are not rendered by default.

893 changes: 893 additions & 0 deletions docs/modules/restArguments.html

Large diffs are not rendered by default.

900 changes: 900 additions & 0 deletions docs/modules/result.html

Large diffs are not rendered by default.

905 changes: 905 additions & 0 deletions docs/modules/sample.html

Large diffs are not rendered by default.

884 changes: 884 additions & 0 deletions docs/modules/shuffle.html

Large diffs are not rendered by default.

886 changes: 886 additions & 0 deletions docs/modules/size.html

Large diffs are not rendered by default.

893 changes: 893 additions & 0 deletions docs/modules/some.html

Large diffs are not rendered by default.

902 changes: 902 additions & 0 deletions docs/modules/sortBy.html

Large diffs are not rendered by default.

893 changes: 893 additions & 0 deletions docs/modules/sortedIndex.html

Large diffs are not rendered by default.

873 changes: 873 additions & 0 deletions docs/modules/tap.html

Large diffs are not rendered by default.

1,048 changes: 1,048 additions & 0 deletions docs/modules/template.html

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions docs/modules/templateSettings.html

Large diffs are not rendered by default.

925 changes: 925 additions & 0 deletions docs/modules/throttle.html

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions docs/modules/times.html

Large diffs are not rendered by default.

911 changes: 911 additions & 0 deletions docs/modules/toArray.html

Large diffs are not rendered by default.

921 changes: 921 additions & 0 deletions docs/modules/underscore-array-methods.html

Large diffs are not rendered by default.

927 changes: 927 additions & 0 deletions docs/modules/underscore.html

Large diffs are not rendered by default.

883 changes: 883 additions & 0 deletions docs/modules/unescape.html

Large diffs are not rendered by default.

887 changes: 887 additions & 0 deletions docs/modules/union.html

Large diffs are not rendered by default.

914 changes: 914 additions & 0 deletions docs/modules/uniq.html

Large diffs are not rendered by default.

873 changes: 873 additions & 0 deletions docs/modules/uniqueId.html

Large diffs are not rendered by default.

893 changes: 893 additions & 0 deletions docs/modules/unzip.html

Large diffs are not rendered by default.

890 changes: 890 additions & 0 deletions docs/modules/values.html

Large diffs are not rendered by default.

886 changes: 886 additions & 0 deletions docs/modules/where.html

Large diffs are not rendered by default.

885 changes: 885 additions & 0 deletions docs/modules/without.html

Large diffs are not rendered by default.

886 changes: 886 additions & 0 deletions docs/modules/wrap.html

Large diffs are not rendered by default.

884 changes: 884 additions & 0 deletions docs/modules/zip.html

Large diffs are not rendered by default.

3,305 changes: 1,692 additions & 1,613 deletions docs/underscore-esm.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -2601,7 +2601,7 @@ <h2 id="notes">Notes</h2>
<h2 id="changelog">Change Log</h2>

<p id="1.11.0">
<b class="header">1.11.0</b> &mdash; <small><i><!-- TODO: date --></i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.10.2...1.11.0">Diff</a> &mdash; <a href="https://cdn.rawgit.com/jashkenas/underscore/1.11.0/index.html">Docs</a> &mdash; <a href="https://juliangonggrijp.com/article/introducing-modular-underscore.html">Article</a><br />
<b class="header">1.11.0</b> &mdash; <small><i>August 28, 2020</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.10.2...1.11.0">Diff</a> &mdash; <a href="https://cdn.rawgit.com/jashkenas/underscore/1.11.0/index.html">Docs</a> &mdash; <a href="https://juliangonggrijp.com/article/introducing-modular-underscore.html">Article</a><br />
<ul>
<li>
Puts the source of every function in a separate module, following
2 changes: 1 addition & 1 deletion modules/_setup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Current version.
export var VERSION = '1.10.2';
export var VERSION = '1.11.0';

// Establish the root object, `window` (`self`) in the browser, `global`
// on the server, or `this` in some virtual machines. We use `self`
2 changes: 1 addition & 1 deletion modules/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Named Exports
// =============

// Underscore.js 1.10.2
// Underscore.js 1.11.0
// https://underscorejs.org
// (c) 2009-2020 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
},
"main": "underscore.js",
"module": "modules/index-all.js",
"version": "1.10.2",
"version": "1.11.0",
"devDependencies": {
"coveralls": "^2.11.2",
"docco": "^0.8.0",
5 changes: 5 additions & 0 deletions underscore-esm-min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions underscore-esm-min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions underscore-esm.js

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

6 changes: 3 additions & 3 deletions underscore-min.js

Large diffs are not rendered by default.

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

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.