Changelog
1.2.2
c196542
Thanks @nobrayner! - Fixed disconnect event being emitted after failed connect attempts. The disconnected event will now only be emitted when the state changes from connected to disconnected.Changelog
1.2.0
#14 67db69d
Thanks @nobrayner! - Implement xstate.Subscribable
for Lotw instances. This allows an Lotw instance to be invoked as a service in other machines.
f03922d
Thanks @nobrayner! - Added InferConnectorIds
type to more easily infer the configured connector ids
Changelog
1.1.0
23624cf
Thanks @nobrayner! - Added Lotw.is
to query the current state of the underlying machine.Changelog
1.0.4
768bf71
Thanks @nobrayner! - Fixed multiple entry points. Really. I promise it's right this time!