Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
StevenLambion
/
SwiftDux
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
153
Code
Issues
2
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 10, 2021
Merge pull request #60 from StevenLambion/bugs/fix-github-actions
Show description for 99cb24d
StevenLambion
authored
99cb24d
Copy full SHA for 99cb24d
Removed macOS target
StevenLambion
committed
93dfafc
Copy full SHA for 93dfafc
Commits on Jun 29, 2021
Remove SnapshotTesting target
StevenLambion
committed
62b93b1
Copy full SHA for 62b93b1
Switched to macOS 10.15
Show description for 6bd8e44
StevenLambion
committed
6bd8e44
Copy full SHA for 6bd8e44
Replace “OS X” target with “macOS”
StevenLambion
committed
3e00b0f
Copy full SHA for 3e00b0f
Remove snapshot test.
StevenLambion
committed
42ab02d
Copy full SHA for 42ab02d
Commits on Jun 28, 2021
Merge pull request #57 from kamilpowalowski/watchos-minimum-version
Show description for 24fda23
StevenLambion
authored
24fda23
Copy full SHA for 24fda23
Commits on Apr 7, 2021
Add watchOS support for SwiftDuxExtras
kamilpowalowski
committed
6884ad4
Copy full SHA for 6884ad4
Commits on Apr 6, 2021
Added watchOS minimum version to Package declaration
kamilpowalowski
committed
c467078
Copy full SHA for c467078
Commits on Nov 29, 2020
Code cleanup
StevenLambion
committed
3b0693d
Copy full SHA for 3b0693d
Merge pull request #54 from kamilpowalowski/onAppear-dispatch-action-fix
Show description for c8a8dd1
StevenLambion
authored
c8a8dd1
Copy full SHA for c8a8dd1
Fix: onAppear call action twice and create two modifiers for RunnableActions
kamilpowalowski
committed
625f550
Copy full SHA for 625f550
Commits on Nov 23, 2020
Updated jazzy docs
StevenLambion
committed
64fc38a
Copy full SHA for 64fc38a
Commits on Nov 21, 2020
Merge pull request #53 from StevenLambion/2.x
Show description for 0a8c295
StevenLambion
authored
0a8c295
Copy full SHA for 0a8c295
Added better example for cancellable ActionPlan.
StevenLambion
committed
9e741f5
Copy full SHA for 9e741f5
Updated README
StevenLambion
committed
a125921
Copy full SHA for a125921
Merge pull request #52 from StevenLambion/features/improve-middleware
Show description for 132b568
StevenLambion
authored
132b568
Copy full SHA for 132b568
Added EmptyView to fix potential crashes caused by onReceive.
Show description for 420e4af
StevenLambion
committed
420e4af
Copy full SHA for 420e4af
Fix code coverage
StevenLambion
committed
865b3a0
Copy full SHA for 865b3a0
Testing lint
StevenLambion
committed
f4f1bbf
Copy full SHA for f4f1bbf
Fix format step, so it fails on warnings.
StevenLambion
committed
5ef7873
Copy full SHA for 5ef7873
Commits on Nov 20, 2020
Improve the middleware and reducer pipeline.
StevenLambion
committed
481334d
Copy full SHA for 481334d
Commits on Nov 17, 2020
Merge pull request #51 from StevenLambion/features/improve-action-chaining
Show description for 0deffd3
StevenLambion
authored
0deffd3
Copy full SHA for 0deffd3
Commits on Nov 16, 2020
Updated Documentation
StevenLambion
committed
0bbea14
Copy full SHA for 0bbea14
Added test for CompositeMiddleware
StevenLambion
committed
fe65a86
Copy full SHA for fe65a86
Refactored action chaining to allow it for all actions.
StevenLambion
committed
f8d4368
Copy full SHA for f8d4368
Commits on Nov 14, 2020
Merge pull request #50 from StevenLambion/features/api-enhancements
Show description for 9131de2
StevenLambion
authored
9131de2
Copy full SHA for 9131de2
Commits on Nov 13, 2020
Exclude snapshots from target.
StevenLambion
committed
6283e56
Copy full SHA for 6283e56
Updated documentation
StevenLambion
committed
4319b4a
Copy full SHA for 4319b4a
Commits on Nov 12, 2020
Added initial snapshot test for ConnectableView
StevenLambion
committed
1b9e48a
Copy full SHA for 1b9e48a
Update Github workflow.
StevenLambion
committed
75fa989
Copy full SHA for 75fa989
Refactored Connectable API
StevenLambion
committed
c450501
Copy full SHA for c450501
Cleanup comments and added missing @inlinable
StevenLambion
committed
3a0332f
Copy full SHA for 3a0332f
Deprecated older SwiftDux APIs.
StevenLambion
committed
39463f6
Copy full SHA for 39463f6
Commits on Nov 10, 2020
Added StateStorable protocol.
StevenLambion
committed
5b03ec4
Copy full SHA for 5b03ec4
Pagination
Previous
Next
You can’t perform that action at this time.