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: ra1028/swiftui-atom-properties
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.1
Choose a base ref
...
head repository: ra1028/swiftui-atom-properties
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.0
Choose a head ref
  • 10 commits
  • 83 files changed
  • 1 contributor

Commits on Aug 30, 2024

  1. Gardening (#140)

    ra1028 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    6b71b5e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Add benchmark testing (#143)

    * Add benchmark test project
    
    * Implement basic benchmark testing
    
    * Run on CI
    
    * Gardening
    
    * Add more stressed benchmark
    
    * Add Benchmarks dir to the formatter target
    ra1028 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c52f493 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Swift 5.10 (#146)

    * Adopt Swift 5.10 and drop support for lower
    
    * Gardening
    
    * Enable strict concurrency mode with experimental feature flag
    
    * Adopt strict concurrency
    
    * Fix compilation
    
    * Change xcodeproj names
    ra1028 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c7fb8ae View commit details
    Browse the repository at this point in the history
  2. Swift 6.0 (#147)

    ra1028 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    69dd001 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    8d280cf View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    81a4d06 View commit details
    Browse the repository at this point in the history
  2. Use State over StateObject where possible (#151)

    * Use State over StateObject where possible
    
    * Add support for backward compatibility
    ra1028 authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    64b6392 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46c747b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Enable upcoming feature ExistentialAny (#154)

    * Enable ExistentialAny
    
    * Format
    ra1028 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7a642f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. AsyncPhaseAtom (#155)

    * Add AsyncPhaseAtom
    
    * Add support for backward compatibility
    
    * Use AsyncPhaseAtom in one of examples
    
    * Add AsyncPhaseAtom to docs
    
    * Add documentation
    
    * Update README
    
    * Fix tests
    ra1028 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    77485a9 View commit details
    Browse the repository at this point in the history
Loading