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: mochidev/CodableDatastore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.8
Choose a base ref
...
head repository: mochidev/CodableDatastore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.9
Choose a head ref
  • 14 commits
  • 16 files changed
  • 1 contributor

Commits on Dec 22, 2025

  1. Configuration menu
    Copy the full SHA
    2c00c72 View commit details
    Browse the repository at this point in the history
  2. Fixed a Swift 6 compilation warning that conforming Never to Codable …

    …was not applied retroactively
    dimitribouniol committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    2fe9447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a153c44 View commit details
    Browse the repository at this point in the history
  4. Fixed a Swift 6 compilation warning where `RangeReplaceableCollection…

    …` would warn when initialized with an `AsyncSequence`
    dimitribouniol committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    00fd63c View commit details
    Browse the repository at this point in the history
  5. Fixed a Swift 6 compilation warning for duplicate Sendable annotation…

    …s for date coding strategies
    dimitribouniol committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    da4ad73 View commit details
    Browse the repository at this point in the history
  6. Removed CI compiler option to treat C warnings as errors as it no lon…

    …ger seems to be supported
    dimitribouniol committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    cf2bf72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be6a414 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8db9827 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    49225dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8eca455 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f85dc7d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5ef1e96 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    87a2e08 View commit details
    Browse the repository at this point in the history
  14. Fixed an issue where readonly transactions could override written dat…

    …a when they complete out of sequence
    dimitribouniol committed Dec 22, 2025
    Configuration menu
    Copy the full SHA
    a1a8b28 View commit details
    Browse the repository at this point in the history
Loading