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: Venemo/node-lmdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.7
Choose a base ref
...
head repository: Venemo/node-lmdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 8 files changed
  • 4 contributors

Commits on Apr 27, 2022

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

Commits on May 7, 2023

  1. Update README.md

    Fix broken link in README.
    NodeGuy authored May 7, 2023
    Configuration menu
    Copy the full SHA
    a7774be View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Merge pull request #215 from NodeGuy/patch-1

    Update README.md
    kriszyp authored May 8, 2023
    Configuration menu
    Copy the full SHA
    2a25b24 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Support for Node v20

    Support compilation under Node v20. Aditionally, build binary addons for
    Node v18 and Node v20 when prebuilding.
    jeffesquivels committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    5233000 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #216 from jeffesquivels/master

    Support for Node v20
    kriszyp authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    dd58b06 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Update version

    kriszyp committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    47d3180 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Refactor Github Actions testing and prebuilding

    This commit changes the current way of testing + prebuilding native
    addons on Githugb Actions by introducing the following changes:
    
    * Separate the test workflow (run on any push) from the prebuilding
      workflow (run only on new tags).
    
    * Use prebuildify-cross to compile native addons for two architectures
      (x64, arm64) and for two different libc implementations (glibc, musl)
      on Linux.
    
    * Upgrade to v3 of the checkout and setup-node actions.
    
    * Prebuild the native addon and test on x64 Windows too.
    
    * Use compiler defaults for C++ version on MacOS.
    jeffesquivels committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    80651c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Update package versions

    kriszyp committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4ac0468 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9593f1d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Update version

    kriszyp committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c3135a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Update index.d.ts

    Keller18306 authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    73f7d69 View commit details
    Browse the repository at this point in the history
  2. Update index.d.ts

    Keller18306 authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    11eb0ec View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Update index.d.ts

    Keller18306 authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    bc7df82 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Update NaN to latest version

    This change fixes node-gyp compilation errors when building on Node v22.
    jeffesquivels committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d54978e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca3d8e1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #219 from jeffesquivels/master

    Support for building on Node v22
    kriszyp authored May 29, 2024
    Configuration menu
    Copy the full SHA
    777a778 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #218 from Keller18306/patch-1

    Update index.d.ts
    kriszyp authored May 29, 2024
    Configuration menu
    Copy the full SHA
    83c5746 View commit details
    Browse the repository at this point in the history
  5. Update version

    kriszyp committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0b7c84f View commit details
    Browse the repository at this point in the history
  6. Update prebuildify version

    Fixes spawn EINVAL error on Windows
    jeffesquivels committed May 29, 2024
    Configuration menu
    Copy the full SHA
    20f6fbf View commit details
    Browse the repository at this point in the history
  7. Merge pull request #220 from jeffesquivels/master

    Update prebuildify version
    kriszyp authored May 29, 2024
    Configuration menu
    Copy the full SHA
    ef1c424 View commit details
    Browse the repository at this point in the history
Loading