What's Changed
- Added: Swift 6 language mode (#31).
- Added:
AnyHashableSendable
(#36). - Fixed: Weaken inner
@MainActor
requirement inwithMainSerialExecutor
(#28). - Deprecated:
UncheckedSendable
is now soft-deprecated on Swift >5.10 (in favor ofnonisolated(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
- @brzzdev made their first contribution in #12
- @Matejkob made their first contribution in #30
- @acevif made their first contribution in #33
- @JOyo246 made their first contribution in #34
Full Changelog: 1.1.0...1.2.0