Releases: mayeut/pybase64
Releases · mayeut/pybase64
v1.1.2
- Add PyPy wheels
- Add aarch64, ppc64le & s390x manylinux wheels
v1.1.1
- Move CI from TravisCI/AppVeyor to GitHub Actions
- Fix publication of Linux/macOS wheels
v1.1.0
- 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.1
- Publish python 3.8 wheels
v1.0.0
- Drop python 3.4 support
- Drop python 2.7 support
v0.5.0
- Publish python 3.7 wheels
- Drop python 3.3 support
v0.4.0
- Speed-up decoding when validate==False