v2.0.0
2.0.0 (2018-01-18)
Features
- API change and update data structure. (35e292d)
BREAKING CHANGES
- The underlying data structure is changed to provide better flexibility.
It is required to work with other boundary types such as WebSocket and Stream.
The Spec API is all changed, making it more generic to work with different boundaries.
calls is removed and replaced by actions and closing:
closing is a promise that will resolve when the spec process is completed.
actions are actions occurred and recorded by the spec.
They are formatted in FluxStandardAction style.
fn is now subject, to better describe the spec'ed subject as it can be more than function.