mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Update history for all codecs and xrpl.js (#1849)
* Update xrpl.js history.md * Update ripple-address-codec history * Add comment about npm < 7 for all codecs
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# ripple-address-codec
|
# ripple-address-codec
|
||||||
|
|
||||||
|
## 4.2.1 (2021-12-1)
|
||||||
|
- Fix issue where npm < 7 could not install the library
|
||||||
|
- Initial pass at linting this codebase with new rules
|
||||||
|
|
||||||
## 4.2.0 (2021-11-15)
|
## 4.2.0 (2021-11-15)
|
||||||
- Converts ripple-address-codec into a monorepo with ripple-binary-codec,
|
- Converts ripple-address-codec into a monorepo with ripple-binary-codec,
|
||||||
ripple-keypairs, and xrpl. Changes to build tooling but no new features or
|
ripple-keypairs, and xrpl. Changes to build tooling but no new features or
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
# ripple-binary-codec Release History
|
# ripple-binary-codec Release History
|
||||||
|
|
||||||
|
## 1.2.1 (2021-12-1)
|
||||||
|
- Fix issue where npm < 7 could not install the library
|
||||||
|
|
||||||
## 1.2.0 (2021-11-15)
|
## 1.2.0 (2021-11-15)
|
||||||
- Converts ripple-binary-codec into a monorepo with ripple-address-codec,
|
- Converts ripple-binary-codec into a monorepo with ripple-address-codec,
|
||||||
ripple-keypairs, and xrpl
|
ripple-keypairs, and xrpl
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
# ripple-keypairs Release History
|
# ripple-keypairs Release History
|
||||||
|
|
||||||
|
## 1.1.1 (2021-12-1)
|
||||||
|
- Fix issue where npm < 7 was not allowed to install the library
|
||||||
|
|
||||||
## 1.1.0 (2021-11-15)
|
## 1.1.0 (2021-11-15)
|
||||||
- Converts ripple-keypairs into a monorepo with ripple-binary-codec,
|
- Converts ripple-keypairs into a monorepo with ripple-binary-codec,
|
||||||
ripple-address-codec, and xrpl. Changes to build tooling but no new features or
|
ripple-address-codec, and xrpl. Changes to build tooling but no new features or
|
||||||
|
|||||||
@@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release.
|
Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release.
|
||||||
|
|
||||||
|
## 2.0.3 (2021-12-1)
|
||||||
|
* Removes requirement for npm version > 7 for non-contributors
|
||||||
|
* Added a workaround for rippled UNLModify encoding bug (#1830)
|
||||||
|
* For contributors -
|
||||||
|
* Renamed the master branch to main, and now just have one main branch
|
||||||
|
* Fixed issues which made Windows contributors unable to build the library
|
||||||
|
|
||||||
## 2.0.2 (2021-11-15)
|
## 2.0.2 (2021-11-15)
|
||||||
* Imports ripple-address-codec, ripple-binary-codec, and ripple-keypairs into
|
* Imports ripple-address-codec, ripple-binary-codec, and ripple-keypairs into
|
||||||
this repo. No new features or bug fixes
|
this repo. No new features or bug fixes
|
||||||
|
|||||||
Reference in New Issue
Block a user