Releases: andrewMacmurray/elm-concurrent-task
Releases · andrewMacmurray/elm-concurrent-task
1.1.1
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
1.0.0
Summary
Initial release of ConcurrentTask
🎉
Pull Requests Included
- Receive results individually by @andrewMacmurray in #1
- Task Pool and Consistent Ids by @andrewMacmurray in #2
- Batch and Sequence optimisations by @andrewMacmurray in #3
- Optimise batch by @andrewMacmurray in #4
- Cleanup by @andrewMacmurray in #5
- Fancy errors by @andrewMacmurray in #6
- Pipeline worker example by @andrewMacmurray in #7
- Feedback Changes by @andrewMacmurray in #13
UND_ERR_SOCKET
is currentlyBAD_BODY
and that has decoding errors by @choonkeat in #14- Localstorage example by @andrewMacmurray in #15
New Contributors
- @choonkeat made their first contribution in #14
Full Changelog: https://github.com/andrewMacmurray/elm-concurrent-task/commits/1.0.0