Releases: ra1028/swiftui-atom-properties
Releases · ra1028/swiftui-atom-properties
0.8.0
What's Changed
- Drop support for Xcode15 by @ra1028 in #180
- Add initializing lifecycle hook to AtomEffect by @ra1028 in #181
- Add support for initializing effect in MergedEffect by @ra1028 in #182
- Add support for resultBuilder syntax for AtomEffect by @ra1028 in #183
- Drop support for old OS versions by @ra1028 in #184
- Deprecate Refreshable and Resettable by @ra1028 in #185
- Cherry pick bug fix added to 0.7.8 by @ra1028 in #187
- Allow keeping Atoms alive within a scope until it's deallocation by @ra1028 in #188
- Remove Refreshable & Resettable from readme by @ra1028 in #189
- Refactoring by @ra1028 in #190
- Remove unnecessary import by @ra1028 in #191
- Remove APIs deprecated in 0.7.x by @ra1028 in #192
Full Changelog: 0.7.7...0.8.0
0.7.8
0.7.7
0.7.6
What's Changed
- Fix the issue where async atoms access their scope after the scope is disposed by @ra1028 in #174
- Add AtomDerivedScope and deprecate AtomScope(inheriting:content:) by @ra1028 in #175
- Fix for release build failure by @ra1028 in #176
- Refactoring: Manage subscribed atom keys in a graph instance by @ra1028 in #177
Full Changelog: 0.7.5...0.7.6
0.7.5
What's Changed
- Fix CI environment by @ra1028 in #169
- Fix issue where scoped overrides/observers are not reflected by @ra1028 in #167
- Refactoring by @ra1028 in #170
- Add support for thread safe updates in ObservableObjectAtom by @ra1028 in #171
- Improve atom key description by @ra1028 in #172
- Fix typo by @ra1028 in #173
Full Changelog: 0.7.4...0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
What's Changed
- Gardening by @ra1028 in #140
- Add benchmark testing by @ra1028 in #143
- Swift 5.10 by @ra1028 in #146
- Swift 6.0 by @ra1028 in #147
- Add a comment about inheritance of actor isolation by @ra1028 in #148
- Add compiler(>=6) to compilation conditions along with upcoming features by @ra1028 in #150
- Use State over StateObject where possible by @ra1028 in #151
- Make atom keys Sendable by @ra1028 in #152
- Enable upcoming feature ExistentialAny by @ra1028 in #154
- AsyncPhaseAtom by @ra1028 in #155
Full Changelog: 0.6.1...0.7.0