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: denorg/scrypt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.4
Choose a base ref
...
head repository: denorg/scrypt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 11, 2024

  1. chore: bump dependencies

    oplik0 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7bb08c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4061d69 View commit details
    Browse the repository at this point in the history
  3. feat: enable simd128 feature

    Restults in a >2x speedup on my machine; AFAIK it's supported on all supported runtimes (deno since 1.09 - which this library doesn't work with anyway - and node since 16.4.0 which is already after EOL)
    oplik0 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    995ccac View commit details
    Browse the repository at this point in the history
  4. chore(release): 4.4.0 [skip ci]

    # [4.4.0](v4.3.4...v4.4.0) (2024-04-11)
    
    ### Features
    
    * enable simd128 feature ([995ccac](995ccac))
    semantic-release-bot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5ba8acb View commit details
    Browse the repository at this point in the history
Loading