Skip to content

Releases: Ryu0118/swiftui-simplex-architecture

v0.2.0

12 Sep 10:37
8bf660a
Compare
Choose a tag to compare

What's Changed

  • Rename SimplexStoreView to ActionSendable by @Ryu0118 in #22
  • Remove conformance to View protocol from ActionSendable by @Ryu0118 in #23
  • Add ThreadCheck to ActionSendable by @Ryu0118 in #24
  • Implemented Pullback and moved Send logic to Store by @Ryu0118 in #25
  • Add SwiftFormat by @Ryu0118 in #26

Full Changelog: 0.1.0...0.2.0

v0.1.0

30 Aug 19:04
6b5e0bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.5...0.1.0

v0.0.5

23 Aug 16:47
cba7fdd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.4...0.0.5

0.0.4

26 Jul 10:58
Compare
Choose a tag to compare

What's Changed

  • Fix Bug in StateContainer by @Ryu0118 in #6
  • Add EffectTask.send(_:) by @Ryu0118 in #7
  • Remove onChange by @Ryu0118 in #8
  • nonmutating to mutating set for store property in SimplexStoreView by @Ryu0118 in #9

Full Changelog: 0.0.3...0.0.4

0.0.3

26 Jul 09:29
b644abd
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

What's Changed

  • Worked around a compiler bug that prevented consuming and copying from being used in Release builds. by @Ryu0118 in #2
  • Reduce copy to improve performance. by @Ryu0118 in #4
  • Changed behavior when ReducerState is Never when using ManualStoreBuilder by @Ryu0118 in #5

Full Changelog: 0.0.2...0.0.3

0.0.2

20 Jul 10:08
c0de313
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.1...0.0.2

0.0.1

17 Jul 10:04
8fb25c3
Compare
Choose a tag to compare

first release