Skip to content

Releases: sbergen/drift

drift_record v1.0.1

03 Aug 18:11
5981cc4

Choose a tag to compare

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

03 Aug 18:10
5981cc4

Choose a tag to compare

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_after function to runtime, which allows sending messages with a delay, or scheduling them on the task queue with a delay of zero.

drift_actor v2.0.1

03 Aug 18:09
5981cc4

Choose a tag to compare

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

03 Aug 18:08
5981cc4

Choose a tag to compare

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

20 Jul 17:48
520c355

Choose a tag to compare

Fix bug in channel, where a previous receive (with a timeout) could prevent later receive calls from functioning properly.

drift_actor v2.0.0

20 Jul 17:47
520c355

Choose a tag to compare

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

19 Jul 09:23

Choose a tag to compare

v1.0.0

Update dependencies from local to hex