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: sql-js/sql.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: sql-js/sql.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 20 commits
  • 14 files changed
  • 6 contributors

Commits on Mar 15, 2025

  1. Configuration menu
    Copy the full SHA
    520fc61 View commit details
    Browse the repository at this point in the history
  2. improve demo gui

    lovasoa committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    739fb78 View commit details
    Browse the repository at this point in the history
  3. no inline css in js

    lovasoa committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    3536f9d View commit details
    Browse the repository at this point in the history
  4. templates

    lovasoa committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    f10e034 View commit details
    Browse the repository at this point in the history
  5. refactor

    lovasoa committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    754e7a4 View commit details
    Browse the repository at this point in the history
  6. history improvements

    lovasoa committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    eb13147 View commit details
    Browse the repository at this point in the history
  7. snippets

    lovasoa committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    2630b63 View commit details
    Browse the repository at this point in the history
  8. snippets in history

    lovasoa committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    c0124d7 View commit details
    Browse the repository at this point in the history
  9. gh ribbon

    lovasoa committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    498a791 View commit details
    Browse the repository at this point in the history
  10. syntax in snippet

    lovasoa committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    bdd3cda View commit details
    Browse the repository at this point in the history
  11. mono

    lovasoa committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    293d57d View commit details
    Browse the repository at this point in the history
  12. fix execBtn

    lovasoa committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    b78df58 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. fix jsdoc for updatehook

    lovasoa committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    8dd13e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b645ca0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Remove usage of emscripten's allocate function. (#606)

    * Remove usage of emscripten's allocate function.
    
    This function is deprecated upstream.
    
    * fix variable name
    
    * Avoid lengthBytesUTF8
    
    * lint
    
    * remove usage of deprecated allocateUTF8OnStack
    
    ---------
    
    Co-authored-by: lovasoa <contact@ophir.dev>
    sbc100 and lovasoa authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    ee67aeb View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Update CONTRIBUTING.md (#610)

    aidant authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    52e5649 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. feat: add browser-only WASM build to eliminate Node.js require() warn…

    …ings in bundlers (#622)
    
    When bundling sql.js for browser environments, tools like Vite, Webpack,
    and esbuild emit warnings about `require("node:fs")` and
    `require("node:crypto")` being externalized for browser compatibility.
    
    This adds a new `sql-wasm-browser.js` build variant compiled with
    `-s ENVIRONMENT=web,worker`, which completely eliminates Node.js code
    paths from the generated JavaScript. The browser variant is exposed via
    the `exports` field in package.json using the `browser` condition, so
    bundlers automatically select the clean version.
    
    The original `sql-wasm.js` with full Node.js support is preserved as
    the `default` export, ensuring no breaking changes for existing users.
    
    Closes #620
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    rxliuli and claude authored Feb 12, 2026
    Configuration menu
    Copy the full SHA
    c2f5c17 View commit details
    Browse the repository at this point in the history
  2. update-deps

    lovasoa committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    b3e6155 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50bcae1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f289db View commit details
    Browse the repository at this point in the history
Loading