Releases: ra1028/swiftui-atom-properties
Releases · ra1028/swiftui-atom-properties
0.8.1
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