mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 21:15:47 +00:00
doc: update HISTORY.md with source-map fix (#2467)
This was missed when I did #2435 which led to `ripple-address-codec` and `ripple-keypairs` not being released.
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Fix source-maps not finding their designated source
|
||||||
|
|
||||||
## 4.3.0 (2023-06-13)
|
## 4.3.0 (2023-06-13)
|
||||||
### Added
|
### Added
|
||||||
* Adds support for npm v9
|
* Adds support for npm v9
|
||||||
|
|||||||
@@ -8,6 +8,9 @@
|
|||||||
* Add AMM support [XLS-30](https://github.com/XRPLF/XRPL-Standards/discussions/78)
|
* Add AMM support [XLS-30](https://github.com/XRPLF/XRPL-Standards/discussions/78)
|
||||||
* Updated to include latest updates to `definitions.json`.
|
* Updated to include latest updates to `definitions.json`.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Fix source-maps not finding their designated source
|
||||||
|
|
||||||
## 1.8.0 (2023-08-07)
|
## 1.8.0 (2023-08-07)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Fix source-maps not finding their designated source
|
||||||
|
|
||||||
## 1.3.0 (2023-06-13)
|
## 1.3.0 (2023-06-13)
|
||||||
### Added
|
### Added
|
||||||
* Adds support for npm v9
|
* Adds support for npm v9
|
||||||
|
|||||||
@@ -9,6 +9,9 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
|
|||||||
* Add AMM support [XLS-30](https://github.com/XRPLF/XRPL-Standards/discussions/78)
|
* Add AMM support [XLS-30](https://github.com/XRPLF/XRPL-Standards/discussions/78)
|
||||||
* Add `walletFromSecretNumbers` to derive a wallet from [XLS-12](https://github.com/XRPLF/XRPL-Standards/issues/15). Currently only works with `secp256k1` keys, but will work with `ED25519` keys as part of 3.0 via [#2376](https://github.com/XRPLF/xrpl.js/pull/2376).
|
* Add `walletFromSecretNumbers` to derive a wallet from [XLS-12](https://github.com/XRPLF/XRPL-Standards/issues/15). Currently only works with `secp256k1` keys, but will work with `ED25519` keys as part of 3.0 via [#2376](https://github.com/XRPLF/xrpl.js/pull/2376).
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Fix source-maps not finding their designated source
|
||||||
|
|
||||||
## 2.10.0 (2023-08-07)
|
## 2.10.0 (2023-08-07)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
Reference in New Issue
Block a user