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:
Caleb Kniffen
2023-08-21 15:16:54 -05:00
parent 3b70a3b919
commit cddb048588
6 changed files with 49 additions and 4 deletions

View File

@@ -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