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: WiseLibs/better-sqlite3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.8.1
Choose a base ref
...
head repository: WiseLibs/better-sqlite3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.9.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 6 contributors

Commits on Feb 1, 2025

  1. Fix small typo in api.md (#1324)

    "you might except..." => "you might expect".
    hMihaiDavid authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    6f9d37c View commit details
    Browse the repository at this point in the history
  2. Update thread count calculation method in worker_threads example (#1268)

    The Node.js documentation states that `os.cpus()` should not be used to calculate the amount of threads an app should launch because CPU information might be unavailable.
    
    In Node.js v19.4.0 and v18.14.0, `os.availableParallelism()` was added for that purpose.
    nikwen authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    ea9a058 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

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

Commits on Mar 8, 2025

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

Commits on Mar 14, 2025

  1. Update SQLite to version 3.49.1 (#1346)

    Co-authored-by: mceachen <216377+mceachen@users.noreply.github.com>
    JoshuaWise and mceachen authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    73929e8 View commit details
    Browse the repository at this point in the history
  2. 11.9.0

    mceachen committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    c757250 View commit details
    Browse the repository at this point in the history
Loading