Overview
This release adds support for keeping as much functionality within the current isolation context, and fixes some documentation issues.
What's Changed
- Documentation Fixes by @dimitribouniol in #41:
- Fixed broken Docc links for external symbols.
- Fixed an issue where the wrong parameters were referenced in function documentation.
- Isolated When Possible by @dimitribouniol in #42:
- Updated most functions to be isolated to their calling context when possible.
- Updated sequence transformers to take sending parameters.
- Updated Async Sequences to implement isolated variants when possible.
- Updated README for Version 0.5.0.
Full Changelog: 0.4.1...0.5.0