Skip to content

Releases: kirei/python-base45

RFC released

18 Aug 14:23

Choose a tag to compare

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

Allow Python 3.6

01 Sep 12:19

Choose a tag to compare

  • Allow Python 3.6

Whitespace fixes

12 Aug 12:18

Choose a tag to compare

  • Do not strip whitespace from decode input, by @snue

Better type checking

12 Jul 07:26

Choose a tag to compare

  • Improve type checking and better check for edge cases in decode, by @lucaslugao

Optimize speed

08 Jul 07:49

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

Choose a tag to compare

  • Do not silently accept overflow data on decode

Optimized loop

25 Jun 20:24

Choose a tag to compare

Bugfix release

22 Jun 14:03

Choose a tag to compare

v0.2.1

fix decoding on output

Bytes galore

03 Apr 18:01

Choose a tag to compare

  • Use bytes as input/output

Updated docs

17 Mar 19:20

Choose a tag to compare

v0.1.1

bump