2020.1.0
- 🚀 add GitHub actions: automatic CI/testing and npm publishing!
- 🚀 add new event handling system which allows:
- multiple instances of the renderer to handle events of the same type
- unregister events with
UnityContext.off(name: string)
- 🚧 add lots of unit tests for the
UnityContext
class