Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @CasePathable support #70

Merged
merged 4 commits into from
Dec 8, 2023
Merged

Add @CasePathable support #70

merged 4 commits into from
Dec 8, 2023

Conversation

Ryu0118
Copy link
Owner

@Ryu0118 Ryu0118 commented Dec 6, 2023

@CasePathable is added to Action via @Reducer. and Equatable conformance is no longer required.

Also I added these two syntaxes to TestStore.

let testStore = { /* ... */ } 
testStore.receive(\.receiveResponse.success) { /* ... */ }
testStore.receiveWithoutStateCheck(\.receiveResponse.success) { /* ... */ }

@Ryu0118 Ryu0118 changed the title Add @CasePathable support Add @CasePathable support Dec 6, 2023
@Ryu0118 Ryu0118 merged commit 88462ae into main Dec 8, 2023
2 checks passed
@Ryu0118 Ryu0118 deleted the feature/case-pathable branch December 8, 2023 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant