Skip to content

Tags: pointfreeco/swift-composable-architecture

Tags

1.17.0

Toggle 1.17.0's commit message
Run swift-format

1.16.1

Toggle 1.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix crash when cancelling subscription for custom PersistenceKey (#3494)

* Add crashing unit test for AppStorageKey subscription cancellation

* Fix double cancellation of Shared.Subscription

1.16.0

Toggle 1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
AppStorage: add support for Date values (#3470)

Co-authored-by: Stephen Celis <[email protected]>

1.15.2

Toggle 1.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix race conditions in CurrentValueRelay (#3447)

* Test

tweak test

tweaks

* Slow fix

* Fix test compilation

* nonrecursive lock

* back to os_lock

* undo renaming

* visibility

* Feedback

---------

Co-authored-by: Stephen Celis <[email protected]>

1.15.1

Toggle 1.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Infrastructure: Address concurrency warnings in tests (#3438)

* Infrastructure: Address concurrency warnings in tests

* wip

---------

Co-authored-by: Brandon Williams <[email protected]>

1.15.0

Toggle 1.15.0's commit message
Run swift-format

1.14.0

Toggle 1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Swift 6: Main actor isolated store view helpers (#3283)

* `@preconcurrency @MainActor` isolation of `Store`

* Remove unneeded `@MainActor`s

* Remove thread checking code

* Remove unneeded `@MainActor`s

* Swift 5.10 compatibility fixes

* wip

* More 5.10 fixes

* wip

* fixes

* wip

* wip

* up the timeout

* wip

* Fixes

* wip

* wip

* wip

* wip

* wip

* wip

* Main actor logger

* wip

* wip

* wip

* fix

* fix

* fix

* fix compilation error

* wip

* wip

* bring back yield

---------

Co-authored-by: Brandon Williams <[email protected]>

1.13.1

Toggle 1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bring back 'observe' for non-UIKit targets. (#3295)

1.13.0

Toggle 1.13.0's commit message
Run swift-format

1.12.1

Toggle 1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Point Issue Reporting to xctest-dynamic-overlay repo (#3257)

* Update XCTestDyanmicOverlay package name.

* update versions

---------

Co-authored-by: Stephen Celis <[email protected]>