Skip to content

Latest commit

 

History

History
112 lines (63 loc) · 4.16 KB

CHANGELOG.md

File metadata and controls

112 lines (63 loc) · 4.16 KB

Changelog

v4.0.0 - 2018-9-27

v3.2.0 - 2018-7-23

v3.1.0 - 2018-6-4

v3.0.0 - 2018-5-13

  • Show multiple/duplicate USB devices on Windows
  • Update all dependencies

v2.1.0 - 2018-2-6

  • Add npm install hook that will use our prebuilt binaries instead of having to compile from source with node-gyp.
  • Remove side-effects when you require('usb-detection') so the process won't hang from just requiring.
  • Fix 100% CPU usage on Linux, MadLittleMods#2
  • Ensure the process will exit gracefully across all platforms, MadLittleMods#35

v2.0.1 - 2017-12-27

  • Remove npm install hook to prevent hanging the install process caused by prebuild-install verify require and our side-effects.
    • Thanks to @Lange for noticing an issue.

v2.0.0 - 2017-12-19

  • Remove side-effects when you require('usb-detection') so the process won't hang from just requiring. Now requires an explicit call to usbDetect.startMonitoring() to begin listening to USB add/remove/change events.
  • Add npm install hook that will use our prebuilt binaries instead of having to compile from source with node-gyp.

v1.4.2 - 2017-11-11

  • Remove npm install hook to prevent hanging the install process caused by prebuild-install verify require and our side-effects.

v1.4.1 - 2017-11-11

v1.4.0 - 2016-3-20

  • Add compatibility for node@0.10.x by using more nan types and methods.

v1.3.0 - 2015-10-11

v1.2.0 - 2015-6-12

  • New maintainer/owner @MadLittleMods. Previously maintained by @adrai 👍
  • Add tests npm test
  • find now also returns a promise
  • Format js and c++
    • Added eslint file, linter code style guidelines
  • Alias insert as the add event name for .on
  • Update readme
    • Fix usage section .on callbacks which do not actually have a err parameter passed to the callback
    • Add API section to document clearly all of the methods and events emitted
    • Add test instructions

v1.1.0

  • Add support for Node v0.12.x

v1.0.3

  • Revert "ready for node >= 0.11.4"

v1.0.2

  • Fix issues found via cppcheck

v1.0.1

  • Ready for node >= 0.11.4

v1.0.0

  • First release