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: TanStack/db
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: TanStack/db
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr-228
Choose a head ref
  • 8 commits
  • 22 files changed
  • 2 contributors

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    8690a58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db6a550 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Add a parse/serialize translation layer to map JS Date objects w/o …

    …changing downstream example code.
    ignatz committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    59bcb8d View commit details
    Browse the repository at this point in the history
  2. Do awful type gynamistics to make serialize/parse translate items to …

    …records and vice-versa on the per-key level.
    
    One downside of this approach is that you always have to specify serialize/parse because I cannot be bothered to make them optional only if no conversions are needed.
    ignatz committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    90151ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14ba457 View commit details
    Browse the repository at this point in the history
  4. merge origin/main

    KyleAMathews committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    8c33006 View commit details
    Browse the repository at this point in the history
  5. add new api markReady

    KyleAMathews committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    36be0e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49b9404 View commit details
    Browse the repository at this point in the history
Loading