Skip to content

Releases: ra1028/swiftui-atom-properties

0.8.0

04 Jun 10:45
a22c7df
Compare
Choose a tag to compare

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

29 May 04:50
6de07bf
Compare
Choose a tag to compare

What's Changed

  • Fix bug where scoped overrides not used when calling refresh if cache is missing by @ra1028 in #186

Full Changelog: 0.7.7...0.7.8

0.7.7

14 May 10:32
9e59598
Compare
Choose a tag to compare

What's Changed

  • Bug fix: Atom effect receives context with unintended scope by @ra1028 in #179

Full Changelog: 0.7.6...0.7.7

0.7.6

26 Mar 12:17
74ed60c
Compare
Choose a tag to compare

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

18 Mar 07:56
51565bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.4...0.7.5

0.7.4

22 Jan 09:21
eb44c7e
Compare
Choose a tag to compare

What's Changed

  • Update GitHub actions environment by @ra1028 in #163
  • Revert to use StateObject instead of State in ViewContext by @ra1028 in #162
  • Converge successive updates of an ObservableObject to a single update by @ra1028 in #164

Full Changelog: 0.7.3...0.7.4

0.7.3

20 Nov 07:29
63d4760
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.2...0.7.3

0.7.2

11 Oct 05:25
7b1510d
Compare
Choose a tag to compare

What's Changed

  • Fix cancellation of refreshing AsyncPhaseAtom by @ra1028 in #157

Full Changelog: 0.7.1...0.7.2

0.7.1

10 Oct 10:54
90cd87a
Compare
Choose a tag to compare

What's Changed

  • Add test with Swift 5 enabling upcoming features by @ra1028 in #156

Full Changelog: 0.7.0...0.7.1

0.7.0

09 Oct 10:20
77485a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.7.0