Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 504 Bytes

CHANGELOG.md

File metadata and controls

24 lines (15 loc) · 504 Bytes

1.3.0

  • Add a queueMode to the worker
  • Add immediate option when disposing the worker
  • Fix onExit, now is called when the worker is disposing manually

1.2.1 & 1.2.2

  • Remove flutter dependency

1.2.0

  • Close the open ports when the worker when calling dispose
  • Add a initialMessage to the worker

1.1.0

  • Add a simple way to run [Parallel] code with [Parallel.run], [Parallel.foreach] and [Parallel.map] functions

1.0.0

  • Implementation of the [Worker]
  • Add docs
  • Add example