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:
Jackson Mills
2021-12-01 15:20:59 -08:00
committed by GitHub
parent bd7b6282e3
commit 0eb64b1447
4 changed files with 17 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
# 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)
- Converts ripple-address-codec into a monorepo with ripple-binary-codec,
ripple-keypairs, and xrpl. Changes to build tooling but no new features or

View File

@@ -1,5 +1,8 @@
# 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)
- Converts ripple-binary-codec into a monorepo with ripple-address-codec,
ripple-keypairs, and xrpl

View File

@@ -1,5 +1,8 @@
# 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)
- Converts ripple-keypairs into a monorepo with ripple-binary-codec,
ripple-address-codec, and xrpl. Changes to build tooling but no new features or

View File

@@ -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.
## 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)
* Imports ripple-address-codec, ripple-binary-codec, and ripple-keypairs into
this repo. No new features or bug fixes