Skip to content

1.1.0

Compare
Choose a tag to compare
@andrewMacmurray andrewMacmurray released this 17 Dec 13:30
· 7 commits to main since this release

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