Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@stephencelis stephencelis released this 19 Sep 23:33
· 5 commits to main since this release
6054df6

What's Changed

  • Added: Swift 6 language mode (#31).
  • Added: AnyHashableSendable (#36).
  • Fixed: Weaken inner @MainActor requirement in withMainSerialExecutor (#28).
  • Deprecated: UncheckedSendable is now soft-deprecated on Swift >5.10 (in favor of nonisolated(unsafe) (#24).
  • Deprecated: ActorIsolated (#29).
  • Infrastructure: Swift Language Support: Drop <5.9, Add 6.0 (#26).
  • Infrastructure: documentation fixes (thanks @jessetipton, #21; @acevif, #33; @JOyo246, #34).
  • Infrastructure: Add LockIsolated test cases (thanks @brzzdev, #12).
  • Infrastructure: Add .editorconfig for consistent code formatting (thanks @Matejkob, #30).

New Contributors

Full Changelog: 1.1.0...1.2.0