v0.5.0
Features
- Add
createSendCall
to event creators, which can be used to avoid boilerplate when connecting actors to UIs. #19- See its documentation for an example: https://github.com/christoph-fricke/xsystem/wiki/04-Utilities#connecting-actors-with-uis-createsendcall
Documentation
- Add documentation for
createSendCall
.
Fixes
- Remove
"type": "module"
from package defintiontion.- XSystem is shipped as ESM + CJS anyway, so the module type just caused problems when build tools do not have full module support.