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: TryGhost/node-sqlite3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.11
Choose a base ref
...
head repository: TryGhost/node-sqlite3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 12 commits
  • 16 files changed
  • 7 contributors

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    1bcbf70 View commit details
    Browse the repository at this point in the history
  2. Added library types file

    bpasero authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    ffda15f View commit details
    Browse the repository at this point in the history
  3. Moved types file to lib/

    - also added file to `files` array so it is bundled in the NPM package
    daniellockyer committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    a6e3e4a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

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

Commits on Sep 5, 2022

  1. Updated bundled SQLite to v3.39.3

    refs https://www.sqlite.org/releaselog/3_39_3.html
    
    - sha3-256sum: `dfa055c70724cd63f0b7da6e9f53530d8da51fe021e3f864d58c7c847d590e1d`
    daniellockyer committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    81b6718 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0090b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    c366ef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    572f05e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Added yarn.lock to gitignore

    - we shouldn't be tracking this for a library, but it's annoying when
      you're developing locally
    daniellockyer committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    97cc584 View commit details
    Browse the repository at this point in the history
  2. Added ability to receive updates from sqlite3_update_hook

    closes #419
    
    - this adds support for a `change` event which forwards events arising
      from `sqlite3_update_hook`
    soukand authored and daniellockyer committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    946a3f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Updated types file

    - added constant exports and missing functions to Database
    daniellockyer committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    9e9079d View commit details
    Browse the repository at this point in the history
  2. v5.1.0

    daniellockyer committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    9290d8c View commit details
    Browse the repository at this point in the history
Loading