All Versions
37
Latest Version
Avg Release Cycle
22 days
Latest Release
551 days ago

Changelog History
Page 1

  • v2.5.2 Changes

    September 24, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow errors during WebUSBDevice creation to be thown - 549 (Rob Moran)
    • ๐Ÿ Ensure cmNotifyFilter is kept alive for the duration of the hotplug detetion on Windows - 541 (Julian Waller)

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ Export all types at the top level of the package - 544 (Rob Moran)
    • ๐Ÿš€ Trimmed TypeScript source from release package - 536 (Rob Moran)
  • v2.5.1 Changes

    August 29, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ USB device plug/unplug detection on Windows when devce already attached - 531 (Rob Moran)
    • โœ‚ Removed dependency on yarn in package.json scripts - 535 (Rob Moran)
  • v2.5.0 Changes

    July 30, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ Native USB device plug/unplug detection on Windows - 524 (Julian Waller)
  • v2.4.3 Changes

    June 21, 2022

    ๐Ÿ›  Fixed

  • v2.4.2 Changes

    May 27, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed multiple events with device detection on Windows - 512 (Alba Mendez)
  • v2.4.1 Changes

    May 07, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed node engine ranges in package.json - (Rob Moran)
  • v2.4.0 Changes

    May 02, 2022

    ๐Ÿ›  Fixed

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ Breaking: Updated to N-API version 6 (Node >=10.20.0 =12.17.0 =14.0.0) - 509 (Rob Moran)

    โž• Added

    โœ‚ Removed

    • โœ‚ Removed USE_POLL build definition to simplify code - 507 (Rob Moran)
  • v2.3.1 Changes

    April 11, 2022

    ๐Ÿ”„ Changed

    • โœ‚ Removed device access mutex from WebUSB API - 501 (Rob Moran)
  • v2.3.0 Changes

    April 11, 2022

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed libusb dependency to upstream v1.0.26 - 505 (Rob Moran)
    • ๐Ÿ Cleaned up Windows device polling method - 496 (Alba Mendez)
  • v2.2.0 Changes

    March 25, 2022

    โž• Added

    • โž• Added useUsbDkBackend() method for switching libusb backend on Windows - 489 (Rob Moran)

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed libusb dependency to upstream v1.0.25 - 490 (Rob Moran)

    ๐Ÿ›  Fixed

    • Shortcut getStringDescriptor() to return undefined when passed index 0 - 487 (Rob Moran)
    • ๐Ÿ›  Fixed race issue with garbage collected devices - 492 (Alba Mendez)