Releases: pur3miish/ripemd160-js
Releases · pur3miish/ripemd160-js
Version 3.0.0
Version 3.0.0
- TypeScript declaration files (.d.ts) have been added for all public modules.
- Support for node >=14.0.0 & npm >=7.0.0.
- Imports now favours dropping the file extension.
- Refined exports Field: Simplified the module exports by removing the .mjs and .js extensions from the paths. Now, users can import modules without needing to specify the file extension.
Version 2.0.3
Merge pull request #2 from pur3miish/deno-test v2.0.3
Deno release
deno Update readme.md
Version 2.0.2
2.0.2
Patch
- Removed JSON file for better support for universal cross platform (deno, nodejs and browser support).
Version 1.2.0
1.2.0
Minor
- Imports are now working.
Patch
- Depen updated.
- Removed dev dependencies.
Version 1.1.3
- Dependency updates.
Version 1.1.0
1.1.0
Minor
- Hash function can now handle arrays & strings of up to 65,536.
Patch
- Added github workflow configuration and badge to readme.md..
- Added npm version badge to readme.md.
Version 1.0.0
1.0.0
- Reduction in JSON binary file size by using clang flag -Oz.