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.8
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.0.11
Choose a head ref
  • 15 commits
  • 18 files changed
  • 5 contributors

Commits on May 9, 2022

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

Commits on May 21, 2022

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

Commits on May 24, 2022

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

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    6deff3c View commit details
    Browse the repository at this point in the history
  2. Updated README.md

    - various improvements to fix typos or to make things clearer to readers
    daniellockyer committed May 26, 2022
    Configuration menu
    Copy the full SHA
    1cd51ea View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Updated bundled SQLite to v3.39.1

    refs https://www.sqlite.org/releaselog/3_39_1.html
    
    - sha3-256sum: `b1e6aa82b00b1a947e3d9398927b4bd2eb730d6e1d0c1b478e8f1536c2744ef9`
    daniellockyer committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    bbdb2ef View commit details
    Browse the repository at this point in the history
  2. v5.0.9

    daniellockyer committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1523d9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7df0f8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efab48f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Updated bundled SQLite to v3.39.2

    refs https://www.sqlite.org/releaselog/3_39_2.html
    
    - sha3-256sum: `b195891eb32305481e61c6718b8cc3b090685b613c4824a076c63166a46c5bee`
    daniellockyer committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    097ca62 View commit details
    Browse the repository at this point in the history
  2. v5.0.10

    daniellockyer committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    d0e0633 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Configuration menu
    Copy the full SHA
    d3608c9 View commit details
    Browse the repository at this point in the history
  2. Restored compatibility for Alpine 3.15

    fixes #1625
    
    - Alpine 3.16 was released in May 2022 and 5.0.9 was the first release
      since it became the default for `node16-alpine`
    - compiling on Alpine 3.16 broke compatiblity for Alpine 3.15
    - given we should be able to just build with 3.15 and the binaries end
      up forward-compatible, this commit reverts back to that
    daniellockyer committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    8ffdf39 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Deleted CHANGELOG.md

    - this is no longer needed for the latest versions, but I've added a
      link to the git history for the file just in case someone wants to go
      and check it
    daniellockyer committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    753edd6 View commit details
    Browse the repository at this point in the history
  2. v5.0.11

    daniellockyer committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    61194ec View commit details
    Browse the repository at this point in the history
Loading