Skip to content

2.2.0#179

Merged
jisotalo merged 9 commits intomasterfrom
dev
Dec 27, 2025
Merged

2.2.0#179
jisotalo merged 9 commits intomasterfrom
dev

Conversation

@jisotalo
Copy link
Owner

[2.2.0] - 27.12.2025

Added

Changed

  • Bug fix: Unhandled Promise rejections during automatic reconnecting
  • Fixed a Typescript warning at socket.on("data", (data) => {...}) as the data chunk could be a string as well
  • Dependencies updated
  • Documentation updated

Thank you Christian Rishøj for contribution!

All tests passing.

dependabot bot and others added 9 commits November 17, 2025 19:40
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.14.1...3.14.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)

---
updated-dependencies:
- dependency-name: mdast-util-to-hast
  dependency-version: 13.2.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
fix: catch without argument does not suppress
…-3.14.2

Bump js-yaml from 3.14.1 to 3.14.2
…til-to-hast-13.2.1

Bump mdast-util-to-hast from 13.2.0 to 13.2.1
perf: cache fully built data types in `buildDataType()`
### Added
- Added caching of built data types to improve performance
  - See [pull request #178](#178)

### Changed
- Bug fix: Unhandled Promise rejections during automatic reconnecting
  - See [pull request #177](#177)
- Fixed a Typescript warning at `socket.on("data", (data) => {...})` as the data chunk could be a string as well
- Dependencies updated
- Documentation updated
@jisotalo jisotalo merged commit 424d34b into master Dec 27, 2025
@jisotalo jisotalo deleted the dev branch December 27, 2025 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants