Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

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

### [4.0.0](https://github.com/acrontum/moxy/compare/3.2.3...4.0.0)

> 23 January 2026

- enh/update [`#49`](https://github.com/acrontum/moxy/pull/49)
- enh: refactor and update [`26a7264`](https://github.com/acrontum/moxy/commit/26a7264923b2368966e6ca880319b498fecb37f7)
- fix: handle different socket errors on node versions [`729bb41`](https://github.com/acrontum/moxy/commit/729bb41cb27131159015582a876e02d24d0c66a5)
- docs: fix typos [`5260fd1`](https://github.com/acrontum/moxy/commit/5260fd1a026036ffc36e9d252441fddd6573dd70)

#### [3.2.3](https://github.com/acrontum/moxy/compare/3.2.2...3.2.3)

> 4 February 2025
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/hierarchy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -991,14 +991,15 @@
vertical-align: text-top;
}
/*
We need to be careful to target the arrow indicating whether the accordion
is open, but not any other SVGs included in the details element.
*/
* We need to be careful to target the arrow indicating whether the accordion
* is open, but not any other SVGs included in the details element.
*/
.tsd-accordion:not([open]) > .tsd-accordion-summary > svg:first-child,
.tsd-accordion:not([open]) > .tsd-accordion-summary > h1 > svg:first-child,
.tsd-accordion:not([open]) > .tsd-accordion-summary > h2 > svg:first-child,
.tsd-accordion:not([open]) > .tsd-accordion-summary > h3 > svg:first-child,
.tsd-accordion:not([open]) > .tsd-accordion-summary > h4 > svg:first-child {
.tsd-accordion:not([open]) > .tsd-accordion-summary > h4 > svg:first-child,
.tsd-accordion:not([open]) > .tsd-accordion-summary > h5 > svg:first-child {
transform: rotate(-90deg);
}
.tsd-index-content > :not(:first-child) {
Expand Down
Loading