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:
Caleb Kniffen
2024-02-01 15:48:48 -06:00
committed by GitHub
parent a58bf2663b
commit a09084289b
334 changed files with 2728 additions and 2594 deletions

View File

@@ -2,6 +2,19 @@
## Unreleased
## 5.0.0 (2024-02-01)
### BREAKING CHANGES
* Bump typescript to 5.x
* Remove Node 14 support
* Remove `assert` dependency. If you were catching `AssertionError` you need to change to `Error`.
* Remove `create-hash` in favor of `@noble/hashes`
* `Buffer` has been replaced with `UInt8Array` for both params and return values. `Buffer` may continue to work with params since they extend `UInt8Arrays`.
### Non-Breaking Changes
* Eliminates 4 runtime dependencies: `base-x`, `base64-js`, `buffer`, and `ieee754`.
* Execute test in a browser in addition to node
## 5.0.0 Beta 1 (2023-11-30)
### Breaking Changes

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-address-codec",
"version": "5.0.0-beta.1",
"version": "5.0.0",
"description": "encodes/decodes base58 encoded XRP Ledger identifiers",
"files": [
"dist/*",
@@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@scure/base": "^1.1.3",
"@xrplf/isomorphic": "^1.0.0-beta.1"
"@xrplf/isomorphic": "^1.0.0"
},
"keywords": [
"ripple",