Skip to content

0.6.2

Compare
Choose a tag to compare
@tayloraswift tayloraswift released this 02 Jul 01:03
· 20 commits to master since this release

what’s changed

  • adds support for the MD5 hash
  • Base64 decoder now handles the URL-safe variant
  • Base64 encoder can now encode with the URL-safe character set, using encode(_:padding:with:)
  • allow configuring the Base64 padding