Skip to content

v1.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@t3duk t3duk released this 06 Jul 20:46
· 23 commits to main since this release
27f3d47

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, daemonCommandsandgeneralCommandstogoxlr`.
  • 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