Releases: kirei/python-base45
Releases · kirei/python-base45
RFC released
Compare
Sorry, something went wrong.
No results found
Full Changelog : v0.4.3...v0.4.4
Allow Python 3.6
Compare
Sorry, something went wrong.
No results found
Whitespace fixes
Compare
Sorry, something went wrong.
No results found
Do not strip whitespace from decode input, by @snue
Better type checking
Compare
Sorry, something went wrong.
No results found
Improve type checking and better check for edge cases in decode, by @lucaslugao
Optimize speed
Compare
Sorry, something went wrong.
No results found
Improve decode speed by using a dictionary instead of string by @lucaslugao
Fix single byte/char edge cases in both encode and decode by @lucaslugao
Minor speed improvement in decode routine by @dvmc
Reject overflow when decoding
Compare
Sorry, something went wrong.
No results found
Do not silently accept overflow data on decode
Optimized loop
Compare
Sorry, something went wrong.
No results found
Bugfix release
Compare
Sorry, something went wrong.
No results found
v0.2.1
fix decoding on output
Bytes galore
Compare
Sorry, something went wrong.
No results found
Use bytes as input/output
Updated docs
Compare
Sorry, something went wrong.
No results found
v0.1.1
bump