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: solidjs/solid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.3
Choose a base ref
...
head repository: solidjs/solid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.4
Choose a head ref
  • 7 commits
  • 12 files changed
  • 2 contributors

Commits on Nov 1, 2024

  1. Improve resolving arguments in createResource (#2353)

    * Improve resolving arguments in createResource
    
    Check typeof the second argument instead of using the `arguments` variable.
    This fixes usedase where some arguments were passed explicitely as `undefined` instead of being omitted.
    
    * Create twelve-comics-knock.md
    
    ---------
    
    Co-authored-by: Ryan Carniato <ryansolid@gmail.com>
    thetarnav and ryansolid authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    32aa744 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fix reconcile null guard

    ryansolid committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    199dd69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d824b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Configuration menu
    Copy the full SHA
    b93956f View commit details
    Browse the repository at this point in the history
  2. formatting

    ryansolid committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    dca942a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f9cd3d View commit details
    Browse the repository at this point in the history
  4. v1.9.4

    ryansolid committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    9316baf View commit details
    Browse the repository at this point in the history
Loading