Skip to content

Releases: teufelaudio/FoundationExtensions

v1.1.1

29 Oct 08:43
ffd03e5
Compare
Choose a tag to compare
  • Improve Sendability of FileSystem modules.

v1.1.0

25 Oct 11:16
76b7b80
Compare
Choose a tag to compare
  • Added new initializer to the Promise type to improve Structured Concurrency bridge.

v1.0.2

10 Oct 12:16
4ade9d4
Compare
Choose a tag to compare
  • Transient type is not conforms Sendable if Generic type is Sendable.

v1.0.1

27 Sep 08:48
744c199
Compare
Choose a tag to compare
  • Fix macOS build.

v1.0.0

26 Sep 10:12
f664fd1
Compare
Choose a tag to compare
  • 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

11 Sep 14:03
c5aa0f4
Compare
Choose a tag to compare
  • Adds an implementation of Data.matches() to match the beginning of Data with expected bytes and an optional bitmask

v0.6.4

28 Aug 06:53
3b05ba2
Compare
Choose a tag to compare
  • Add SingleAssignmentCancellable

v0.6.3

16 May 08:33
ce30082
Compare
Choose a tag to compare
  • Fixed SWIFT TASK CONTINUATION MISUSE: value(from:) leaked its continuation! warnings when await promise.value is used.

v0.6.2: Added range value calculations Helper (#53)

02 Jan 10:47
c441f8f
Compare
Choose a tag to compare
* 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>

v0.6.1

11 Sep 16:10
1a129f2
Compare
Choose a tag to compare
  • adds runtimeWarning as public function (taken from XCTestDynamicOverlay which does not expose this publicly)