- 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.
- fix: Fixed crash when app exits (thanks TitusQian)
- Not sure what changed.
- chore: Updated dependencies.
- fix: Added
node-gyp
to fix install issues.
- BREAKING CHANGE: Drop support for Node 8.
- chore: Updated dependencies.
- fix: Added back install script.
- fix: Removed
install
script that was forcing Visual Studio to be installed. - chore: Updated dependencies.
- fix: Fixed bug with removing a watch node listener would remove all listeners.
- fix: Fixed typo in error code value when watch node fails invoking listener.
- chore: Made all global functions static.
- chore: Misc code cleanup.
- chore: Updated dependencies.
- fix: Added missing double quote in install script.
- fix: Added null gyp target for non-win32 platforms.
- fix: Added
prepublishOnly
script to rebuild the prebuilds. - fix: Fixed install script to only run
node-gyp-build
on win32.
- Initial release.