Releases: felix-schindler/deno-argon2
Releases · felix-schindler/deno-argon2
v2.0.2
v2.0.1
- chore: Update version number
- fix(verify): also check additional data
- improved(bench/README): Added benchmark comparison with other argon2 libraries
v2.0.0
- BREAKING: Removed thread mode option
- chore: Updated dependencies (note rust-argon2 changelog v2.1.0)
- fix(verify): Added secret verification (#5)
- fix(README): Updated links and imports in examples
- fix(cli): Also publish cli directory to JSR
v1.0.7
Added documentation for most symbols and modules
v1.0.6
Minor updates to config and version and CI. This shouldn't break anything and if it does please tell me
v1.0.5
No changes; Released to JSR
v1.0.4
Manual release because the GitHub Action failed but deno.land/x saw the new Tag and made the new version available.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
v1.0.1
What's Changed
- Fix benchmarks to work as before by @felix-schindler in #2
- Add bcrypt benchmark by @felix-schindler in #4
- Update README by @felix-schindler in #4
Full Changelog: v1.0.0...v1.0.1