Skip to content

Commit 62fd594

Browse files
authored
Merge pull request #50 from acrontum/release/4.0.0
release/4.0.0
2 parents 01c3462 + 5795c48 commit 62fd594

Some content is hidden

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

49 files changed

+251
-241
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
### [4.0.0](https://github.com/acrontum/moxy/compare/3.2.3...4.0.0)
8+
9+
> 23 January 2026
10+
11+
- enh/update [`#49`](https://github.com/acrontum/moxy/pull/49)
12+
- enh: refactor and update [`26a7264`](https://github.com/acrontum/moxy/commit/26a7264923b2368966e6ca880319b498fecb37f7)
13+
- fix: handle different socket errors on node versions [`729bb41`](https://github.com/acrontum/moxy/commit/729bb41cb27131159015582a876e02d24d0c66a5)
14+
- docs: fix typos [`5260fd1`](https://github.com/acrontum/moxy/commit/5260fd1a026036ffc36e9d252441fddd6573dd70)
15+
716
#### [3.2.3](https://github.com/acrontum/moxy/compare/3.2.2...3.2.3)
817

918
> 4 February 2025

docs/assets/hierarchy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/main.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/style.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -991,14 +991,15 @@
991991
vertical-align: text-top;
992992
}
993993
/*
994-
We need to be careful to target the arrow indicating whether the accordion
995-
is open, but not any other SVGs included in the details element.
996-
*/
994+
* We need to be careful to target the arrow indicating whether the accordion
995+
* is open, but not any other SVGs included in the details element.
996+
*/
997997
.tsd-accordion:not([open]) > .tsd-accordion-summary > svg:first-child,
998998
.tsd-accordion:not([open]) > .tsd-accordion-summary > h1 > svg:first-child,
999999
.tsd-accordion:not([open]) > .tsd-accordion-summary > h2 > svg:first-child,
10001000
.tsd-accordion:not([open]) > .tsd-accordion-summary > h3 > svg:first-child,
1001-
.tsd-accordion:not([open]) > .tsd-accordion-summary > h4 > svg:first-child {
1001+
.tsd-accordion:not([open]) > .tsd-accordion-summary > h4 > svg:first-child,
1002+
.tsd-accordion:not([open]) > .tsd-accordion-summary > h5 > svg:first-child {
10021003
transform: rotate(-90deg);
10031004
}
10041005
.tsd-index-content > :not(:first-child) {

0 commit comments

Comments
 (0)