Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 518 Bytes

CHANGELOG.md

File metadata and controls

35 lines (18 loc) · 518 Bytes

1.5.0

  • Add debugName to spawn.

1.4.2

  • Close bidirectionalRP before Isolate.exit.

1.4.0

  • Bidirectional communication is off by default, set bidirectional to true to enable it.

1.3.6

  • Added a helper function kill.

1.3.5

  • Added onSpawn argument to spawn function.

1.3.0

  • Throws SimpleIsolateAbortException when killed.

1.1.1

  • Enforce generic parameter on SimpleIsolate.

1.1.0

  • Stacktrace support for SimpleIsolate.future.

1.0.0

  • Initial version.