- Initial release: go_openshowvar library is published.
- A Go library that uses the OpenShowVar protocol to connect to Kuka robots and perform data read/write operations.
- Integrated GitHub Actions CI workflow to automatically run unit tests on every push and pull request to the
main
branch. - Enhanced continuous integration by ensuring code quality through automated testing.
- Introduced
IsConnected
method to theOpenShowVar
struct, which allows checking if the connection to the server is active.
- Changed the method name
IsConnect
toIsConnected
in the OpenShowVar library for consistency and clarity.