Skip to content

Releases: teufelaudio/FoundationExtensions

v2.0.3

08 Feb 12:59
Compare
Choose a tag to compare

v2.0.2

07 Feb 21:13
Compare
Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

v2.0.1

05 Feb 15:13
efd6e0f
Compare
Choose a tag to compare
  • Fix swapped logic in Data.MatchMask.description()

v2.0.0

04 Feb 11:34
cab444f
Compare
Choose a tag to compare
  • 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

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