Skip to content

Releases: mayeut/pybase64

v1.1.2

23 Jan 17:00
v1.1.2
c6bf4e3
Compare
Choose a tag to compare
  • Add PyPy wheels
  • Add aarch64, ppc64le & s390x manylinux wheels

v1.1.1

05 Dec 20:59
v1.1.1
5c9a89e
Compare
Choose a tag to compare
  • Move CI from TravisCI/AppVeyor to GitHub Actions
  • Fix publication of Linux/macOS wheels

v1.1.0

05 Dec 16:36
v1.1.0
11d2633
Compare
Choose a tag to compare
  • Add b64encode_as_string, same as b64encode but returns a str object instead of a bytes object
  • Add b64decode_as_bytearray, same as b64decode but returns a bytarray object instead of a bytes object
  • Speed-Up decoding from UCS1 strings

v1.0.2

17 Oct 09:15
v1.0.2
fa2a20b
Compare
Choose a tag to compare
Release 1.0.2

v1.0.1

10 Nov 18:17
v1.0.1
cf08333
Compare
Choose a tag to compare
  • Publish python 3.8 wheels

v1.0.0

01 Jul 13:09
3953722
Compare
Choose a tag to compare
  • Drop python 3.4 support
  • Drop python 2.7 support

v0.5.0

05 Feb 22:35
9a33635
Compare
Choose a tag to compare
  • Publish python 3.7 wheels
  • Drop python 3.3 support

v0.4.0

06 Apr 06:59
Compare
Choose a tag to compare
  • Speed-up decoding when validate==False

v0.3.1

02 Apr 17:54
Compare
Choose a tag to compare
  • Fix deployment issues

v0.3.0

02 Apr 17:11
Compare
Choose a tag to compare
  • Add encodebytes function