Releases: sbergen/drift
Releases · sbergen/drift
drift_record v1.0.1
Replaces a local dev dependency with one from hex. This works around a bug that currently makes the LSP misbehave when browsing the package source.
drift_js v1.1.0
Fixed
- Replaces a local dev dependency with one from hex. This works around a bug that currently makes the LSP misbehave when browsing the package source.
Added
- Adds the
send_afterfunction toruntime, which allows sending messages with a delay, or scheduling them on the task queue with a delay of zero.
drift_actor v2.0.1
Replaces a local dev dependency with one from hex. This works around a bug that currently makes the LSP misbehave when browsing the package source.
drift v1.0.1
Replaces a local dev dependency with one from hex. This works around a bug that currently makes the LSP misbehave when browsing the package source.
drift_js v1.0.1
Fix bug in channel, where a previous receive (with a timeout) could prevent later receive calls from functioning properly.
drift_actor v2.0.0
Revamps the actor building pattern. It wasn't well designed for named subjects or supervision, as I missed a few details in the original design.
Initial Release
v1.0.0 Update dependencies from local to hex