Skip to content

Tags: ra1028/swiftui-atom-properties

Tags

0.8.1

Toggle 0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the issue where AtomEffectBuilder fails to demangle witness for t…

…he return type of the builder with multiple blocks in iOS 16 (#193)

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove APIs deprecated in 0.7.x (#192)

0.7.8

Toggle 0.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix bug where scoped overrides not used when calling refresh if cache…

… is missing (#186)

* Refresh now uses a store with the current scope if cache is missing

* Fix compilation in Swift 5

0.7.7

Toggle 0.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fix: Atom effect receives context with unintended scope (#179)

* Add test case

* Call atom effect with the scope at which they were initialized

* Write more tests

* Switch context when mutating operation

* Refactoring

* Disable test case for Swift 5 compiler

0.7.6

Toggle 0.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactoring: Manage subscribed atom keys in a graph instance (#177)

* Manage subscribed atom keys in a graph instance

* Typo

* Fix for compilation failure with Swift 5

0.7.5

Toggle 0.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Typo (#173)

0.7.4

Toggle 0.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Converge successive updates of an ObservableObject to a single update (

…#164)

0.7.3

Toggle 0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use @_inheritActorContext (#159)

0.7.2

Toggle 0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix cancellation of refreshing AsyncPhaseAtom (#157)

0.7.1

Toggle 0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add test with Swift 5 enabling upcoming features (#156)

* Test upcoming features

* Fix up for concurrency issues with upcoming features in Swift5