1.1.0
What's Changed
Features
- Adds
ConcurrentTask.debug
utility #21 - Adds Http bytes compatibility - send and receive
elm/bytes
inConcurrentTask.Http
#26 - Adds hybrid JS exports for commonjs and mjs - this allows projects to use either
import
orrequire
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