mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 00:55:49 +00:00
release: xrpl.js 3.0 (#2633)
- @xrplf/isomorphic@1.0.0 - ripple-address-codec@5.0.0 - ripple-binary-codec@2.0.0 - ripple-keypairs@2.0.0 - @xrplf/secret-numbers@1.0.0 - xrpl@3.0.0
This commit is contained in:
@@ -1,21 +1,34 @@
|
||||
# @xrplf/isomorphic Release History
|
||||
|
||||
## Unreleased
|
||||
## 1.0.0 (2024-02-01)
|
||||
|
||||
Initial release providing isomorphic and tree-shakable implementations of:
|
||||
|
||||
* ripemd160
|
||||
* sha256
|
||||
* sha512
|
||||
* bytesToHash
|
||||
* hashToBytes
|
||||
* hexToString
|
||||
* stringToHex
|
||||
* randomBytes
|
||||
* stringToHex
|
||||
* ws
|
||||
|
||||
## 1.0.0 Beta 1 (2023-11-30)
|
||||
|
||||
## Added
|
||||
- hexToString
|
||||
- stringToHex
|
||||
* hexToString
|
||||
* stringToHex
|
||||
|
||||
## 1.0.0 Beta 0 (2023-10-19)
|
||||
|
||||
Initial release providing isomorphic and tree-shakable implementations of:
|
||||
|
||||
- ripemd160
|
||||
- sha256
|
||||
- sha512
|
||||
- bytesToHash
|
||||
- hashToBytes
|
||||
- randomBytes
|
||||
- ws
|
||||
* ripemd160
|
||||
* sha256
|
||||
* sha512
|
||||
* bytesToHash
|
||||
* hashToBytes
|
||||
* randomBytes
|
||||
* ws_
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xrplf/isomorphic",
|
||||
"version": "1.0.0-beta.1",
|
||||
"version": "1.0.0",
|
||||
"description": "A collection of isomorphic and tree-shakeable crypto hashes and utils for xrpl.js",
|
||||
"keywords": [
|
||||
"crypto",
|
||||
|
||||
Reference in New Issue
Block a user