8000 Comparing v0.40.2...v0.41.0 · ranisalt/node-argon2 · GitHub
[go: up one dir, main page]

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: ranisalt/node-argon2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.40.2
Choose a base ref
...
head repository: ranisalt/node-argon2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.41.0
Choose a head ref
  • 11 commits
  • 12 files changed
  • 2 contributors

Commits on Jun 1, 2024

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

Commits on Jun 20, 2024

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

Commits on Jul 13, 2024

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

Commits on Aug 24, 8000 2024

  1. Move to npm from yarn

    ranisalt committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    347eb6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4656ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a7c8ba View commit details
    Browse the repository at this point in the history
  4. Update biome schema

    ranisalt committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    0c5cea2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2afef9c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Disable LTO to avoid missing symbols in some envs (#415)

    LTO may not always work correctly, for whatever reason, resulting in
    e.g.
    
    > node_modules/argon2/build/Release/argon2.node: undefined symbol: argon2_ctx
    
    Removing LTO seems to be fine, and resolves the above issue.
    amarshall authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    c1f756f View commit details
    Browse the repository at this point in the history
  2. 0.41.0

    ranisalt committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0fffd19 View commit details
    Browse the repository at this point in the history
  3. Fix publishing with NPM tag without git tag

    For reasons beyond my comprehension, when you assign `default` to a
    GitHub Action input value, it does _not_ prefill the input with that
    value when it is missing. I guess we are changing what `default` means?
    ranisalt committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    4a4c19e View commit details
    Browse the repository at this point in the history
Loading
0