Skip to content

Releases: tidev/winreglib

v3.0.0

21 Jul 04:35
Compare
Choose a tag to compare
  • BREAKING CHANGE: Require Node.js 18.17 or newer.
  • 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.

Full Changelog: v2.0.4...v3.0.0

v3.0.0-rc.2

21 Jul 04:09
Compare
Choose a tag to compare
v3.0.0-rc.2 Pre-release
Pre-release

Added missing install build script to package.

v3.0.0-rc.1

21 Jul 03:47
5e46e0c
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release

Release candidate to test installing on various machines.

What's Changed

Full Changelog: v3.0.0-rc.0...v3.0.0-rc.1

v3.0.0-rc.0

19 Jul 00:28
Compare
Choose a tag to compare
v3.0.0-rc.0 Pre-release
Pre-release

Release candidate to test installing on various machines.

v2.0.4

02 Jul 09:08
Compare
Choose a tag to compare

What's Changed

  • chore: cla update by @m1ga in #14
  • fix crash when exit app, notifyChange will be invalid when Watchman be deleted, but uv_close is an async call and notifyChange will be access in libuv later by @TitusQian in #15

New Contributors

Full Changelog: v2.0.2...v2.0.4