Skip to content

Releases: kirei/python-base45

RFC released

18 Aug 14:23
Compare
Choose a tag to compare

Full Changelog: v0.4.3...v0.4.4

Allow Python 3.6

01 Sep 12:19
Compare
Choose a tag to compare
  • Allow Python 3.6

Whitespace fixes

12 Aug 12:18
Compare
Choose a tag to compare
  • Do not strip whitespace from decode input, by @snue

Better type checking

12 Jul 07:26
Compare
Choose a tag to compare
  • Improve type checking and better check for edge cases in decode, by @lucaslugao

Optimize speed

08 Jul 07:49
Compare
Choose a tag to compare
  • 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

26 Jun 08:42
Compare
Choose a tag to compare
  • Do not silently accept overflow data on decode

Optimized loop

25 Jun 20:24
Compare
Choose a tag to compare

Bugfix release

22 Jun 14:03
Compare
Choose a tag to compare
v0.2.1

fix decoding on output

Bytes galore

03 Apr 18:01
Compare
Choose a tag to compare
  • Use bytes as input/output

Updated docs

17 Mar 19:20
Compare
Choose a tag to compare
v0.1.1

bump