Releases: AMRC-FactoryPlus/js-edge-driver
Releases · AMRC-FactoryPlus/js-edge-driver
v0.0.5
What's Changed
- Update docs by @AlexGodbehere in #4
- Queue poll requests in batches by @amrc-benmorrow in #6
New Contributors
- @AlexGodbehere made their first contribution in #4
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Support callback APIs better by @amrc-benmorrow in #3
Full Changelog: v0.0.3...v0.0.4
Support async devices
This release includes breaking changes to the API.
- Introduce support for async devices which cannot be polled and produce data without prompting.
- Change the API for creating the handler.
- Require an explicit
connect
method on a handler. - Provide reconnection support in the driver instead of requiring handlers to do this.
Initial release
Initial release of the ACS edge driver library.
Supports read-only, polled device drivers.