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.10
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.4.0
Choose a head ref
  • 13 commits
  • 14 files changed
  • 1 contributor

Commits on Dec 24, 2025

  1. Configuration menu
    Copy the full SHA
    12ad8c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a363981 View commit details
    Browse the repository at this point in the history
  3. Fixed an issue where the documentation for ManyToManyIndex and `Man…

    …yToOneIndex` was swapped
    dimitribouniol committed Dec 24, 2025
    Configuration menu
    Copy the full SHA
    df42af1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e45ea64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    196a587 View commit details
    Browse the repository at this point in the history
  6. Added .firstInstance helper method to retrieve the first instance f…

    …rom a ranged read returning an `AsyncInstances`
    dimitribouniol committed Dec 24, 2025
    Configuration menu
    Copy the full SHA
    4497aa6 View commit details
    Browse the repository at this point in the history
  7. Added .collectInstances(upTo:) helper method to collect all instanc…

    …es into an array from a ranged read returning an `AsyncInstances`
    dimitribouniol committed Dec 24, 2025
    Configuration menu
    Copy the full SHA
    9afbc6d View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

  1. Fixed an issue where accessing multiple persistences within a transac…

    …tion could lead to data loss
    dimitribouniol committed Dec 26, 2025
    Configuration menu
    Copy the full SHA
    6760267 View commit details
    Browse the repository at this point in the history
  2. Added runtime validation to make sure multiple persistences are not u…

    …sed in a way that would lead to inconsistent outcomes
    dimitribouniol committed Dec 26, 2025
    Configuration menu
    Copy the full SHA
    dc3c9df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b34d8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a11780 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5120866 View commit details
    Browse the repository at this point in the history
  6. Updated the readme

    dimitribouniol committed Dec 26, 2025
    Configuration menu
    Copy the full SHA
    17e0fb9 View commit details
    Browse the repository at this point in the history
Loading