Skip to content

Releases: G2-Games/cross-usb

v0.4.0

14 Aug 23:50
Compare
Choose a tag to compare

Improvements

  • Added get_device_list for WASM targets.
  • Documentation has been improved, now 100% of the crate is documented!

Breaking changes!

  • Renamed Descriptor to DeviceInfo, as Descriptor means something specific in USB.
  • Renamed UsbError to Error as it's the main and only error type for the whole crate.

Bug Fixes

  • Descriptor::product_id and Descriptor::vendor_id now return the correct values on WASM targets

Future

I'm doing some preparation to implement hotplug support when its released in nusb

Have a good day!

Full Changelog: 0.3.4...0.4.0

v0.3.4

06 Jul 06:38
Compare
Choose a tag to compare

Minor Release

  • Fixed conditional compilation

Full Changelog: 0.3.3...0.3.4

v0.3.3

06 Jul 06:33
Compare
Choose a tag to compare

Minor Release

  • Updated docs to be explicit about how to properly build it.

  • Changed to MIT license, as AGPL-3 is far too restrictive for a library.

Full Changelog: 0.3.2...0.3.3

v0.3.2

23 Apr 16:33
Compare
Choose a tag to compare

Full Changelog: 0.3.1...0.3.2

v0.3.1

24 Mar 11:42
Compare
Choose a tag to compare

Full Changelog: 0.3.0...0.3.1

v0.3.0

24 Mar 11:19
Compare
Choose a tag to compare

Full Changelog: 0.2.3...0.3.0

v0.2.3

10 Mar 22:00
Compare
Choose a tag to compare

Full Changelog: 0.2.2...0.2.3

v0.2.2

18 Feb 09:16
Compare
Choose a tag to compare

Changes:

  • Fixed get_device() in native implemenation not grabbing the first device
  • Fixed mistakes in documentation

Full Changelog: 0.2.1...0.2.2

v0.2.1

08 Feb 08:49
Compare
Choose a tag to compare