Releases: G2-Games/cross-usb
Releases · G2-Games/cross-usb
v0.4.0
Improvements
- Added
get_device_list
for WASM targets. - Documentation has been improved, now 100% of the crate is documented!
Breaking changes!
- Renamed
Descriptor
toDeviceInfo
, as Descriptor means something specific in USB. - Renamed
UsbError
toError
as it's the main and only error type for the whole crate.
Bug Fixes
Descriptor::product_id
andDescriptor::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
v0.3.3
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
Full Changelog: 0.3.1...0.3.2
v0.3.1
Full Changelog: 0.3.0...0.3.1
v0.3.0
Full Changelog: 0.2.3...0.3.0
v0.2.3
Full Changelog: 0.2.2...0.2.3
v0.2.2
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
Full Changelog: https://github.com/G2-Games/cross-usb/commits/0.2.1