Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pointfreeco/swift-composable-architecture
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.2
Choose a base ref
...
head repository: pointfreeco/swift-composable-architecture
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.0
Choose a head ref
  • 8 commits
  • 100 files changed
  • 8 contributors

Commits on Nov 16, 2023

  1. Fix links (#2578)

    woxtu authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    cb2c5c1 View commit details
    Browse the repository at this point in the history
  2. Fix some identified tests.

    mbrandonw committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c217653 View commit details
    Browse the repository at this point in the history
  3. Fix test

    stephencelis committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    339ae26 View commit details
    Browse the repository at this point in the history
  4. Run swift-format

    stephencelis authored and github-actions[bot] committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a384c00 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Cache store scoping when possible (#2527)

    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * Silence test warnings
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * Revert "wip"
    
    This reverts commit ed6cc24.
    
    * Revert "Revert "wip""
    
    This reverts commit 8358990.
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * update a bunch of docs
    
    * wip
    
    * wip
    
    * wip
    
    * fix
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * Kill integration tests for now
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * updating docs for @Reducer macro
    
    * replaced more Reducer protocols with @Reducer
    
    * Fixed some broken docc references
    
    * wip
    
    * Some @Reducer docs
    
    * more docs
    
    * convert some old styles to new style
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * bump
    
    * update tutorials to use body
    
    * update tutorials to use DML on destination state enum
    
    * Add diagnostic
    
    * wip
    
    * updated a few more tests
    
    * wip
    
    * wip
    
    * Add another gotcha
    
    * wip
    
    * wip
    
    * wip
    
    * Add dynamic lookup to presentation state/action
    
    * wip
    
    * wip
    
    * Better lookup
    
    * wip
    
    * wip
    
    * wip
    
    * IdentifiedAction
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * fixes
    
    * wip
    
    * wip
    
    * added migration guide for new scope operation
    
    * migration guide for new navigation view modifiers
    
    * wip
    
    * fix
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * fix
    
    * fix
    
    * wip
    
    * wip
    
    * remove for now
    
    * wip
    
    * wip
    
    * simplify scope
    
    * wip
    
    * updated some docs
    
    * migration guides
    
    * more migration guide
    
    * fix ci
    
    * fix
    
    * soft deprecate all apis using AnyCasePath
    
    * wip
    
    * Fix
    
    * fix tests
    
    * updated tests
    
    * swift-format 509 compatibility
    
    * wip
    
    * wip
    
    * Update Sources/ComposableArchitecture/Macros.swift
    
    Co-authored-by: Mateusz Bąk <[email protected]>
    
    * wip
    
    * wip
    
    * update optional state case study
    
    * remove initializer
    
    * Don't use @State for BasicsView integration demo
    
    * fix tests
    
    * remove reduce diagnostics for now
    
    * diagnose error not warning
    
    * Update Sources/ComposableArchitecture/Macros.swift
    
    Co-authored-by: Jesse Tipton <[email protected]>
    
    * wip
    
    * move integration tests to cron
    
    * Revert "move integration tests to cron"
    
    This reverts commit f9bdf2f.
    
    * disable flakey tests on CI
    
    * wip
    
    * wip
    
    * fix migration guide
    
    * fix docs
    
    * fix deprecation messages
    
    * wip
    
    * wip
    
    * missing deprecation
    
    * soft
    
    * wip
    
    * update migration guide
    
    * Fix resolved
    
    * update migration guide
    
    * fix test
    
    * format
    
    * wip
    
    * fix
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * fix
    
    * wip
    
    * wip
    
    ---------
    
    Co-authored-by: Brandon Williams <[email protected]>
    Co-authored-by: Mateusz Bąk <[email protected]>
    Co-authored-by: Brandon Williams <[email protected]>
    Co-authored-by: Jesse Tipton <[email protected]>
    5 people authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    af5ae21 View commit details
    Browse the repository at this point in the history
  2. Run swift-format

    stephencelis authored and github-actions[bot] committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    44ae74e View commit details
    Browse the repository at this point in the history
  3. Depend on and export DependenciesMacros (#2586)

    Co-authored-by: Stephen Celis <[email protected]>
    tgrapperon and stephencelis authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    2adca50 View commit details
    Browse the repository at this point in the history
  4. Run swift-format

    stephencelis authored and github-actions[bot] committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    3f80eb9 View commit details
    Browse the repository at this point in the history
Loading