Releases: Ryu0118/swiftui-simplex-architecture
Releases · Ryu0118/swiftui-simplex-architecture
v0.2.0
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
What's Changed
- Change generic parameter of Store by @Ryu0118 in #14
- Remove StoreBuilder by @Ryu0118 in #15
- Remove Reducer Macro by @Ryu0118 in #16
- Remove Argumet of
@ScopedStateMacro(reducer:)
by @Ryu0118 in #18 - Modifiers is ignored in States structure by @Ryu0118 in #19
- Refactor ScopedStateMacro by @Ryu0118 in #20
- Rename ManualStoreBuilder to ScopeState by @Ryu0118 in #17 and #21
Full Changelog: 0.0.5...0.1.0
v0.0.5
0.0.4
0.0.3
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