Releases: kelektiv/node.bcrypt.js
Releases · kelektiv/node.bcrypt.js
v6.0.0
What's Changed
- Include platform, arch, and libc in module path by @johanholmerin in #1002
 - Remove node-pre-gyp, use prebuildify by @thom-nic in #890
 - Add string encoding to README by @veigaribo in #1009
 - Fix redefine variable in async_compare.js by @asportnoy in #1045
 - fix/typo-overridden-word by @nikhilnishadoo7 in #1043
 - fix:typo error in comments in bcrypt.js file by @alokranjan609 in #1036
 - update libs for security reasons by @tbo47 in #1049
 - Prepare for v6 by @recrsn in #1186
 
New Contributors
- @johanholmerin made their first contribution in #1002
 - @thom-nic made their first contribution in #890
 - @veigaribo made their first contribution in #1009
 - @asportnoy made their first contribution in #1045
 - @nikhilnishadoo7 made their first contribution in #1043
 - @alokranjan609 made their first contribution in #1036
 - @tbo47 made their first contribution in #1049
 
Full Changelog: v5.1.1...v6.0.0
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-gypto 0.15.0