FlowTurbine
is now calledReceiveTurbine
. This is the consume-only type with which you assert on events it has seen (historically only from aFlow
).- New public
Turbine
type implementsReceiveTurbine
but also allows you write events from a data source. Use this to implement fakes or collect events from non-Flow
streams. - Extension functions on
ReceiveChannel
provideReceiveTurbine
-like assertion capabilities. - Support for legacy JS has been removed. Only JS IR is now supported.
- Removed some APIs deprecated in 0.8.x.