Releases: nsfm/dualsense-ts
Releases · nsfm/dualsense-ts
5.0.1
Fix bad HID connection check (#173)
5.0.0
[MAJOR] Switch node-hid to a peer dependency (#172) * Optional handling of node-hid * Add migration guide
4.0.0
[MAJOR] No-throw constructor and new connection state interface (#170) * No-throw constructor and new connection state * Update README * Dependency upgrade * Fix coverage CI
3.1.4
Reduce excess analog input events
3.1.3
Improve analog input handling
3.1.0
[MINOR] Implement scaled deadzone for analog inputs (#102) * Implement a scaled deadzone on analog inputs * Reduce dependabot update frequency * Fix params inheritance on analog inputs
3.0.0
[MAJOR] Support browser environments using WebHID (#81) * Abstract HID provider to support WebHID * Rework HID report handling * Remove eventemitter from DualsenseHID * Stop using EventEmitter for Inputs * Clean up adoption business * Debug new inputs, clean up settings passthroughs * Adding webpack to the build * Fix types on event callbacks * Replace `setImmediate()`
2.2.48
Release patches for 2.X
2.2.1
Add tests; fix default threshold
2.2.0
[MINOR] Improve analog threshold setting * Improve analog threshold setting * Fix loop