You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# 5.3.0
2
+
3
+
## New features
4
+
- AOT and trimming compatibility
5
+
- Base2, Base8, and Base10 support
6
+
7
+
## Improvements
8
+
-`Base58` now uses `DividingCoder` under the hood for less code duplication
9
+
- Several implementations now take bytesWritten into account when returning buffers, reducing the possibility of returning a buffer larger than necessary.
- `Base58` now uses `DividingCoder` under the hood for less code duplication
33
+
- Several implementations now take bytesWritten into account when returning buffers, reducing the possibility of returning a buffer larger than necessary.
0 commit comments