v1.2.0
Pre-release
Pre-release
GOXLR JS v1.2.0
This update includes some new features which will make using the wrapper easier.
- You can now change the bind address and port when creating the
GoXLR Instance
. Refer to the documentation to see more. - Merged 1goxlrCommands
,
daemonCommandsand
generalCommandsto
goxlr`. - When running a function, GOXLR JS will now not open a new connection (unless there is no existing one) and will not close the connection once finished. Developers will need to intergrade the
close()
function. This improves general things about the wrapper.
If you have any suggestions, feedback or and bugs to report please open an issue.
Standard disclaimer applies found here