Skip to content

Releases: pur3miish/ripemd160-js

Version 3.0.0

13 Jan 11:05

Choose a tag to compare

Fixed exports and passing github action.

Patch

  • Fixed exports issue.

Patch

  • Mocha testing

3.0.1

Patch

  • Added fix to the missing index.d.ts file from exports.

Version 3.0.0

10 Jan 11:16

Choose a tag to compare

  • 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

23 Feb 06:46
e8c0077

Choose a tag to compare

Merge pull request #2 from pur3miish/deno-test

v2.0.3

Deno release

23 Feb 07:06

Choose a tag to compare

deno

Update readme.md

Version 2.0.2

22 Feb 06:56

Choose a tag to compare

2.0.2

Patch

  • Removed JSON file for better support for universal cross platform (deno, nodejs and browser support).

Version 1.2.0

01 Sep 02:06

Choose a tag to compare

1.2.0

Minor

  • Imports are now working.

Patch

  • Depen updated.
  • Removed dev dependencies.

Version 1.1.3

02 Jul 04:57

Choose a tag to compare

  • Dependency updates.

Version 1.1.0

22 Jan 09:24

Choose a tag to compare

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

21 Jan 08:25

Choose a tag to compare

1.0.0

  • Reduction in JSON binary file size by using clang flag -Oz.