Releases: kelektiv/node.bcrypt.js
Releases · kelektiv/node.bcrypt.js
v5.1.1
What's Changed
- Refactored example with async await by @lpizzinidev in #894
- Fixed z/OS build issue by @laijonathan in #968
- Update dependencies by @recrsn in #993
New Contributors
- @lpizzinidev made their first contribution in #894
- @laijonathan made their first contribution in #968
Full Changelog: v5.1.0...v5.1.1
v5.1.0
What's Changed
- Update node-pre-gyp to 1.0.2 by @feuxfollets1013 in #865
- Update README for inclusion of musl by @arbourd in #883
- Version bump, security updates to sub dep npmlog by @adaniels-parabol in #905
- document ESM usage (#892) by @mariusa in #899
- fix: update travis CI Docker image repository by @cokia in #930
- Update node versions in appveyor test matrix by @p-kuen in #936
- chore(appveyor): not use latest npm by @cokia in #932
- chore: update Appveyor readme badge by @cokia in #933
- Use Github actions for CI by @recrsn in #858
- Update dependencies by @recrsn in #953
- Migrate tests to use Jest by @recrsn in #958
- Pin NAPI to v3 by @recrsn in #959
New Contributors
- @feuxfollets1013 made their first contribution in #865
- @arbourd made their first contribution in #883
- @adaniels-parabol made their first contribution in #905
- @mariusa made their first contribution in #899
- @cokia made their first contribution in #930
- @p-kuen made their first contribution in #936
Full Changelog: v5.0.1...v5.1.0
v5.0.1
v5.0.0
- Fix the bcrypt "wrap-around" bug. It affects passwords with lengths >= 255.
It is uncommon but it's a bug nevertheless. Previous attempts to fix the bug
was unsuccessful. - Experimental support for z/OS
- Fix a bug related to NUL in password input
- Update
node-pre-gyp
to 0.15.0