Releases: teufelaudio/FoundationExtensions
Releases · teufelaudio/FoundationExtensions
v2.0.3
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
- Update Promise implementation for a safer one, to avoid unexpected crashes.
- Improve overall edge cases of Promise by log reports and better handling of crash messages.
v1.1.1
- Improve Sendability of FileSystem modules.
v1.1.0
- Added new initializer to the Promise type to improve Structured Concurrency bridge.
v1.0.2
Transient
type is not conformsSendable
if Generic type isSendable
.
v1.0.1
- Fix macOS build.
v1.0.0
- Swift 6 migration completed.
- Some concurrency helpers are removed to force developers to use native replacements.
- Duration - TimeInterval helpers added.
- Broken tests are fixed.