Skip to content

Releases: nsfm/dualsense-ts

5.0.1

12 Oct 04:41
4ff55d1
Compare
Choose a tag to compare
Fix bad HID connection check (#173)

5.0.0

10 Oct 07:46
7c1446f
Compare
Choose a tag to compare
[MAJOR] Switch node-hid to a peer dependency (#172)

* Optional handling of node-hid
* Add migration guide

4.0.0

01 Oct 07:21
19c622c
Compare
Choose a tag to compare
[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

03 Sep 22:25
31f5f57
Compare
Choose a tag to compare
Reduce excess analog input events

3.1.3

03 Sep 21:46
20b88c4
Compare
Choose a tag to compare
Improve analog input handling

3.1.0

03 Sep 20:20
d1af08d
Compare
Choose a tag to compare
[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

16 Jul 04:06
d7482a4
Compare
Choose a tag to compare
[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

16 Jul 04:02
7a84c54
Compare
Choose a tag to compare
2.2.48 Pre-release
Pre-release
Release patches for 2.X

2.2.1

25 Jun 07:39
f9daa4b
Compare
Choose a tag to compare
2.2.1 Pre-release
Pre-release
Add tests; fix default threshold

2.2.0

25 Jun 06:33
8aeab4d
Compare
Choose a tag to compare
2.2.0 Pre-release
Pre-release
[MINOR] Improve analog threshold setting

* Improve analog threshold setting

* Fix loop