Skip to content

2.0.0

Compare
Choose a tag to compare
@ssg ssg released this 12 Oct 22:11
c3cdb90

Breaking changes

  • Adapted to nullable references
  • Encoder references are now properties instead of static fields

New stuff

  • Async variants of Stream-based encoding/decoding methods
  • New Base32 variants: z-base-32 and Geohash
  • XML documentation is included in the package now
  • SimpleBase is now on GitHub Package Repository

Improvements

  • Base58 decoding is 100+% faster and encoding is slightly faster, too
  • Reduced startup overhead
  • Updated dependencies to newer packages
  • Removed redundant null checking code
  • Base58's Ripple and Flickr variants are now being tested