Skip to content

Releases: YonicDev/gca-js

GCA JS Version 2.0 beta 2

18 Mar 13:03
Compare
Choose a tag to compare
Pre-release

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

09 Mar 09:29
Compare
Choose a tag to compare
Pre-release

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

08 Apr 14:18
Compare
Choose a tag to compare
GCA JS Version 1.0.2 Pre-release
Pre-release

GCA API: 2.0

This patch allows node-usb to use the latest release packages.

GCA JS Version 1.0.1

28 Aug 13:44
Compare
Choose a tag to compare

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

07 Aug 19:21
Compare
Choose a tag to compare

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.