Skip to content

Releases: blakeembrey/universal-base64

Full UTF-8 Support Cross-Platform

26 May 20:45
Compare
Choose a tag to compare

Fixed

  • Fixed full UTF-8 across node.js and browser

Bind `window.{atob,btoa}`

10 Oct 20:04
Compare
Choose a tag to compare

Fixed

  • Correct usage of variable in browser environment

Rename Exported Methods

08 Oct 01:21
Compare
Choose a tag to compare

Changed

  • Rename atob and btoa to decode and encode

Initial Release

27 May 05:59
Compare
Choose a tag to compare

Simple module for exporting btoa and atob for node.js and browsers in the most efficient way possible.