Releases: Ryu0118/swiftui-simplex-architecture
Releases · Ryu0118/swiftui-simplex-architecture
v0.10.0
What's Changed
- Configure Renovate by @renovate in #58
- Update dependency apple/swift-syntax to v509.0.2 by @renovate in #59
- Update dependency google/swift-benchmark to from: "0.1.2" by @renovate in #60
- Update dependency apple/swift-docc-plugin to from: "1.3.0" by @renovate in #63
- Update dependency pointfreeco/swift-custom-dump to v1.1.2 by @renovate in #65
- Update dependency pointfreeco/swift-case-paths to v1.1.2 by @renovate in #64
- Update dependency pointfreeco/swift-dependencies to v1.1.2 by @renovate in #66
- Update dependency pointfreeco/swift-macro-testing to v0.2.2 by @renovate in #67
- Update dependency pointfreeco/swiftui-navigation to v1.2.0 - autoclosed by @renovate in #68
- Update actions/checkout action to v4 by @renovate in #69
- Update dependency nicklockwood/SwiftFormat to v0.52.11 by @renovate in #62
- Add
@CasePathable
support by @Ryu0118 in #70
New Contributors
Full Changelog: 0.9.0...0.10.0
v0.9.0
v0.8.0
What's Changed
- Refactor by @Ryu0118 in #47
- Fix overloading bug in enum Action by @Ryu0118 in #48
- Add SideEffect which allows side effects to be executed concurrently or serially by @Ryu0118 in #49
alert(target:unwrapping:)
can only be referenced by Action by @Ryu0118 in #50- Enable send action with animation and transaction from Send by @Ryu0118 in #51
- Add Diagnostic to determine whether ViewAction and ReducerAction are enum by @Ryu0118 in #52
- Update README.md by @Ryu0118 in #53
- Refactor ReducerMacro by @Ryu0118 in #54
Full Changelog: 0.7.0...0.8.0