@ezez/utils 1.7.0 → 1.8.1
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 +10 -0
- package/README.md +1 -0
- package/dist/formatDate.d.ts +3 -0
- package/dist/formatDate.d.ts.map +1 -0
- package/dist/formatDate.js +55 -0
- package/dist/formatDate.js.map +1 -0
- package/dist/getMultiple.js.map +1 -1
- 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/dist/isNumericString.js.map +1 -1
- package/dist/mapAsync.js.map +1 -1
- package/dist/mostFrequent.d.ts.map +1 -1
- package/dist/mostFrequent.js.map +1 -1
- package/dist/pull.js.map +1 -1
- package/dist/remove.js.map +1 -1
- package/dist/replace.d.ts.map +1 -1
- package/dist/replace.js +5 -1
- package/dist/replace.js.map +1 -1
- package/dist/set.js.map +1 -1
- package/dist/setImmutable.js.map +1 -1
- package/dist/throttle.js.map +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/functions/cap.html +6 -5
- package/docs/functions/capitalize.html +6 -5
- package/docs/functions/coalesce.html +6 -5
- package/docs/functions/compareArrays.html +6 -5
- package/docs/functions/compareProps.html +6 -5
- package/docs/functions/ensureArray.html +6 -5
- package/docs/functions/ensureDate.html +6 -5
- package/docs/functions/ensureError.html +6 -5
- package/docs/functions/ensurePrefix.html +6 -5
- package/docs/functions/ensureSuffix.html +6 -5
- package/docs/functions/ensureTimestamp.html +6 -5
- package/docs/functions/escapeRegExp.html +6 -5
- package/docs/functions/formatDate.html +136 -0
- package/docs/functions/get.html +6 -5
- package/docs/functions/getMultiple.html +6 -5
- package/docs/functions/insertSeparator.html +6 -5
- package/docs/functions/isEmpty.html +6 -5
- package/docs/functions/isNumericString.html +6 -5
- package/docs/functions/isPlainObject.html +6 -5
- package/docs/functions/last.html +6 -5
- package/docs/functions/later-1.html +6 -5
- package/docs/functions/mapAsync.html +6 -5
- package/docs/functions/mapValues.html +6 -5
- package/docs/functions/match.html +6 -5
- package/docs/functions/merge.html +14 -13
- package/docs/functions/mostFrequent.html +6 -5
- package/docs/functions/noop.html +6 -5
- package/docs/functions/occurrences.html +6 -5
- package/docs/functions/omit.html +6 -5
- package/docs/functions/pick.html +6 -5
- package/docs/functions/pull.html +6 -5
- package/docs/functions/remove.html +6 -5
- package/docs/functions/replace.html +6 -5
- package/docs/functions/rethrow.html +6 -5
- package/docs/functions/safe.html +7 -6
- package/docs/functions/scale.html +6 -5
- package/docs/functions/seq.html +6 -5
- package/docs/functions/seqEarlyBreak.html +6 -5
- package/docs/functions/set.html +6 -5
- package/docs/functions/setImmutable.html +6 -5
- package/docs/functions/sortBy.html +6 -5
- package/docs/functions/sortProps.html +6 -5
- package/docs/functions/stripPrefix.html +6 -5
- package/docs/functions/stripSuffix.html +6 -5
- package/docs/functions/throttle.html +6 -5
- package/docs/functions/truthy.html +6 -5
- package/docs/functions/unique.html +6 -5
- package/docs/functions/wait.html +6 -5
- package/docs/functions/waitFor.html +6 -5
- package/docs/functions/waitSync.html +6 -5
- package/docs/index.html +6 -4
- package/docs/interfaces/ComparePropsOptions.html +6 -6
- package/docs/interfaces/GetMultipleSource.html +6 -5
- package/docs/interfaces/GetSource.html +6 -5
- package/docs/interfaces/IsNumericStringOptions.html +9 -9
- package/docs/interfaces/OccurencesOptions.html +6 -6
- package/docs/interfaces/SetImmutableSource.html +6 -5
- package/docs/interfaces/SetSource.html +6 -5
- package/docs/interfaces/ThrottleOptions.html +7 -7
- package/docs/interfaces/ThrottledFunctionExtras.html +7 -7
- package/docs/modules.html +6 -4
- package/docs/pages/CHANGELOG.html +83 -53
- package/docs/pages/Introduction.html +5 -4
- package/docs/types/Later.html +6 -5
- package/docs/types/MapValuesFn.html +6 -5
- package/docs/types/MatchCallback.html +6 -5
- package/docs/types/SeqEarlyBreaker.html +6 -5
- package/docs/types/SeqFn.html +6 -5
- package/docs/types/SeqFunctions.html +6 -5
- package/docs/types/SetImmutablePath.html +6 -5
- package/docs/types/ThrottledFunction.html +6 -5
- package/docs/variables/mapValuesUNSET.html +6 -5
- package/docs/variables/mergeUNSET.html +6 -5
- package/esm/formatDate.d.ts +3 -0
- package/esm/formatDate.d.ts.map +1 -0
- package/esm/formatDate.js +52 -0
- package/esm/formatDate.js.map +1 -0
- package/esm/getMultiple.js.map +1 -1
- 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/esm/isNumericString.js.map +1 -1
- package/esm/mapAsync.js.map +1 -1
- package/esm/mostFrequent.d.ts.map +1 -1
- package/esm/mostFrequent.js.map +1 -1
- package/esm/pull.js.map +1 -1
- package/esm/remove.js.map +1 -1
- package/esm/replace.d.ts.map +1 -1
- package/esm/replace.js +5 -1
- package/esm/replace.js.map +1 -1
- package/esm/set.js.map +1 -1
- package/esm/setImmutable.js.map +1 -1
- package/esm/throttle.js.map +1 -1
- package/package.json +10 -9
- package/src/formatDate.spec.ts +199 -0
- package/src/formatDate.ts +73 -0
- package/src/getMultiple.ts +1 -1
- package/src/index.ts +1 -0
- package/src/isNumericString.ts +1 -1
- package/src/mapAsync.ts +1 -1
- package/src/mostFrequent.ts +1 -0
- package/src/pull.ts +1 -1
- package/src/remove.ts +2 -2
- package/src/replace.spec.ts +4 -0
- package/src/replace.ts +6 -2
- package/src/safe.spec.ts +0 -1
- package/src/set.ts +1 -1
- package/src/setImmutable.ts +1 -1
- package/src/throttle.ts +1 -1
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.8.1</title><meta name="description" content="Documentation for @ezez/utils - v1.8.1"/><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,12 +6,12 @@
|
|
|
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.8.1</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.8.1</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>
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
<a href="functions/ensureSuffix.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/>Suffix</span></a>
|
|
58
58
|
<a href="functions/ensureTimestamp.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/>Timestamp</span></a>
|
|
59
59
|
<a href="functions/escapeRegExp.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>escape<wbr/>Reg<wbr/>Exp</span></a>
|
|
60
|
+
<a href="functions/formatDate.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>format<wbr/>Date</span></a>
|
|
60
61
|
<a href="functions/get.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>get</span></a>
|
|
61
62
|
<a href="functions/getMultiple.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>get<wbr/>Multiple</span></a>
|
|
62
63
|
<a href="functions/insertSeparator.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>insert<wbr/>Separator</span></a>
|
|
@@ -114,7 +115,7 @@
|
|
|
114
115
|
<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>
|
|
115
116
|
<div class="tsd-accordion-details">
|
|
116
117
|
<ul>
|
|
117
|
-
<li class="current selected"><a href="modules.html">@ezez/utils -<wbr/> v1.
|
|
118
|
+
<li class="current selected"><a href="modules.html">@ezez/utils -<wbr/> v1.8.1</a>
|
|
118
119
|
<ul>
|
|
119
120
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/Introduction.html">Introduction</a></li>
|
|
120
121
|
<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>
|
|
@@ -151,6 +152,7 @@
|
|
|
151
152
|
<li class="tsd-kind-function"><a href="functions/ensureSuffix.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/>Suffix</a></li>
|
|
152
153
|
<li class="tsd-kind-function"><a href="functions/ensureTimestamp.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/>Timestamp</a></li>
|
|
153
154
|
<li class="tsd-kind-function"><a href="functions/escapeRegExp.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>escape<wbr/>Reg<wbr/>Exp</a></li>
|
|
155
|
+
<li class="tsd-kind-function"><a href="functions/formatDate.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>format<wbr/>Date</a></li>
|
|
154
156
|
<li class="tsd-kind-function"><a href="functions/get.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>get</a></li>
|
|
155
157
|
<li class="tsd-kind-function"><a href="functions/getMultiple.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>get<wbr/>Multiple</a></li>
|
|
156
158
|
<li class="tsd-kind-function"><a href="functions/insertSeparator.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>insert<wbr/>Separator</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.8.1</title><meta name="description" content="Documentation for @ezez/utils - v1.8.1"/><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,53 @@
|
|
|
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.8.1</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.8.1</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="#181---2023-06-24" id="181---2023-06-24" style="color: inherit; text-decoration: none;">
|
|
23
|
+
<h2>[1.8.1] - 2023-06-24</h2>
|
|
24
|
+
</a>
|
|
25
|
+
|
|
26
|
+
<a href="#fixed" id="fixed" style="color: inherit; text-decoration: none;">
|
|
27
|
+
<h3>Fixed</h3>
|
|
28
|
+
</a>
|
|
29
|
+
<ul>
|
|
30
|
+
<li><code>replace</code> method replacing everything with bunch of <code>undefined</code> when empty map is given</li>
|
|
31
|
+
</ul>
|
|
32
|
+
|
|
33
|
+
<a href="#180---2023-06-03" id="180---2023-06-03" style="color: inherit; text-decoration: none;">
|
|
34
|
+
<h2>[1.8.0] - 2023-06-03</h2>
|
|
35
|
+
</a>
|
|
36
|
+
|
|
37
|
+
<a href="#added" id="added" style="color: inherit; text-decoration: none;">
|
|
38
|
+
<h3>Added</h3>
|
|
39
|
+
</a>
|
|
40
|
+
<ul>
|
|
41
|
+
<li><code>formatDate</code> method</li>
|
|
42
|
+
</ul>
|
|
43
|
+
|
|
44
|
+
<a href="#dev" id="dev" style="color: inherit; text-decoration: none;">
|
|
45
|
+
<h3>Dev</h3>
|
|
46
|
+
</a>
|
|
47
|
+
<ul>
|
|
48
|
+
<li>deps update</li>
|
|
49
|
+
</ul>
|
|
50
|
+
|
|
22
51
|
<a href="#170---2023-05-22" id="170---2023-05-22" style="color: inherit; text-decoration: none;">
|
|
23
52
|
<h2>[1.7.0] - 2023-05-22</h2>
|
|
24
53
|
</a>
|
|
25
54
|
|
|
26
|
-
<a href="#added" id="added" style="color: inherit; text-decoration: none;">
|
|
55
|
+
<a href="#added-1" id="added-1" style="color: inherit; text-decoration: none;">
|
|
27
56
|
<h3>Added</h3>
|
|
28
57
|
</a>
|
|
29
58
|
<ul>
|
|
@@ -34,7 +63,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
34
63
|
<h2>[1.6.0] - 2023-05-12</h2>
|
|
35
64
|
</a>
|
|
36
65
|
|
|
37
|
-
<a href="#added-
|
|
66
|
+
<a href="#added-2" id="added-2" style="color: inherit; text-decoration: none;">
|
|
38
67
|
<h3>Added</h3>
|
|
39
68
|
</a>
|
|
40
69
|
<ul>
|
|
@@ -45,7 +74,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
45
74
|
<h2>[1.5.0] - 2023-05-12</h2>
|
|
46
75
|
</a>
|
|
47
76
|
|
|
48
|
-
<a href="#added-
|
|
77
|
+
<a href="#added-3" id="added-3" style="color: inherit; text-decoration: none;">
|
|
49
78
|
<h3>Added</h3>
|
|
50
79
|
</a>
|
|
51
80
|
<ul>
|
|
@@ -57,7 +86,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
57
86
|
<h2>[1.4.0] - 2023-05-11</h2>
|
|
58
87
|
</a>
|
|
59
88
|
|
|
60
|
-
<a href="#added-
|
|
89
|
+
<a href="#added-4" id="added-4" style="color: inherit; text-decoration: none;">
|
|
61
90
|
<h3>Added</h3>
|
|
62
91
|
</a>
|
|
63
92
|
<ul>
|
|
@@ -70,14 +99,14 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
70
99
|
<h2>[1.3.0] - 2023-05-07</h2>
|
|
71
100
|
</a>
|
|
72
101
|
|
|
73
|
-
<a href="#added-
|
|
102
|
+
<a href="#added-5" id="added-5" style="color: inherit; text-decoration: none;">
|
|
74
103
|
<h3>Added</h3>
|
|
75
104
|
</a>
|
|
76
105
|
<ul>
|
|
77
106
|
<li><code>safe</code> method</li>
|
|
78
107
|
</ul>
|
|
79
108
|
|
|
80
|
-
<a href="#dev" id="dev" style="color: inherit; text-decoration: none;">
|
|
109
|
+
<a href="#dev-1" id="dev-1" style="color: inherit; text-decoration: none;">
|
|
81
110
|
<h3>Dev</h3>
|
|
82
111
|
</a>
|
|
83
112
|
<ul>
|
|
@@ -89,7 +118,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
89
118
|
<h2>[1.2.0] - 2023-03-01</h2>
|
|
90
119
|
</a>
|
|
91
120
|
|
|
92
|
-
<a href="#added-
|
|
121
|
+
<a href="#added-6" id="added-6" style="color: inherit; text-decoration: none;">
|
|
93
122
|
<h3>Added</h3>
|
|
94
123
|
</a>
|
|
95
124
|
<ul>
|
|
@@ -105,7 +134,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
105
134
|
<h2>[1.1.0] - 2023-02-20</h2>
|
|
106
135
|
</a>
|
|
107
136
|
|
|
108
|
-
<a href="#added-
|
|
137
|
+
<a href="#added-7" id="added-7" style="color: inherit; text-decoration: none;">
|
|
109
138
|
<h3>Added</h3>
|
|
110
139
|
</a>
|
|
111
140
|
<ul>
|
|
@@ -124,7 +153,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
124
153
|
<h2>[1.0.0] - 2023-02-19</h2>
|
|
125
154
|
</a>
|
|
126
155
|
|
|
127
|
-
<a href="#added-
|
|
156
|
+
<a href="#added-8" id="added-8" style="color: inherit; text-decoration: none;">
|
|
128
157
|
<h3>Added</h3>
|
|
129
158
|
</a>
|
|
130
159
|
<ul>
|
|
@@ -152,7 +181,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
152
181
|
<li>in jsdoc added a warning to get/set and family about using them with TS</li>
|
|
153
182
|
</ul>
|
|
154
183
|
|
|
155
|
-
<a href="#dev-
|
|
184
|
+
<a href="#dev-2" id="dev-2" style="color: inherit; text-decoration: none;">
|
|
156
185
|
<h3>Dev</h3>
|
|
157
186
|
</a>
|
|
158
187
|
<ul>
|
|
@@ -166,7 +195,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
166
195
|
<h2>[0.24.1] - 2022-11-08</h2>
|
|
167
196
|
</a>
|
|
168
197
|
|
|
169
|
-
<a href="#dev-
|
|
198
|
+
<a href="#dev-3" id="dev-3" style="color: inherit; text-decoration: none;">
|
|
170
199
|
<h3>Dev</h3>
|
|
171
200
|
</a>
|
|
172
201
|
<ul>
|
|
@@ -178,7 +207,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
178
207
|
<h2>[0.24.0] - 2022-09-23</h2>
|
|
179
208
|
</a>
|
|
180
209
|
|
|
181
|
-
<a href="#added-
|
|
210
|
+
<a href="#added-9" id="added-9" style="color: inherit; text-decoration: none;">
|
|
182
211
|
<h3>Added</h3>
|
|
183
212
|
</a>
|
|
184
213
|
<ul>
|
|
@@ -192,7 +221,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
192
221
|
<li><code>throttle</code> with multiple timeouts working more as intended with <code>opts.leading</code> = true</li>
|
|
193
222
|
</ul>
|
|
194
223
|
|
|
195
|
-
<a href="#fixed" id="fixed" style="color: inherit; text-decoration: none;">
|
|
224
|
+
<a href="#fixed-1" id="fixed-1" style="color: inherit; text-decoration: none;">
|
|
196
225
|
<h3>Fixed</h3>
|
|
197
226
|
</a>
|
|
198
227
|
<ul>
|
|
@@ -203,7 +232,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
203
232
|
<h2>[0.23.2] - 2022-08-21</h2>
|
|
204
233
|
</a>
|
|
205
234
|
|
|
206
|
-
<a href="#fixed-
|
|
235
|
+
<a href="#fixed-2" id="fixed-2" style="color: inherit; text-decoration: none;">
|
|
207
236
|
<h3>Fixed</h3>
|
|
208
237
|
</a>
|
|
209
238
|
<ul>
|
|
@@ -215,7 +244,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
215
244
|
<h2>[0.23.1] - 2022-07-17</h2>
|
|
216
245
|
</a>
|
|
217
246
|
|
|
218
|
-
<a href="#fixed-
|
|
247
|
+
<a href="#fixed-3" id="fixed-3" style="color: inherit; text-decoration: none;">
|
|
219
248
|
<h3>Fixed</h3>
|
|
220
249
|
</a>
|
|
221
250
|
<ul>
|
|
@@ -226,7 +255,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
226
255
|
<h2>[0.23.0] - 2022-07-17</h2>
|
|
227
256
|
</a>
|
|
228
257
|
|
|
229
|
-
<a href="#added-
|
|
258
|
+
<a href="#added-10" id="added-10" style="color: inherit; text-decoration: none;">
|
|
230
259
|
<h3>Added</h3>
|
|
231
260
|
</a>
|
|
232
261
|
<ul>
|
|
@@ -237,14 +266,14 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
237
266
|
<h2>[0.22.0] - 2022-07-16</h2>
|
|
238
267
|
</a>
|
|
239
268
|
|
|
240
|
-
<a href="#added-
|
|
269
|
+
<a href="#added-11" id="added-11" style="color: inherit; text-decoration: none;">
|
|
241
270
|
<h3>Added</h3>
|
|
242
271
|
</a>
|
|
243
272
|
<ul>
|
|
244
273
|
<li><code>capitalize</code> method</li>
|
|
245
274
|
</ul>
|
|
246
275
|
|
|
247
|
-
<a href="#fixed-
|
|
276
|
+
<a href="#fixed-4" id="fixed-4" style="color: inherit; text-decoration: none;">
|
|
248
277
|
<h3>Fixed</h3>
|
|
249
278
|
</a>
|
|
250
279
|
<ul>
|
|
@@ -255,7 +284,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
255
284
|
<h2>[0.21.0] - 2022-07-08</h2>
|
|
256
285
|
</a>
|
|
257
286
|
|
|
258
|
-
<a href="#added-
|
|
287
|
+
<a href="#added-12" id="added-12" style="color: inherit; text-decoration: none;">
|
|
259
288
|
<h3>Added</h3>
|
|
260
289
|
</a>
|
|
261
290
|
<ul>
|
|
@@ -266,7 +295,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
266
295
|
<h2>[0.20.0] - 2022-07-03</h2>
|
|
267
296
|
</a>
|
|
268
297
|
|
|
269
|
-
<a href="#added-
|
|
298
|
+
<a href="#added-13" id="added-13" style="color: inherit; text-decoration: none;">
|
|
270
299
|
<h3>Added</h3>
|
|
271
300
|
</a>
|
|
272
301
|
<ul>
|
|
@@ -277,7 +306,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
277
306
|
<h2>[0.19.1] - 2022-04-27</h2>
|
|
278
307
|
</a>
|
|
279
308
|
|
|
280
|
-
<a href="#fixed-
|
|
309
|
+
<a href="#fixed-5" id="fixed-5" style="color: inherit; text-decoration: none;">
|
|
281
310
|
<h3>Fixed</h3>
|
|
282
311
|
</a>
|
|
283
312
|
<ul>
|
|
@@ -288,7 +317,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
288
317
|
<h2>[0.19.0] - 2022-04-27</h2>
|
|
289
318
|
</a>
|
|
290
319
|
|
|
291
|
-
<a href="#added-
|
|
320
|
+
<a href="#added-14" id="added-14" style="color: inherit; text-decoration: none;">
|
|
292
321
|
<h3>Added</h3>
|
|
293
322
|
</a>
|
|
294
323
|
<ul>
|
|
@@ -314,7 +343,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
314
343
|
<h2>[0.18.0] - 2021-12-04</h2>
|
|
315
344
|
</a>
|
|
316
345
|
|
|
317
|
-
<a href="#added-
|
|
346
|
+
<a href="#added-15" id="added-15" style="color: inherit; text-decoration: none;">
|
|
318
347
|
<h3>Added</h3>
|
|
319
348
|
</a>
|
|
320
349
|
<ul>
|
|
@@ -326,7 +355,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
326
355
|
<h2>[0.17.1] - 2021-10-31</h2>
|
|
327
356
|
</a>
|
|
328
357
|
|
|
329
|
-
<a href="#fixed-
|
|
358
|
+
<a href="#fixed-6" id="fixed-6" style="color: inherit; text-decoration: none;">
|
|
330
359
|
<h3>Fixed</h3>
|
|
331
360
|
</a>
|
|
332
361
|
<ul>
|
|
@@ -337,7 +366,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
337
366
|
<h2>[0.17.0] - 2021-10-31</h2>
|
|
338
367
|
</a>
|
|
339
368
|
|
|
340
|
-
<a href="#added-
|
|
369
|
+
<a href="#added-16" id="added-16" style="color: inherit; text-decoration: none;">
|
|
341
370
|
<h3>Added</h3>
|
|
342
371
|
</a>
|
|
343
372
|
<ul>
|
|
@@ -355,7 +384,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
355
384
|
<h2>[0.16.0] - 2021-09-24</h2>
|
|
356
385
|
</a>
|
|
357
386
|
|
|
358
|
-
<a href="#added-
|
|
387
|
+
<a href="#added-17" id="added-17" style="color: inherit; text-decoration: none;">
|
|
359
388
|
<h3>Added</h3>
|
|
360
389
|
</a>
|
|
361
390
|
<ul>
|
|
@@ -366,7 +395,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
366
395
|
<h2>[0.15.0] - 2021-07-04</h2>
|
|
367
396
|
</a>
|
|
368
397
|
|
|
369
|
-
<a href="#added-
|
|
398
|
+
<a href="#added-18" id="added-18" style="color: inherit; text-decoration: none;">
|
|
370
399
|
<h3>Added</h3>
|
|
371
400
|
</a>
|
|
372
401
|
<ul>
|
|
@@ -402,7 +431,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
402
431
|
<li>upgraded typings for sortBy</li>
|
|
403
432
|
</ul>
|
|
404
433
|
|
|
405
|
-
<a href="#added-
|
|
434
|
+
<a href="#added-19" id="added-19" style="color: inherit; text-decoration: none;">
|
|
406
435
|
<h3>Added</h3>
|
|
407
436
|
</a>
|
|
408
437
|
<ul>
|
|
@@ -431,7 +460,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
431
460
|
<li>upgraded typings for mapValues</li>
|
|
432
461
|
</ul>
|
|
433
462
|
|
|
434
|
-
<a href="#dev-
|
|
463
|
+
<a href="#dev-4" id="dev-4" style="color: inherit; text-decoration: none;">
|
|
435
464
|
<h3>Dev</h3>
|
|
436
465
|
</a>
|
|
437
466
|
<ul>
|
|
@@ -444,7 +473,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
444
473
|
<h2>[0.13.0] - 2021-02-03</h2>
|
|
445
474
|
</a>
|
|
446
475
|
|
|
447
|
-
<a href="#added-
|
|
476
|
+
<a href="#added-20" id="added-20" style="color: inherit; text-decoration: none;">
|
|
448
477
|
<h3>Added</h3>
|
|
449
478
|
</a>
|
|
450
479
|
<ul>
|
|
@@ -457,7 +486,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
457
486
|
<h2>[0.12.0] - 2021-01-19</h2>
|
|
458
487
|
</a>
|
|
459
488
|
|
|
460
|
-
<a href="#added-
|
|
489
|
+
<a href="#added-21" id="added-21" style="color: inherit; text-decoration: none;">
|
|
461
490
|
<h3>Added</h3>
|
|
462
491
|
</a>
|
|
463
492
|
<ul>
|
|
@@ -468,7 +497,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
468
497
|
<h2>[0.11.0-beta.2] - 2021-01-08</h2>
|
|
469
498
|
</a>
|
|
470
499
|
|
|
471
|
-
<a href="#dev-
|
|
500
|
+
<a href="#dev-5" id="dev-5" style="color: inherit; text-decoration: none;">
|
|
472
501
|
<h3>Dev</h3>
|
|
473
502
|
</a>
|
|
474
503
|
<ul>
|
|
@@ -488,7 +517,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
488
517
|
<h2>[0.10.1] - 2020-09-14</h2>
|
|
489
518
|
</a>
|
|
490
519
|
|
|
491
|
-
<a href="#fixed-
|
|
520
|
+
<a href="#fixed-7" id="fixed-7" style="color: inherit; text-decoration: none;">
|
|
492
521
|
<h3>Fixed</h3>
|
|
493
522
|
</a>
|
|
494
523
|
<ul>
|
|
@@ -499,7 +528,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
499
528
|
<h2>[0.10.0] - 2020-09-14</h2>
|
|
500
529
|
</a>
|
|
501
530
|
|
|
502
|
-
<a href="#added-
|
|
531
|
+
<a href="#added-22" id="added-22" style="color: inherit; text-decoration: none;">
|
|
503
532
|
<h3>Added</h3>
|
|
504
533
|
</a>
|
|
505
534
|
<ul>
|
|
@@ -510,7 +539,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
510
539
|
<h2>[0.9.0] - 2020-07-09</h2>
|
|
511
540
|
</a>
|
|
512
541
|
|
|
513
|
-
<a href="#added-
|
|
542
|
+
<a href="#added-23" id="added-23" style="color: inherit; text-decoration: none;">
|
|
514
543
|
<h3>Added</h3>
|
|
515
544
|
</a>
|
|
516
545
|
<ul>
|
|
@@ -521,7 +550,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
521
550
|
<h2>[0.8.0] - 2020-03-13</h2>
|
|
522
551
|
</a>
|
|
523
552
|
|
|
524
|
-
<a href="#fixed-
|
|
553
|
+
<a href="#fixed-8" id="fixed-8" style="color: inherit; text-decoration: none;">
|
|
525
554
|
<h3>Fixed</h3>
|
|
526
555
|
</a>
|
|
527
556
|
<ul>
|
|
@@ -540,7 +569,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
540
569
|
<h2>[0.7.1] - 2020-03-12</h2>
|
|
541
570
|
</a>
|
|
542
571
|
|
|
543
|
-
<a href="#fixed-
|
|
572
|
+
<a href="#fixed-9" id="fixed-9" style="color: inherit; text-decoration: none;">
|
|
544
573
|
<h3>Fixed</h3>
|
|
545
574
|
</a>
|
|
546
575
|
<ul>
|
|
@@ -551,7 +580,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
551
580
|
<h2>[0.7.0] - 2020-03-10</h2>
|
|
552
581
|
</a>
|
|
553
582
|
|
|
554
|
-
<a href="#added-
|
|
583
|
+
<a href="#added-24" id="added-24" style="color: inherit; text-decoration: none;">
|
|
555
584
|
<h3>Added</h3>
|
|
556
585
|
</a>
|
|
557
586
|
<ul>
|
|
@@ -577,7 +606,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
577
606
|
<h2>[0.6.3] - 2019-08-29</h2>
|
|
578
607
|
</a>
|
|
579
608
|
|
|
580
|
-
<a href="#fixed-
|
|
609
|
+
<a href="#fixed-10" id="fixed-10" style="color: inherit; text-decoration: none;">
|
|
581
610
|
<h3>Fixed</h3>
|
|
582
611
|
</a>
|
|
583
612
|
<ul>
|
|
@@ -588,7 +617,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
588
617
|
<h2>[0.6.2] - 2019-06-06</h2>
|
|
589
618
|
</a>
|
|
590
619
|
|
|
591
|
-
<a href="#fixed-
|
|
620
|
+
<a href="#fixed-11" id="fixed-11" style="color: inherit; text-decoration: none;">
|
|
592
621
|
<h3>Fixed</h3>
|
|
593
622
|
</a>
|
|
594
623
|
<ul>
|
|
@@ -599,7 +628,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
599
628
|
<h2>[0.6.1] - 2019-06-05</h2>
|
|
600
629
|
</a>
|
|
601
630
|
|
|
602
|
-
<a href="#fixed-
|
|
631
|
+
<a href="#fixed-12" id="fixed-12" style="color: inherit; text-decoration: none;">
|
|
603
632
|
<h3>Fixed</h3>
|
|
604
633
|
</a>
|
|
605
634
|
<ul>
|
|
@@ -610,7 +639,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
610
639
|
<h2>[0.6.0] - 2019-05-12</h2>
|
|
611
640
|
</a>
|
|
612
641
|
|
|
613
|
-
<a href="#added-
|
|
642
|
+
<a href="#added-25" id="added-25" style="color: inherit; text-decoration: none;">
|
|
614
643
|
<h3>Added</h3>
|
|
615
644
|
</a>
|
|
616
645
|
<ul>
|
|
@@ -628,7 +657,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
628
657
|
<h2>[0.5.0] - 2019-04-09</h2>
|
|
629
658
|
</a>
|
|
630
659
|
|
|
631
|
-
<a href="#added-
|
|
660
|
+
<a href="#added-26" id="added-26" style="color: inherit; text-decoration: none;">
|
|
632
661
|
<h3>Added</h3>
|
|
633
662
|
</a>
|
|
634
663
|
<ul>
|
|
@@ -639,7 +668,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
639
668
|
<h2>[0.4.1] - 2019-01-31</h2>
|
|
640
669
|
</a>
|
|
641
670
|
|
|
642
|
-
<a href="#fixed-
|
|
671
|
+
<a href="#fixed-13" id="fixed-13" style="color: inherit; text-decoration: none;">
|
|
643
672
|
<h3>Fixed</h3>
|
|
644
673
|
</a>
|
|
645
674
|
<ul>
|
|
@@ -650,7 +679,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
650
679
|
<h2>[0.4.0] - 2019-01-30</h2>
|
|
651
680
|
</a>
|
|
652
681
|
|
|
653
|
-
<a href="#added-
|
|
682
|
+
<a href="#added-27" id="added-27" style="color: inherit; text-decoration: none;">
|
|
654
683
|
<h3>Added</h3>
|
|
655
684
|
</a>
|
|
656
685
|
<ul>
|
|
@@ -661,7 +690,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
661
690
|
<h2>[0.3.1] - 2018-12-09</h2>
|
|
662
691
|
</a>
|
|
663
692
|
|
|
664
|
-
<a href="#fixed-
|
|
693
|
+
<a href="#fixed-14" id="fixed-14" style="color: inherit; text-decoration: none;">
|
|
665
694
|
<h3>Fixed</h3>
|
|
666
695
|
</a>
|
|
667
696
|
<ul>
|
|
@@ -672,7 +701,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
672
701
|
<h2>[0.3.0] - 2018-12-09</h2>
|
|
673
702
|
</a>
|
|
674
703
|
|
|
675
|
-
<a href="#fixed-
|
|
704
|
+
<a href="#fixed-15" id="fixed-15" style="color: inherit; text-decoration: none;">
|
|
676
705
|
<h3>Fixed</h3>
|
|
677
706
|
</a>
|
|
678
707
|
<ul>
|
|
@@ -687,7 +716,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
687
716
|
<li>improved one <code>set</code> test</li>
|
|
688
717
|
</ul>
|
|
689
718
|
|
|
690
|
-
<a href="#added-
|
|
719
|
+
<a href="#added-28" id="added-28" style="color: inherit; text-decoration: none;">
|
|
691
720
|
<h3>Added</h3>
|
|
692
721
|
</a>
|
|
693
722
|
<ul>
|
|
@@ -698,7 +727,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
698
727
|
<h2>[0.2.0] 2018-12-09</h2>
|
|
699
728
|
</a>
|
|
700
729
|
|
|
701
|
-
<a href="#added-
|
|
730
|
+
<a href="#added-29" id="added-29" style="color: inherit; text-decoration: none;">
|
|
702
731
|
<h3>Added</h3>
|
|
703
732
|
</a>
|
|
704
733
|
<ul>
|
|
@@ -725,7 +754,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
725
754
|
<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>
|
|
726
755
|
<div class="tsd-accordion-details">
|
|
727
756
|
<ul>
|
|
728
|
-
<li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.
|
|
757
|
+
<li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.8.1</a>
|
|
729
758
|
<ul>
|
|
730
759
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
|
|
731
760
|
<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>
|
|
@@ -762,6 +791,7 @@ and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semanti
|
|
|
762
791
|
<li class="tsd-kind-function"><a href="../functions/ensureSuffix.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/>Suffix</a></li>
|
|
763
792
|
<li class="tsd-kind-function"><a href="../functions/ensureTimestamp.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/>Timestamp</a></li>
|
|
764
793
|
<li class="tsd-kind-function"><a href="../functions/escapeRegExp.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>escape<wbr/>Reg<wbr/>Exp</a></li>
|
|
794
|
+
<li class="tsd-kind-function"><a href="../functions/formatDate.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>format<wbr/>Date</a></li>
|
|
765
795
|
<li class="tsd-kind-function"><a href="../functions/get.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>get</a></li>
|
|
766
796
|
<li class="tsd-kind-function"><a href="../functions/getMultiple.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>get<wbr/>Multiple</a></li>
|
|
767
797
|
<li class="tsd-kind-function"><a href="../functions/insertSeparator.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>insert<wbr/>Separator</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>Introduction | @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>Introduction | @ezez/utils - v1.8.1</title><meta name="description" content="Documentation for @ezez/utils - v1.8.1"/><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.8.1</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.8.1</a></li>
|
|
16
16
|
<li><a href="Introduction.html">Introduction</a></li></ul>
|
|
17
17
|
<h1> Introduction</h1></div>
|
|
18
18
|
<div class="tsd-panel tsd-typography"><p>WIP.</p>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
<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>
|
|
37
37
|
<div class="tsd-accordion-details">
|
|
38
38
|
<ul>
|
|
39
|
-
<li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.
|
|
39
|
+
<li class="current"><a href="../modules.html">@ezez/utils -<wbr/> v1.8.1</a>
|
|
40
40
|
<ul>
|
|
41
41
|
<li class="current selected pages-entry pages-entry-page pages-entry-depth-1"><a href="Introduction.html">Introduction</a></li>
|
|
42
42
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
<li class="tsd-kind-function"><a href="../functions/ensureSuffix.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/>Suffix</a></li>
|
|
74
74
|
<li class="tsd-kind-function"><a href="../functions/ensureTimestamp.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/>Timestamp</a></li>
|
|
75
75
|
<li class="tsd-kind-function"><a href="../functions/escapeRegExp.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>escape<wbr/>Reg<wbr/>Exp</a></li>
|
|
76
|
+
<li class="tsd-kind-function"><a href="../functions/formatDate.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>format<wbr/>Date</a></li>
|
|
76
77
|
<li class="tsd-kind-function"><a href="../functions/get.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>get</a></li>
|
|
77
78
|
<li class="tsd-kind-function"><a href="../functions/getMultiple.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>get<wbr/>Multiple</a></li>
|
|
78
79
|
<li class="tsd-kind-function"><a href="../functions/insertSeparator.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>insert<wbr/>Separator</a></li>
|