Skip to content

5.3.0

Choose a tag to compare

@ssg ssg released this 18 May 02:16
· 79 commits to main since this release

5.3.0

New features

  • AOT and trimming compatibility
  • Base2, Base8, and Base10 support (w/Multibase)

Improvements

  • Base58 now uses DividingCoder under the hood for less code duplication
  • Several implementations now take bytesWritten into account when returning buffers, reducing the possibility of returning a buffer larger than necessary.