Releases: YonicDev/gca-js
GCA JS Version 2.0 beta 2
GCA Async API Version: 2.1
The new API documentation is located here.
Changes from beta 1:
- Restored support for detecting multiple adapters.
GCA JS Version 2.0 beta
GCA Async API Version: 2.0
The new API documentation is located here.
Main features:
- gca.js is now written in TypeScript, allowing type definitions
- Support for Promise API
- Added a graphical interface example
- Better integration with Electron.js
Limitations from version 1.x:
- Dropped support for multi-adapters
- Dropped support for polling an adapter. Now data must be read continuously.
GCA JS Version 1.0.2
GCA API: 2.0
This patch allows node-usb
to use the latest release packages.
GCA JS Version 1.0.1
GCA API Version: 2.0
This patch solves a few problems building with Macintosh and Linux.
NOTE: This release builds node-usb
from source code, but it clones the Git repository automatically during the installation.
[Linux]: You'll require libudev-dev
to build the module.
GCA JS Version 1.0
GCA API Version: 2.0
Main features:
- All features from gca-node and gca+.
- Multi-adapter support
- Multi-port rumble support with an example
NOTE: This release builds node-usb
from source code, so you'll have to clone and either build the module manually, or specify the module as a local directory in your package.json file.
[Linux]: You'll require libudev-dev
to do build the module.