v0.4.0
Features
- Add
createEvent
utility function to create event factories with attached type predicates. #16- See its documentation to learn more: https://github.com/christoph-fricke/xsystem/wiki/04-Utilities#createevent
- Add
EventFrom
helper to extract the event shape of an event factory. #16- See its documentation to learn more: https://github.com/christoph-fricke/xsystem/wiki/04-Utilities#eventfrom
Documentation
- Add documentation for the new features.
- Recommend
creator.match
overis
.
Internal
- Replace event creator functions with
createEvent
creators where possible.