Skip to content

Releases: particle-iot/particle-usb

v2.3.1

21 Aug 20:29
v2.3.1
5a1dd1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

21 Aug 20:29
v2.3.0
b1fc2c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.3.0

v2.2.0

17 Nov 15:26
v2.2.0
fb301ed
Compare
Choose a tag to compare

What's Changed

  • Method for get device firmware modules info by @hugomontero in #76
  • Add missing Firmware Modules types in FirmwareModule.fromProtobuf function in #76

New Contributors

Full Changelog: v2.1.4...v2.2.0

v2.1.4

26 Oct 18:50
v2.1.4
ce58525
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.1.4

NOTE: Technically this should have been a minor release (vs. patch) - apologies for any confusion this causes 🙏

v2.1.3

17 Oct 20:23
v2.1.3
e934b7e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

17 Aug 15:57
v2.1.2
f46025c
Compare
Choose a tag to compare

What's Changed

  • Update dependencies: usb@2, webpack@5, @particle/device-constants@3, and more by @busticated in #66

Full Changelog: v2.1.1...v2.1.2

list, join, and clear wifi networks

03 Feb 23:01
Compare
Choose a tag to compare

What's New

  • Introduces new way to interact directly with Device OS control requests over USB via device.sendProtobufRequest() using new device-os-protobuf npm module #56
  • Introduces ability to scan, join, and clear wifi networks on argon & p2 #59

What's Changed

  • getSerialNumber, enterListeningMode now utilize device-os-protobuf approach to talking to Device OS (other internal approach will be deprecated eventually)

Full Changelog: v2.0.1...v2.1.0

v2.0.0

07 Dec 16:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v2.0.0

v1.2.2

24 Sep 18:49
Compare
Choose a tag to compare

#33 Improve reference docs

v1.2.0

02 Jul 18:24
Compare
Choose a tag to compare

#28 Add methods for connecting to and disconnecting from the cloud.
#28 Add an option to reset the device via a low-level USB vendor-specific request.
#28 Increase the default request timeout to 60 seconds.
#28 Expose the internal USB device object via a Device object's property.