Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3 #16

Merged
merged 28 commits into from
Jul 19, 2024
Merged

v3 #16

merged 28 commits into from
Jul 19, 2024

Conversation

cb1kenobi
Copy link
Contributor

This is a major release that includes the following enhancements and fixes:

  • BREAKING CHANGE: Require Node.js 18.17 or newer.
  • feat: Support for arm/arm64.
  • fix: Fixed order of child key events when parent key is deleted.
  • fix: Fixed seg fault during cleanup that occurs when using winreglib in a
    worker.
  • fix: Fixed bug where the Windows Registry worker thread was being spawned
    when adding the first listener. The idea was don't spawn the thread until
    there was a listener, however thread shutdown is async and not worth the
    hassle in a destructor, so now the background thread is always running.
  • chore: Refactor to ESM
  • chore: Refactor to TypeScript
  • chore: Update dependencies

@cb1kenobi cb1kenobi marked this pull request as ready for review July 18, 2024 14:03
@cb1kenobi cb1kenobi merged commit 0b32c35 into main Jul 19, 2024
1 check passed
@cb1kenobi cb1kenobi deleted the v3 branch July 19, 2024 00:10
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.

1 participant