Thanks to visit codestin.com
Credit goes to github.com

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: tursodatabase/libsql-client-ts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.11
Choose a base ref
...
head repository: tursodatabase/libsql-client-ts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.12
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Jun 3, 2025

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

Commits on Aug 18, 2025

  1. Deno should use the node lib rather than web (#316)

    This PR changes the Deno export in package.json to use the Node.js
    implementation instead of the web implementation.
    
    Deno's runtime environment more closely aligns with Node.js APIs for
    this particular library. While Deno typically uses web-standard APIs,
    our testing revealed that the Node.js implementation provides better
    compatibility and performance for Deno users in this specific case.
    
    This should give improved compatibility for Deno users, and fix issues
    where file system access is not available.
    penberg authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    21c4645 View commit details
    Browse the repository at this point in the history
  2. 0.15.12

    penberg committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    aef8a15 View commit details
    Browse the repository at this point in the history
Loading