Releases: nsfm/dualsense-ts
Releases · nsfm/dualsense-ts
5.1.0
[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
Slightly improve documentation
5.0.135
Enable @typescript-eslint/strict (#253)
5.0.134
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
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
Fix undefined window check for hid provider (#246) Authored-by: CaptainThrillsDev <[email protected]>
5.0.27
Update README
5.0.4
Overhaul WebHID connection strategy (#176) Overhaull webhid connection strategy
5.0.3
Stop huge number of HID reconnect attempts (#175) Stop huge number of reconnect attempts
5.0.2
Smooth out the connection behavior for WebHID (#174)