Skip to content

Commit

Permalink
chore(release): 1.0.11 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.11](v1.0.10...v1.0.11) (2023-11-15)

### Dependencies

* bump pino from 8.15.1 to 8.16.1 ([8208eb1](8208eb1))
  • Loading branch information
semantic-release-bot authored and vansergen committed Nov 15, 2023
1 parent 3d6742f commit 82a3536
Show file tree
Hide file tree
Showing 9 changed files with 393 additions and 172 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [1.0.11](https://github.com/binden-js/logger/compare/v1.0.10...v1.0.11) (2023-11-15)

### Dependencies

- bump pino from 8.15.1 to 8.16.1 ([8208eb1](https://github.com/binden-js/logger/commit/8208eb193b38605e31441dff3fdb0ef8e54c6c74))

## [1.0.10](https://github.com/binden-js/logger/compare/v1.0.9...v1.0.10) (2023-09-08)

### Dependencies
Expand Down
9 changes: 8 additions & 1 deletion docs/assets/main.js
Expand Up @@ -1807,7 +1807,14 @@
if (!r.index || !r.data) return;
e.textContent = "";
let i = n.value.trim(),
s = i ? r.index.search(`*${i}*`) : [];
s;
if (i) {
let o = i
.split(" ")
.map((a) => (a.length ? `*${a}*` : ""))
.join(" ");
s = r.index.search(o);
} else s = [];
for (let o = 0; o < s.length; o++) {
let a = s[o],
l = r.data.rows[Number(a.ref)],
Expand Down
95 changes: 69 additions & 26 deletions docs/classes/Logger.html
Expand Up @@ -28,9 +28,7 @@
<use href="#icon-search"></use></svg></label
><input type="text" id="tsd-search-field" aria-label="Search" />
</div>
<div class="field">
<div id="tsd-toolbar-links"></div>
</div>
<div class="field"><div id="tsd-toolbar-links"></div></div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
Expand Down Expand Up @@ -873,7 +871,23 @@ <h4 class="uppercase">Member Visibility</h4>
viewBox="0 0 32 32"
aria-hidden="true"
>
<use href="#icon-checkbox"></use></svg
<rect
class="tsd-checkbox-background"
width="30"
height="30"
x="1"
y="1"
rx="6"
fill="none"
></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
stroke="none"
stroke-width="3.5"
stroke-linejoin="round"
fill="none"
></path></svg
><span>Protected</span></label
>
</li>
Expand All @@ -889,7 +903,23 @@ <h4 class="uppercase">Member Visibility</h4>
viewBox="0 0 32 32"
aria-hidden="true"
>
<use href="#icon-checkbox"></use></svg
<rect
class="tsd-checkbox-background"
width="30"
height="30"
x="1"
y="1"
rx="6"
fill="none"
></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
stroke="none"
stroke-width="3.5"
stroke-linejoin="round"
fill="none"
></path></svg
><span>Private</span></label
>
</li>
Expand All @@ -906,7 +936,23 @@ <h4 class="uppercase">Member Visibility</h4>
viewBox="0 0 32 32"
aria-hidden="true"
>
<use href="#icon-checkbox"></use></svg
<rect
class="tsd-checkbox-background"
width="30"
height="30"
x="1"
y="1"
rx="6"
fill="none"
></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
stroke="none"
stroke-width="3.5"
stroke-linejoin="round"
fill="none"
></path></svg
><span>Inherited</span></label
>
</li>
Expand All @@ -922,7 +968,23 @@ <h4 class="uppercase">Member Visibility</h4>
viewBox="0 0 32 32"
aria-hidden="true"
>
<use href="#icon-checkbox"></use></svg
<rect
class="tsd-checkbox-background"
width="30"
height="30"
x="1"
y="1"
rx="6"
fill="none"
></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
stroke="none"
stroke-width="3.5"
stroke-linejoin="round"
fill="none"
></path></svg
><span>External</span></label
>
</li>
Expand Down Expand Up @@ -1451,25 +1513,6 @@ <h3>
fill="var(--color-text)"
></path>
</g>
<g id="icon-checkbox">
<rect
class="tsd-checkbox-background"
width="30"
height="30"
x="1"
y="1"
rx="6"
fill="none"
></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
stroke="none"
stroke-width="3.5"
stroke-linejoin="round"
fill="none"
></path>
</g>
<g id="icon-menu">
<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>
Expand Down
99 changes: 70 additions & 29 deletions docs/index.html
Expand Up @@ -28,9 +28,7 @@
<use href="#icon-search"></use></svg></label
><input type="text" id="tsd-search-field" aria-label="Search" />
</div>
<div class="field">
<div id="tsd-toolbar-links"></div>
</div>
<div class="field"><div id="tsd-toolbar-links"></div></div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
Expand All @@ -51,9 +49,7 @@
</header>
<div class="container container-main">
<div class="col-content">
<div class="tsd-page-title">
<h2>@binden/logger</h2>
</div>
<div class="tsd-page-title"><h2>@binden/logger</h2></div>
<div class="tsd-panel tsd-typography">
<a id="md:bindenlogger-----------" class="tsd-anchor"></a>
<h1>
Expand Down Expand Up @@ -190,7 +186,23 @@ <h4 class="uppercase">Member Visibility</h4>
viewBox="0 0 32 32"
aria-hidden="true"
>
<use href="#icon-checkbox"></use></svg
<rect
class="tsd-checkbox-background"
width="30"
height="30"
x="1"
y="1"
rx="6"
fill="none"
></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
stroke="none"
stroke-width="3.5"
stroke-linejoin="round"
fill="none"
></path></svg
><span>Protected</span></label
>
</li>
Expand All @@ -206,7 +218,23 @@ <h4 class="uppercase">Member Visibility</h4>
viewBox="0 0 32 32"
aria-hidden="true"
>
<use href="#icon-checkbox"></use></svg
<rect
class="tsd-checkbox-background"
width="30"
height="30"
x="1"
y="1"
rx="6"
fill="none"
></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
stroke="none"
stroke-width="3.5"
stroke-linejoin="round"
fill="none"
></path></svg
><span>Private</span></label
>
</li>
Expand All @@ -223,7 +251,23 @@ <h4 class="uppercase">Member Visibility</h4>
viewBox="0 0 32 32"
aria-hidden="true"
>
<use href="#icon-checkbox"></use></svg
<rect
class="tsd-checkbox-background"
width="30"
height="30"
x="1"
y="1"
rx="6"
fill="none"
></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
stroke="none"
stroke-width="3.5"
stroke-linejoin="round"
fill="none"
></path></svg
><span>Inherited</span></label
>
</li>
Expand All @@ -239,7 +283,23 @@ <h4 class="uppercase">Member Visibility</h4>
viewBox="0 0 32 32"
aria-hidden="true"
>
<use href="#icon-checkbox"></use></svg
<rect
class="tsd-checkbox-background"
width="30"
height="30"
x="1"
y="1"
rx="6"
fill="none"
></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
stroke="none"
stroke-width="3.5"
stroke-linejoin="round"
fill="none"
></path></svg
><span>External</span></label
>
</li>
Expand Down Expand Up @@ -712,25 +772,6 @@ <h3>
fill="var(--color-text)"
></path>
</g>
<g id="icon-checkbox">
<rect
class="tsd-checkbox-background"
width="30"
height="30"
x="1"
y="1"
rx="6"
fill="none"
></rect>
<path
class="tsd-checkbox-checkmark"
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
stroke="none"
stroke-width="3.5"
stroke-linejoin="round"
fill="none"
></path>
</g>
<g id="icon-menu">
<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>
Expand Down

0 comments on commit 82a3536

Please sign in to comment.