unixcrypt
Version:
Node.js implementation of Unixcrypt, specifically SHA-256 and SHA-512
38 lines (23 loc) • 805 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [2.0.0] - 2024-02-18
- feat: minimum required version of Node.js is 18.x
- chore: update all packages
- test: replace test runner with vitest
- test: use built-in node:assert module
## [1.2.0] - 2023-04-16
- feat: minimum required version of Node.js is 14.x
- fix: properly generate hash with empty salt
- chore: update dependencies
- ci: migrate to GitHub actions for CI and some of the badges
## [1.1.0] - 2022-03-22
- Upgrade most dependencies
- Minimum required version of Node.js is now 12.19.0
## [1.0.3] - 2019-07-19
### Added
- Dependency on prettier for consistent code formatting
- Pre-commit hook for pretty-quick
### Changed
- Updated dependencies of jest
### Removed
- Devdependency on ts-node