Skip to content

Releases: seantanly/elixir-paratize

Version 2.1.5 (2017-08-20)

19 Aug 18:22
Compare
Choose a tag to compare
  • Bugfix: Results from Paratize.Chunk was overflatten, now nested list structure is preserved.
  • Update docs generated from ex_doc v0.16.2.

Version 2.1.4 (2017-01-06)

06 Jan 03:59
Compare
Choose a tag to compare
  • Silence warnings for Elixir v1.4.
  • Update docs generated from ex_doc v0.14.5.

Version 2.1.3 (2016-02-23)

23 Feb 06:20
Compare
Choose a tag to compare
  • Updated typespecs support for Dialyzer

Version 2.1.2

14 Feb 12:36
Compare
Choose a tag to compare

Bugfix & refactoring.

  • Bugfix: Paratize.TaskOptions.size default :scheduler value was baked in
    during compile time, now determined during run time.
  • Remove unnecessary Collectable protocol impl for %Paratize.TaskOptions{}.
  • General refactoring

Version 2.1.1

24 Oct 17:43
Compare
Choose a tag to compare
  • Upgrade to Elixir v1.1 as minimum supported version.
  • Update docs generated from ex_doc v0.10.
  • Documentation updated with CHANGELOG, README and LICENSE included.

Version 2.1.0

17 Aug 11:24
Compare
Choose a tag to compare

Added support for using the convenient Keyword arguments to define %Paratize.TaskOptions.

v2.0.0

29 Jun 09:59
Compare
Choose a tag to compare

Version 2.0.0 (2015-06-29)

Refactored the API again!

  • Paratize.* functions are moved to their respective module.
  • exec/2 are renamed to parallel_exec/2 for Paratize.Pool and Paratize.Chunk.

Common API for both Paratize.Chunk and Paratize.Pool processors.

  • parallel_exec(fun_list, task_options)
  • parallel_map(arg_list, fun, task_options)
  • parallel_each(arg_list, fun, task_options)

v1.0.0

26 Jun 18:41
Compare
Choose a tag to compare

Backward-incompatible API changes.
Added pool based workers.
Added typespecs.

v0.1.1

26 Jun 18:27
Compare
Choose a tag to compare

Versioned proper links to GitHub source code inside docs.

First Release

23 Jun 17:16
Compare
Choose a tag to compare

First release.