Skip to content

Releases: nsfm/dualsense-ts

5.1.0

05 Mar 03:19
4733621
Compare
Choose a tag to compare
[MINOR] Rumble support (#255)

* Add structure for HID commands

* Add rumble to demo script (node-hid only)

* Better structure for command handling

* Add rumble interface to Dualsense class

* Update docs

* Update index

* Reduce unnecessary hid reports

* Work towards browser support

* Add node-hid only note to readme

5.0.136

14 Feb 08:35
963ec66
Compare
Choose a tag to compare
Slightly improve documentation

5.0.135

14 Feb 07:34
f0ac363
Compare
Choose a tag to compare
Enable @typescript-eslint/strict (#253)

5.0.134

13 Feb 18:51
2defbbd
Compare
Choose a tag to compare
Bump webpack-cli from 5.0.0 to 5.0.1 (#211)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@5.0.1)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nate Dube <[email protected]>

5.0.121

12 Feb 00:42
ba13a1a
Compare
Choose a tag to compare
Bump eslint-plugin-import from 2.27.4 to 2.27.5 (#236)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.4 to 2.27.5.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...v2.27.5)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nate Dube <[email protected]>

5.0.120

12 Feb 00:22
d31f406
Compare
Choose a tag to compare
Fix undefined window check for hid provider (#246)

Authored-by: CaptainThrillsDev <[email protected]>

5.0.27

03 Nov 04:54
c36e180
Compare
Choose a tag to compare
Update README

5.0.4

12 Oct 07:57
65a0212
Compare
Choose a tag to compare
Overhaul WebHID connection strategy (#176)

Overhaull webhid connection strategy

5.0.3

12 Oct 07:33
d1aa387
Compare
Choose a tag to compare
Stop huge number of HID reconnect attempts (#175)

Stop huge number of reconnect attempts

5.0.2

12 Oct 05:20
9f9e839
Compare
Choose a tag to compare
Smooth out the connection behavior for WebHID (#174)