Releases: teufelaudio/FoundationExtensions
Releases · teufelaudio/FoundationExtensions
v1.1.1
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.
v0.6.5
v0.6.4
v0.6.3
- Fixed
SWIFT TASK CONTINUATION MISUSE: value(from:) leaked its continuation!
warnings whenawait promise.value
is used.
v0.6.2: Added range value calculations Helper (#53)
* Added range value calculations Helper * overload linearInterpolation * fix build error --------- Co-authored-by: Giulia Ariu <> Co-authored-by: Oguz Yuksel <74555694+OguzYuuksel@users.noreply.github.com>