Skip to content

Releases: andrewMacmurray/elm-concurrent-task

1.1.1

15 Mar 08:46
Compare
Choose a tag to compare

What's Changed

  • Fix race condition on first task attempt in update #28
  • Fix debug ignoring log tasks #31

Full Changelog: 1.1.0...1.1.1

1.1.0

17 Dec 13:30
Compare
Choose a tag to compare

What's Changed

Features

  • Adds ConcurrentTask.debug utility #21
  • Adds Http bytes compatibility - send and receive elm/bytes in ConcurrentTask.Http #26
  • Adds hybrid JS exports for commonjs and mjs - this allows projects to use either import or require syntax #27

Fixes

  • ConcurrentTask.Time.getZoneName calls correct builtin function (thanks @lue-bird for this one!) #24
  • Make re-using ports across different Task pools more reliable - this fixes an edge case when switching between pages in a single page app which would cause previous in flight tasks to be picked up #22

Full Changelog: 1.0.0...1.1.0

1.0.0

07 Nov 08:29
Compare
Choose a tag to compare

Summary

Initial release of ConcurrentTask 🎉

Pull Requests Included

New Contributors

Full Changelog: https://github.com/andrewMacmurray/elm-concurrent-task/commits/1.0.0