All Versions
11
Latest Version
Avg Release Cycle
79 days
Latest Release
2588 days ago

Changelog History
Page 1

  • v2.1.5 Changes

    August 19, 2017
    • ๐Ÿ›  Bugfix: Results from Paratize.Chunk was overflatten, now nested list structure is preserved.
    • โšก๏ธ Update docs generated from ex_doc v0.16.2.
  • v2.1.4 Changes

    January 06, 2017
    • โš  Silence warnings for Elixir v1.4.
    • โšก๏ธ Update docs generated from ex_doc v0.14.5.
  • v2.1.3 Changes

    February 23, 2016
    • โšก๏ธ Updated typespecs support for Dialyzer
  • v2.1.2 Changes

    February 14, 2016

    ๐Ÿ›  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
  • v2.1.1 Changes

    October 24, 2015
    • โฌ†๏ธ 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.
  • v2.1.0 Changes

    August 17, 2015

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

  • v2.0.1 Changes

    August 13, 2015

    ๐Ÿ›  Bugfix for tests. Improved documentation.

  • v2.0.0 Changes

    June 29, 2015

    ๐Ÿ”– 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 Changes

    June 26, 2015

    Backward-incompatible API changes.
    โž• Added pool based workers.
    โž• Added typespecs.

  • v0.1.1 Changes

    June 26, 2015

    ๐Ÿ”– Versioned proper links to GitHub source code inside docs.