mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
feat: remove util polyfill and fix HISTORY.md (#2432)
- Remove `util` from bundle by switching `inspect` to `JSON.stringify` - Update `HISTORY.md` with latest 3.0 changes
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# ripple-address-codec
|
||||
|
||||
## Unreleased
|
||||
### 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`.
|
||||
|
||||
## 4.3.1 (2023-09-27)
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user