Skip to content

Commit 7c75601

Browse files
semantic-release-botvansergen
authored andcommitted
chore(release): 1.2.4 [skip ci]
## [1.2.4](v1.2.3...v1.2.4) (2023-11-27) ### Dependencies * bump @binden/logger from 1.0.10 to 1.0.11 ([2559214](2559214))
1 parent c34aa2b commit 7c75601

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+3331
-1266
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.2.4](https://github.com/binden-js/binden/compare/v1.2.3...v1.2.4) (2023-11-27)
4+
5+
### Dependencies
6+
7+
- bump @binden/logger from 1.0.10 to 1.0.11 ([2559214](https://github.com/binden-js/binden/commit/2559214ea64e264cf1ad9bfba1eecf9d09fa1992))
8+
39
## [1.2.3](https://github.com/binden-js/binden/compare/v1.2.2...v1.2.3) (2023-09-15)
410

511
### Dependencies

docs/assets/main.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,14 @@
18071807
if (!r.index || !r.data) return;
18081808
e.textContent = "";
18091809
let i = n.value.trim(),
1810-
s = i ? r.index.search(`*${i}*`) : [];
1810+
s;
1811+
if (i) {
1812+
let o = i
1813+
.split(" ")
1814+
.map((a) => (a.length ? `*${a}*` : ""))
1815+
.join(" ");
1816+
s = r.index.search(o);
1817+
} else s = [];
18111818
for (let o = 0; o < s.length; o++) {
18121819
let a = s[o],
18131820
l = r.data.rows[Number(a.ref)],

docs/classes/AcceptEncoding.html

+69-26
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
<use href="#icon-search"></use></svg></label
2929
><input type="text" id="tsd-search-field" aria-label="Search" />
3030
</div>
31-
<div class="field">
32-
<div id="tsd-toolbar-links"></div>
33-
</div>
31+
<div class="field"><div id="tsd-toolbar-links"></div></div>
3432
<ul class="results">
3533
<li class="state loading">Preparing search index...</li>
3634
<li class="state failure">The search index is not available</li>
@@ -586,7 +584,23 @@ <h4 class="uppercase">Member Visibility</h4>
586584
viewBox="0 0 32 32"
587585
aria-hidden="true"
588586
>
589-
<use href="#icon-checkbox"></use></svg
587+
<rect
588+
class="tsd-checkbox-background"
589+
width="30"
590+
height="30"
591+
x="1"
592+
y="1"
593+
rx="6"
594+
fill="none"
595+
></rect>
596+
<path
597+
class="tsd-checkbox-checkmark"
598+
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
599+
stroke="none"
600+
stroke-width="3.5"
601+
stroke-linejoin="round"
602+
fill="none"
603+
></path></svg
590604
><span>Protected</span></label
591605
>
592606
</li>
@@ -602,7 +616,23 @@ <h4 class="uppercase">Member Visibility</h4>
602616
viewBox="0 0 32 32"
603617
aria-hidden="true"
604618
>
605-
<use href="#icon-checkbox"></use></svg
619+
<rect
620+
class="tsd-checkbox-background"
621+
width="30"
622+
height="30"
623+
x="1"
624+
y="1"
625+
rx="6"
626+
fill="none"
627+
></rect>
628+
<path
629+
class="tsd-checkbox-checkmark"
630+
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
631+
stroke="none"
632+
stroke-width="3.5"
633+
stroke-linejoin="round"
634+
fill="none"
635+
></path></svg
606636
><span>Private</span></label
607637
>
608638
</li>
@@ -619,7 +649,23 @@ <h4 class="uppercase">Member Visibility</h4>
619649
viewBox="0 0 32 32"
620650
aria-hidden="true"
621651
>
622-
<use href="#icon-checkbox"></use></svg
652+
<rect
653+
class="tsd-checkbox-background"
654+
width="30"
655+
height="30"
656+
x="1"
657+
y="1"
658+
rx="6"
659+
fill="none"
660+
></rect>
661+
<path
662+
class="tsd-checkbox-checkmark"
663+
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
664+
stroke="none"
665+
stroke-width="3.5"
666+
stroke-linejoin="round"
667+
fill="none"
668+
></path></svg
623669
><span>Inherited</span></label
624670
>
625671
</li>
@@ -635,7 +681,23 @@ <h4 class="uppercase">Member Visibility</h4>
635681
viewBox="0 0 32 32"
636682
aria-hidden="true"
637683
>
638-
<use href="#icon-checkbox"></use></svg
684+
<rect
685+
class="tsd-checkbox-background"
686+
width="30"
687+
height="30"
688+
x="1"
689+
y="1"
690+
rx="6"
691+
fill="none"
692+
></rect>
693+
<path
694+
class="tsd-checkbox-checkmark"
695+
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
696+
stroke="none"
697+
stroke-width="3.5"
698+
stroke-linejoin="round"
699+
fill="none"
700+
></path></svg
639701
><span>External</span></label
640702
>
641703
</li>
@@ -1263,25 +1325,6 @@ <h3>
12631325
fill="var(--color-text)"
12641326
></path>
12651327
</g>
1266-
<g id="icon-checkbox">
1267-
<rect
1268-
class="tsd-checkbox-background"
1269-
width="30"
1270-
height="30"
1271-
x="1"
1272-
y="1"
1273-
rx="6"
1274-
fill="none"
1275-
></rect>
1276-
<path
1277-
class="tsd-checkbox-checkmark"
1278-
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
1279-
stroke="none"
1280-
stroke-width="3.5"
1281-
stroke-linejoin="round"
1282-
fill="none"
1283-
></path>
1284-
</g>
12851328
<g id="icon-menu">
12861329
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
12871330
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>

docs/classes/Authorization.html

+69-26
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
<use href="#icon-search"></use></svg></label
2929
><input type="text" id="tsd-search-field" aria-label="Search" />
3030
</div>
31-
<div class="field">
32-
<div id="tsd-toolbar-links"></div>
33-
</div>
31+
<div class="field"><div id="tsd-toolbar-links"></div></div>
3432
<ul class="results">
3533
<li class="state loading">Preparing search index...</li>
3634
<li class="state failure">The search index is not available</li>
@@ -647,7 +645,23 @@ <h4 class="uppercase">Member Visibility</h4>
647645
viewBox="0 0 32 32"
648646
aria-hidden="true"
649647
>
650-
<use href="#icon-checkbox"></use></svg
648+
<rect
649+
class="tsd-checkbox-background"
650+
width="30"
651+
height="30"
652+
x="1"
653+
y="1"
654+
rx="6"
655+
fill="none"
656+
></rect>
657+
<path
658+
class="tsd-checkbox-checkmark"
659+
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
660+
stroke="none"
661+
stroke-width="3.5"
662+
stroke-linejoin="round"
663+
fill="none"
664+
></path></svg
651665
><span>Protected</span></label
652666
>
653667
</li>
@@ -663,7 +677,23 @@ <h4 class="uppercase">Member Visibility</h4>
663677
viewBox="0 0 32 32"
664678
aria-hidden="true"
665679
>
666-
<use href="#icon-checkbox"></use></svg
680+
<rect
681+
class="tsd-checkbox-background"
682+
width="30"
683+
height="30"
684+
x="1"
685+
y="1"
686+
rx="6"
687+
fill="none"
688+
></rect>
689+
<path
690+
class="tsd-checkbox-checkmark"
691+
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
692+
stroke="none"
693+
stroke-width="3.5"
694+
stroke-linejoin="round"
695+
fill="none"
696+
></path></svg
667697
><span>Private</span></label
668698
>
669699
</li>
@@ -680,7 +710,23 @@ <h4 class="uppercase">Member Visibility</h4>
680710
viewBox="0 0 32 32"
681711
aria-hidden="true"
682712
>
683-
<use href="#icon-checkbox"></use></svg
713+
<rect
714+
class="tsd-checkbox-background"
715+
width="30"
716+
height="30"
717+
x="1"
718+
y="1"
719+
rx="6"
720+
fill="none"
721+
></rect>
722+
<path
723+
class="tsd-checkbox-checkmark"
724+
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
725+
stroke="none"
726+
stroke-width="3.5"
727+
stroke-linejoin="round"
728+
fill="none"
729+
></path></svg
684730
><span>Inherited</span></label
685731
>
686732
</li>
@@ -696,7 +742,23 @@ <h4 class="uppercase">Member Visibility</h4>
696742
viewBox="0 0 32 32"
697743
aria-hidden="true"
698744
>
699-
<use href="#icon-checkbox"></use></svg
745+
<rect
746+
class="tsd-checkbox-background"
747+
width="30"
748+
height="30"
749+
x="1"
750+
y="1"
751+
rx="6"
752+
fill="none"
753+
></rect>
754+
<path
755+
class="tsd-checkbox-checkmark"
756+
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
757+
stroke="none"
758+
stroke-width="3.5"
759+
stroke-linejoin="round"
760+
fill="none"
761+
></path></svg
700762
><span>External</span></label
701763
>
702764
</li>
@@ -1331,25 +1393,6 @@ <h3>
13311393
fill="var(--color-text)"
13321394
></path>
13331395
</g>
1334-
<g id="icon-checkbox">
1335-
<rect
1336-
class="tsd-checkbox-background"
1337-
width="30"
1338-
height="30"
1339-
x="1"
1340-
y="1"
1341-
rx="6"
1342-
fill="none"
1343-
></rect>
1344-
<path
1345-
class="tsd-checkbox-checkmark"
1346-
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
1347-
stroke="none"
1348-
stroke-width="3.5"
1349-
stroke-linejoin="round"
1350-
fill="none"
1351-
></path>
1352-
</g>
13531396
<g id="icon-menu">
13541397
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
13551398
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>

0 commit comments

Comments
 (0)