Releases: tejzpr/ordered-concurrently
Releases · tejzpr/ordered-concurrently
v3.0.1
v3.0.0
What's Changed
- feat: pass context by @tarrencev in #5
New Contributors
- @tarrencev made their first contribution in #5
Full Changelog: v2.0.0...v3.0.0
v2.0.0
Update
- Added OrderedOutput.Remaining() for getting remaining items.
- Update Readme, added examples
- Added more test cases
- Workfunction interface
- Removed unnecessary abstractions
- Fixed memory issues for large inputs.
- Many smaller optimizations
Thanks to @mh-cbon for his suggestions for improving the module.