@ezez/utils 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -0
- package/dist/compareProps.d.ts +7 -0
- package/dist/compareProps.d.ts.map +1 -0
- package/dist/compareProps.js +14 -0
- package/dist/compareProps.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/functions/cap.html +8 -6
- package/docs/functions/capitalize.html +8 -6
- package/docs/functions/coalesce.html +8 -6
- package/docs/functions/compareArrays.html +8 -6
- package/docs/functions/compareProps.html +147 -0
- package/docs/functions/ensureArray.html +8 -6
- package/docs/functions/ensureDate.html +8 -6
- package/docs/functions/ensureError.html +8 -6
- package/docs/functions/ensurePrefix.html +8 -6
- package/docs/functions/ensureSuffix.html +8 -6
- package/docs/functions/ensureTimestamp.html +8 -6
- package/docs/functions/escapeRegExp.html +8 -6
- package/docs/functions/get.html +8 -6
- package/docs/functions/getMultiple.html +8 -6
- package/docs/functions/insertSeparator.html +8 -6
- package/docs/functions/isEmpty.html +8 -6
- package/docs/functions/isNumericString.html +8 -6
- package/docs/functions/isPlainObject.html +8 -6
- package/docs/functions/last.html +8 -6
- package/docs/functions/mapAsync.html +8 -6
- package/docs/functions/mapValues.html +8 -6
- package/docs/functions/match.html +8 -6
- package/docs/functions/merge.html +16 -14
- package/docs/functions/mostFrequent.html +8 -6
- package/docs/functions/noop.html +8 -6
- package/docs/functions/occurrences.html +8 -6
- package/docs/functions/omit.html +8 -6
- package/docs/functions/pick.html +8 -6
- package/docs/functions/pull.html +8 -6
- package/docs/functions/remove.html +8 -6
- package/docs/functions/replace.html +8 -6
- package/docs/functions/rethrow.html +8 -6
- package/docs/functions/safe.html +9 -7
- package/docs/functions/scale.html +8 -6
- package/docs/functions/seq.html +8 -6
- package/docs/functions/seqEarlyBreak.html +8 -6
- package/docs/functions/set.html +8 -6
- package/docs/functions/setImmutable.html +8 -6
- package/docs/functions/sortBy.html +8 -6
- package/docs/functions/sortProps.html +8 -6
- package/docs/functions/stripPrefix.html +8 -6
- package/docs/functions/stripSuffix.html +8 -6
- package/docs/functions/throttle.html +8 -6
- package/docs/functions/truthy.html +8 -6
- package/docs/functions/unique.html +8 -6
- package/docs/functions/wait.html +8 -6
- package/docs/functions/waitFor.html +8 -6
- package/docs/functions/waitSync.html +8 -6
- package/docs/index.html +8 -5
- package/docs/interfaces/ComparePropsOptions.html +70 -0
- package/docs/interfaces/GetMultipleSource.html +8 -6
- package/docs/interfaces/GetSource.html +8 -6
- package/docs/interfaces/IsNumericStringOptions.html +9 -9
- package/docs/interfaces/OccurencesOptions.html +6 -6
- package/docs/interfaces/SetImmutableSource.html +8 -6
- package/docs/interfaces/SetSource.html +8 -6
- package/docs/interfaces/ThrottleOptions.html +7 -7
- package/docs/interfaces/ThrottledFunctionExtras.html +7 -7
- package/docs/modules.html +9 -5
- package/docs/pages/CHANGELOG.html +45 -32
- package/docs/pages/Introduction.html +7 -5
- package/docs/types/MapValuesFn.html +8 -6
- package/docs/types/MatchCallback.html +8 -6
- package/docs/types/SeqEarlyBreaker.html +8 -6
- package/docs/types/SeqFn.html +8 -6
- package/docs/types/SeqFunctions.html +8 -6
- package/docs/types/SetImmutablePath.html +8 -6
- package/docs/types/ThrottledFunction.html +8 -6
- package/docs/variables/mapValuesUNSET.html +8 -6
- package/docs/variables/mergeUNSET.html +8 -6
- package/esm/compareProps.d.ts +7 -0
- package/esm/compareProps.d.ts.map +1 -0
- package/esm/compareProps.js +11 -0
- package/esm/compareProps.js.map +1 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -0
- package/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/src/compareArrays.spec.ts +29 -3
- package/src/compareProps.spec.ts +68 -0
- package/src/compareProps.ts +33 -0
- package/src/index.ts +1 -0
- package/src/unique.spec.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SetSource | @ezez/utils - v1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SetSource | @ezez/utils - v1.6.0</title><meta name="description" content="Documentation for @ezez/utils - v1.6.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.6.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">@ezez/utils - v1.
|
|
15
|
+
<li><a href="../modules.html">@ezez/utils - v1.6.0</a></li>
|
|
16
16
|
<li><a href="SetSource.html">SetSource</a></li></ul>
|
|
17
17
|
<h1>Interface SetSource</h1></div>
|
|
18
18
|
<section class="tsd-panel tsd-comment">
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
<h4 class="tsd-before-signature">Indexable</h4>
|
|
29
29
|
<div class="tsd-signature"><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">unknown</span></div></section><aside class="tsd-sources">
|
|
30
30
|
<ul>
|
|
31
|
-
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/
|
|
31
|
+
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/fd785b1/src/set.ts#L6">set.ts:6</a></li></ul></aside></div>
|
|
32
32
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
33
33
|
<div class="tsd-navigation settings">
|
|
34
34
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -48,13 +48,14 @@
|
|
|
48
48
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
49
49
|
<div class="tsd-accordion-details">
|
|
50
50
|
<ul>
|
|
51
|
-
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.
|
|
51
|
+
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.6.0</a>
|
|
52
52
|
<ul>
|
|
53
53
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
|
|
54
54
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
|
|
55
55
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
56
56
|
<ul>
|
|
57
|
-
<li class="tsd-kind-interface"><a href="
|
|
57
|
+
<li class="tsd-kind-interface"><a href="ComparePropsOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Compare<wbr/>Props<wbr/>Options</a></li>
|
|
58
|
+
<li class="tsd-kind-interface"><a href="GetMultipleSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Multiple<wbr/>Source</a></li>
|
|
58
59
|
<li class="tsd-kind-interface"><a href="GetSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Source</a></li>
|
|
59
60
|
<li class="tsd-kind-interface"><a href="IsNumericStringOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Is<wbr/>Numeric<wbr/>String<wbr/>Options</a></li>
|
|
60
61
|
<li class="tsd-kind-interface"><a href="OccurencesOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Occurences<wbr/>Options</a></li>
|
|
@@ -75,6 +76,7 @@
|
|
|
75
76
|
<li class="tsd-kind-function"><a href="../functions/capitalize.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>capitalize</a></li>
|
|
76
77
|
<li class="tsd-kind-function"><a href="../functions/coalesce.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>coalesce</a></li>
|
|
77
78
|
<li class="tsd-kind-function"><a href="../functions/compareArrays.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>compare<wbr/>Arrays</a></li>
|
|
79
|
+
<li class="tsd-kind-function"><a href="../functions/compareProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>compare<wbr/>Props</a></li>
|
|
78
80
|
<li class="tsd-kind-function"><a href="../functions/ensureArray.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Array</a></li>
|
|
79
81
|
<li class="tsd-kind-function"><a href="../functions/ensureDate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Date</a></li>
|
|
80
82
|
<li class="tsd-kind-function"><a href="../functions/ensureError.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Error</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ThrottleOptions | @ezez/utils - v1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ThrottleOptions | @ezez/utils - v1.6.0</title><meta name="description" content="Documentation for @ezez/utils - v1.6.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.6.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">@ezez/utils - v1.
|
|
15
|
+
<li><a href="../modules.html">@ezez/utils - v1.6.0</a></li>
|
|
16
16
|
<li><a href="ThrottleOptions.html">ThrottleOptions</a></li></ul>
|
|
17
17
|
<h1>Interface ThrottleOptions</h1></div>
|
|
18
18
|
<section class="tsd-panel tsd-hierarchy">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">ThrottleOptions</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/fd785b1/src/throttle.ts#L1">throttle.ts:1</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
<div class="tsd-comment tsd-typography"><p>Should function be invoked immediately on first call to throttled function</p>
|
|
40
40
|
</div><aside class="tsd-sources">
|
|
41
41
|
<ul>
|
|
42
|
-
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/
|
|
42
|
+
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/fd785b1/src/throttle.ts#L5">throttle.ts:5</a></li></ul></aside></section>
|
|
43
43
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="trailing" class="tsd-anchor"></a>
|
|
44
44
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>trailing</span><a href="#trailing" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
45
45
|
<div class="tsd-signature">trailing<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
46
46
|
<div class="tsd-comment tsd-typography"><p>Should function be called after given time</p>
|
|
47
47
|
</div><aside class="tsd-sources">
|
|
48
48
|
<ul>
|
|
49
|
-
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/
|
|
49
|
+
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/fd785b1/src/throttle.ts#L9">throttle.ts:9</a></li></ul></aside></section></section></div>
|
|
50
50
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
51
51
|
<div class="tsd-navigation settings">
|
|
52
52
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
67
67
|
<div class="tsd-accordion-details">
|
|
68
68
|
<ul>
|
|
69
|
-
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.
|
|
69
|
+
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.6.0</a>
|
|
70
70
|
<ul>
|
|
71
71
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
|
|
72
72
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ThrottledFunctionExtras | @ezez/utils - v1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ThrottledFunctionExtras | @ezez/utils - v1.6.0</title><meta name="description" content="Documentation for @ezez/utils - v1.6.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.6.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">@ezez/utils - v1.
|
|
15
|
+
<li><a href="../modules.html">@ezez/utils - v1.6.0</a></li>
|
|
16
16
|
<li><a href="ThrottledFunctionExtras.html">ThrottledFunctionExtras</a></li></ul>
|
|
17
17
|
<h1>Interface ThrottledFunctionExtras</h1></div>
|
|
18
18
|
<section class="tsd-panel tsd-hierarchy">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">ThrottledFunctionExtras</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/fd785b1/src/throttle.ts#L12">throttle.ts:12</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
</div>
|
|
48
48
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
|
|
49
49
|
<ul>
|
|
50
|
-
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/
|
|
50
|
+
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/fd785b1/src/throttle.ts#L16">throttle.ts:16</a></li></ul></aside></section>
|
|
51
51
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="flush" class="tsd-anchor"></a>
|
|
52
52
|
<h3 class="tsd-anchor-link"><span>flush</span><a href="#flush" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
53
53
|
<div class="tsd-signature">flush<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></div>
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
</div>
|
|
63
63
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
|
|
64
64
|
<ul>
|
|
65
|
-
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/
|
|
65
|
+
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/fd785b1/src/throttle.ts#L20">throttle.ts:20</a></li></ul></aside></section></section></div>
|
|
66
66
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
67
67
|
<div class="tsd-navigation settings">
|
|
68
68
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
83
83
|
<div class="tsd-accordion-details">
|
|
84
84
|
<ul>
|
|
85
|
-
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.
|
|
85
|
+
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.6.0</a>
|
|
86
86
|
<ul>
|
|
87
87
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
|
|
88
88
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
|
package/docs/modules.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@ezez/utils - v1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@ezez/utils - v1.6.0</title><meta name="description" content="Documentation for @ezez/utils - v1.6.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script async src="assets/search.js" id="search-script"></script><link rel="stylesheet" href="assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base=".">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,18 +6,19 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@ezez/utils - v1.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@ezez/utils - v1.6.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
|
-
<h2>@ezez/utils - v1.
|
|
14
|
+
<h2>@ezez/utils - v1.6.0</h2></div>
|
|
15
15
|
<section class="tsd-panel-group tsd-index-group">
|
|
16
16
|
<section class="tsd-panel tsd-index-panel">
|
|
17
17
|
<h3 class="tsd-index-heading uppercase">Index</h3>
|
|
18
18
|
<section class="tsd-index-section">
|
|
19
19
|
<h3 class="tsd-index-heading">Interfaces</h3>
|
|
20
|
-
<div class="tsd-index-list"><a href="interfaces/
|
|
20
|
+
<div class="tsd-index-list"><a href="interfaces/ComparePropsOptions.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Compare<wbr/>Props<wbr/>Options</span></a>
|
|
21
|
+
<a href="interfaces/GetMultipleSource.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Get<wbr/>Multiple<wbr/>Source</span></a>
|
|
21
22
|
<a href="interfaces/GetSource.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Get<wbr/>Source</span></a>
|
|
22
23
|
<a href="interfaces/IsNumericStringOptions.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Is<wbr/>Numeric<wbr/>String<wbr/>Options</span></a>
|
|
23
24
|
<a href="interfaces/OccurencesOptions.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Occurences<wbr/>Options</span></a>
|
|
@@ -47,6 +48,7 @@
|
|
|
47
48
|
<a href="functions/capitalize.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>capitalize</span></a>
|
|
48
49
|
<a href="functions/coalesce.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>coalesce</span></a>
|
|
49
50
|
<a href="functions/compareArrays.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>compare<wbr/>Arrays</span></a>
|
|
51
|
+
<a href="functions/compareProps.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>compare<wbr/>Props</span></a>
|
|
50
52
|
<a href="functions/ensureArray.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>ensure<wbr/>Array</span></a>
|
|
51
53
|
<a href="functions/ensureDate.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>ensure<wbr/>Date</span></a>
|
|
52
54
|
<a href="functions/ensureError.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>ensure<wbr/>Error</span></a>
|
|
@@ -110,12 +112,13 @@
|
|
|
110
112
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
111
113
|
<div class="tsd-accordion-details">
|
|
112
114
|
<ul>
|
|
113
|
-
<li class="current selected"><a href="modules.html">@ezez/utils -<wbr/> v1.
|
|
115
|
+
<li class="current selected"><a href="modules.html">@ezez/utils -<wbr/> v1.6.0</a>
|
|
114
116
|
<ul>
|
|
115
117
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/Introduction.html">Introduction</a></li>
|
|
116
118
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
|
|
117
119
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
118
120
|
<ul>
|
|
121
|
+
<li class="tsd-kind-interface"><a href="interfaces/ComparePropsOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Compare<wbr/>Props<wbr/>Options</a></li>
|
|
119
122
|
<li class="tsd-kind-interface"><a href="interfaces/GetMultipleSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Multiple<wbr/>Source</a></li>
|
|
120
123
|
<li class="tsd-kind-interface"><a href="interfaces/GetSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Source</a></li>
|
|
121
124
|
<li class="tsd-kind-interface"><a href="interfaces/IsNumericStringOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Is<wbr/>Numeric<wbr/>String<wbr/>Options</a></li>
|
|
@@ -137,6 +140,7 @@
|
|
|
137
140
|
<li class="tsd-kind-function"><a href="functions/capitalize.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>capitalize</a></li>
|
|
138
141
|
<li class="tsd-kind-function"><a href="functions/coalesce.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>coalesce</a></li>
|
|
139
142
|
<li class="tsd-kind-function"><a href="functions/compareArrays.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>compare<wbr/>Arrays</a></li>
|
|
143
|
+
<li class="tsd-kind-function"><a href="functions/compareProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>compare<wbr/>Props</a></li>
|
|
140
144
|
<li class="tsd-kind-function"><a href="functions/ensureArray.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Array</a></li>
|
|
141
145
|
<li class="tsd-kind-function"><a href="functions/ensureDate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Date</a></li>
|
|
142
146
|
<li class="tsd-kind-function"><a href="functions/ensureError.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Error</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Changelog | @ezez/utils - v1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Changelog | @ezez/utils - v1.6.0</title><meta name="description" content="Documentation for @ezez/utils - v1.6.0"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,24 +6,35 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.6.0</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">@ezez/utils - v1.
|
|
15
|
+
<li><a href="../modules.html">@ezez/utils - v1.6.0</a></li>
|
|
16
16
|
<li><a href="CHANGELOG.html">Changelog</a></li></ul>
|
|
17
17
|
<h1> Changelog</h1></div>
|
|
18
18
|
<div class="tsd-panel tsd-typography"><p>All notable changes to this project will be documented in this file.</p>
|
|
19
19
|
<p>The format is based on <a href="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>
|
|
20
20
|
and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
|
|
21
21
|
|
|
22
|
+
<a href="#160---2023-05-12" id="160---2023-05-12" style="color: inherit; text-decoration: none;">
|
|
23
|
+
<h2>[1.6.0] - 2023-05-12</h2>
|
|
24
|
+
</a>
|
|
25
|
+
|
|
26
|
+
<a href="#added" id="added" style="color: inherit; text-decoration: none;">
|
|
27
|
+
<h3>Added</h3>
|
|
28
|
+
</a>
|
|
29
|
+
<ul>
|
|
30
|
+
<li><code>compareProps</code> method</li>
|
|
31
|
+
</ul>
|
|
32
|
+
|
|
22
33
|
<a href="#150---2023-05-12" id="150---2023-05-12" style="color: inherit; text-decoration: none;">
|
|
23
34
|
<h2>[1.5.0] - 2023-05-12</h2>
|
|
24
35
|
</a>
|
|
25
36
|
|
|
26
|
-
<a href="#added" id="added" style="color: inherit; text-decoration: none;">
|
|
37
|
+
<a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
|
|
27
38
|
<h3>Added</h3>
|
|
28
39
|
</a>
|
|
29
40
|
<ul>
|
|
@@ -35,7 +46,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
35
46
|
<h2>[1.4.0] - 2023-05-11</h2>
|
|
36
47
|
</a>
|
|
37
48
|
|
|
38
|
-
<a href="#added-
|
|
49
|
+
<a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
|
|
39
50
|
<h3>Added</h3>
|
|
40
51
|
</a>
|
|
41
52
|
<ul>
|
|
@@ -48,7 +59,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
48
59
|
<h2>[1.3.0] - 2023-05-07</h2>
|
|
49
60
|
</a>
|
|
50
61
|
|
|
51
|
-
<a href="#added-
|
|
62
|
+
<a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
|
|
52
63
|
<h3>Added</h3>
|
|
53
64
|
</a>
|
|
54
65
|
<ul>
|
|
@@ -67,7 +78,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
67
78
|
<h2>[1.2.0] - 2023-03-01</h2>
|
|
68
79
|
</a>
|
|
69
80
|
|
|
70
|
-
<a href="#added-
|
|
81
|
+
<a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
|
|
71
82
|
<h3>Added</h3>
|
|
72
83
|
</a>
|
|
73
84
|
<ul>
|
|
@@ -83,7 +94,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
83
94
|
<h2>[1.1.0] - 2023-02-20</h2>
|
|
84
95
|
</a>
|
|
85
96
|
|
|
86
|
-
<a href="#added-
|
|
97
|
+
<a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
|
|
87
98
|
<h3>Added</h3>
|
|
88
99
|
</a>
|
|
89
100
|
<ul>
|
|
@@ -102,7 +113,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
102
113
|
<h2>[1.0.0] - 2023-02-19</h2>
|
|
103
114
|
</a>
|
|
104
115
|
|
|
105
|
-
<a href="#added-
|
|
116
|
+
<a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
|
|
106
117
|
<h3>Added</h3>
|
|
107
118
|
</a>
|
|
108
119
|
<ul>
|
|
@@ -156,7 +167,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
156
167
|
<h2>[0.24.0] - 2022-09-23</h2>
|
|
157
168
|
</a>
|
|
158
169
|
|
|
159
|
-
<a href="#added-
|
|
170
|
+
<a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
|
|
160
171
|
<h3>Added</h3>
|
|
161
172
|
</a>
|
|
162
173
|
<ul>
|
|
@@ -204,7 +215,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
204
215
|
<h2>[0.23.0] - 2022-07-17</h2>
|
|
205
216
|
</a>
|
|
206
217
|
|
|
207
|
-
<a href="#added-
|
|
218
|
+
<a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
|
|
208
219
|
<h3>Added</h3>
|
|
209
220
|
</a>
|
|
210
221
|
<ul>
|
|
@@ -215,7 +226,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
215
226
|
<h2>[0.22.0] - 2022-07-16</h2>
|
|
216
227
|
</a>
|
|
217
228
|
|
|
218
|
-
<a href="#added-
|
|
229
|
+
<a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
|
|
219
230
|
<h3>Added</h3>
|
|
220
231
|
</a>
|
|
221
232
|
<ul>
|
|
@@ -233,7 +244,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
233
244
|
<h2>[0.21.0] - 2022-07-08</h2>
|
|
234
245
|
</a>
|
|
235
246
|
|
|
236
|
-
<a href="#added-
|
|
247
|
+
<a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
|
|
237
248
|
<h3>Added</h3>
|
|
238
249
|
</a>
|
|
239
250
|
<ul>
|
|
@@ -244,7 +255,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
244
255
|
<h2>[0.20.0] - 2022-07-03</h2>
|
|
245
256
|
</a>
|
|
246
257
|
|
|
247
|
-
<a href="#added-
|
|
258
|
+
<a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
|
|
248
259
|
<h3>Added</h3>
|
|
249
260
|
</a>
|
|
250
261
|
<ul>
|
|
@@ -266,7 +277,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
266
277
|
<h2>[0.19.0] - 2022-04-27</h2>
|
|
267
278
|
</a>
|
|
268
279
|
|
|
269
|
-
<a href="#added-
|
|
280
|
+
<a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
|
|
270
281
|
<h3>Added</h3>
|
|
271
282
|
</a>
|
|
272
283
|
<ul>
|
|
@@ -292,7 +303,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
292
303
|
<h2>[0.18.0] - 2021-12-04</h2>
|
|
293
304
|
</a>
|
|
294
305
|
|
|
295
|
-
<a href="#added-
|
|
306
|
+
<a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
|
|
296
307
|
<h3>Added</h3>
|
|
297
308
|
</a>
|
|
298
309
|
<ul>
|
|
@@ -315,7 +326,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
315
326
|
<h2>[0.17.0] - 2021-10-31</h2>
|
|
316
327
|
</a>
|
|
317
328
|
|
|
318
|
-
<a href="#added-
|
|
329
|
+
<a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
|
|
319
330
|
<h3>Added</h3>
|
|
320
331
|
</a>
|
|
321
332
|
<ul>
|
|
@@ -333,7 +344,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
333
344
|
<h2>[0.16.0] - 2021-09-24</h2>
|
|
334
345
|
</a>
|
|
335
346
|
|
|
336
|
-
<a href="#added-
|
|
347
|
+
<a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
|
|
337
348
|
<h3>Added</h3>
|
|
338
349
|
</a>
|
|
339
350
|
<ul>
|
|
@@ -344,7 +355,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
344
355
|
<h2>[0.15.0] - 2021-07-04</h2>
|
|
345
356
|
</a>
|
|
346
357
|
|
|
347
|
-
<a href="#added-
|
|
358
|
+
<a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
|
|
348
359
|
<h3>Added</h3>
|
|
349
360
|
</a>
|
|
350
361
|
<ul>
|
|
@@ -380,7 +391,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
380
391
|
<li>upgraded typings for sortBy</li>
|
|
381
392
|
</ul>
|
|
382
393
|
|
|
383
|
-
<a href="#added-
|
|
394
|
+
<a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
|
|
384
395
|
<h3>Added</h3>
|
|
385
396
|
</a>
|
|
386
397
|
<ul>
|
|
@@ -422,7 +433,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
422
433
|
<h2>[0.13.0] - 2021-02-03</h2>
|
|
423
434
|
</a>
|
|
424
435
|
|
|
425
|
-
<a href="#added-
|
|
436
|
+
<a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
|
|
426
437
|
<h3>Added</h3>
|
|
427
438
|
</a>
|
|
428
439
|
<ul>
|
|
@@ -435,7 +446,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
435
446
|
<h2>[0.12.0] - 2021-01-19</h2>
|
|
436
447
|
</a>
|
|
437
448
|
|
|
438
|
-
<a href="#added-
|
|
449
|
+
<a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
|
|
439
450
|
<h3>Added</h3>
|
|
440
451
|
</a>
|
|
441
452
|
<ul>
|
|
@@ -477,7 +488,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
477
488
|
<h2>[0.10.0] - 2020-09-14</h2>
|
|
478
489
|
</a>
|
|
479
490
|
|
|
480
|
-
<a href="#added-
|
|
491
|
+
<a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
|
|
481
492
|
<h3>Added</h3>
|
|
482
493
|
</a>
|
|
483
494
|
<ul>
|
|
@@ -488,7 +499,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
488
499
|
<h2>[0.9.0] - 2020-07-09</h2>
|
|
489
500
|
</a>
|
|
490
501
|
|
|
491
|
-
<a href="#added-
|
|
502
|
+
<a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
|
|
492
503
|
<h3>Added</h3>
|
|
493
504
|
</a>
|
|
494
505
|
<ul>
|
|
@@ -529,7 +540,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
529
540
|
<h2>[0.7.0] - 2020-03-10</h2>
|
|
530
541
|
</a>
|
|
531
542
|
|
|
532
|
-
<a href="#added-
|
|
543
|
+
<a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
|
|
533
544
|
<h3>Added</h3>
|
|
534
545
|
</a>
|
|
535
546
|
<ul>
|
|
@@ -588,7 +599,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
588
599
|
<h2>[0.6.0] - 2019-05-12</h2>
|
|
589
600
|
</a>
|
|
590
601
|
|
|
591
|
-
<a href="#added-
|
|
602
|
+
<a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
|
|
592
603
|
<h3>Added</h3>
|
|
593
604
|
</a>
|
|
594
605
|
<ul>
|
|
@@ -606,7 +617,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
606
617
|
<h2>[0.5.0] - 2019-04-09</h2>
|
|
607
618
|
</a>
|
|
608
619
|
|
|
609
|
-
<a href="#added-
|
|
620
|
+
<a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
|
|
610
621
|
<h3>Added</h3>
|
|
611
622
|
</a>
|
|
612
623
|
<ul>
|
|
@@ -628,7 +639,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
628
639
|
<h2>[0.4.0] - 2019-01-30</h2>
|
|
629
640
|
</a>
|
|
630
641
|
|
|
631
|
-
<a href="#added-
|
|
642
|
+
<a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
|
|
632
643
|
<h3>Added</h3>
|
|
633
644
|
</a>
|
|
634
645
|
<ul>
|
|
@@ -665,7 +676,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
665
676
|
<li>improved one <code>set</code> test</li>
|
|
666
677
|
</ul>
|
|
667
678
|
|
|
668
|
-
<a href="#added-
|
|
679
|
+
<a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
|
|
669
680
|
<h3>Added</h3>
|
|
670
681
|
</a>
|
|
671
682
|
<ul>
|
|
@@ -676,7 +687,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
676
687
|
<h2>[0.2.0] 2018-12-09</h2>
|
|
677
688
|
</a>
|
|
678
689
|
|
|
679
|
-
<a href="#added-
|
|
690
|
+
<a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
|
|
680
691
|
<h3>Added</h3>
|
|
681
692
|
</a>
|
|
682
693
|
<ul>
|
|
@@ -703,13 +714,14 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
703
714
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
704
715
|
<div class="tsd-accordion-details">
|
|
705
716
|
<ul>
|
|
706
|
-
<li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.
|
|
717
|
+
<li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.6.0</a>
|
|
707
718
|
<ul>
|
|
708
719
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
|
|
709
720
|
<li class="current selected pages-entry pages-entry-page pages-entry-depth-1"><a href="CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
|
|
710
721
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
711
722
|
<ul>
|
|
712
|
-
<li class="tsd-kind-interface"><a href="../interfaces/
|
|
723
|
+
<li class="tsd-kind-interface"><a href="../interfaces/ComparePropsOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Compare<wbr/>Props<wbr/>Options</a></li>
|
|
724
|
+
<li class="tsd-kind-interface"><a href="../interfaces/GetMultipleSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Multiple<wbr/>Source</a></li>
|
|
713
725
|
<li class="tsd-kind-interface"><a href="../interfaces/GetSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Source</a></li>
|
|
714
726
|
<li class="tsd-kind-interface"><a href="../interfaces/IsNumericStringOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Is<wbr/>Numeric<wbr/>String<wbr/>Options</a></li>
|
|
715
727
|
<li class="tsd-kind-interface"><a href="../interfaces/OccurencesOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Occurences<wbr/>Options</a></li>
|
|
@@ -730,6 +742,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
730
742
|
<li class="tsd-kind-function"><a href="../functions/capitalize.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>capitalize</a></li>
|
|
731
743
|
<li class="tsd-kind-function"><a href="../functions/coalesce.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>coalesce</a></li>
|
|
732
744
|
<li class="tsd-kind-function"><a href="../functions/compareArrays.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>compare<wbr/>Arrays</a></li>
|
|
745
|
+
<li class="tsd-kind-function"><a href="../functions/compareProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>compare<wbr/>Props</a></li>
|
|
733
746
|
<li class="tsd-kind-function"><a href="../functions/ensureArray.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Array</a></li>
|
|
734
747
|
<li class="tsd-kind-function"><a href="../functions/ensureDate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Date</a></li>
|
|
735
748
|
<li class="tsd-kind-function"><a href="../functions/ensureError.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Error</a></li>
|