- Errors are now being sent back to the main process.
- Removed
hasResponseOverridefrom IsoxCommand and add explicitwait. (This breaks the default behavior for void returning commands!) - Add command not found exception. (Will be thrown when trying to run an unregistered command)
- Restrict commands to the same state type for
IsoxInstance.run.
- Initial release with basic functionality.