Skip to content

Releases: ChristianRiesen/base32

1.6.0 Major bug fix, pleae require this version from now on

26 Feb 10:22
2e82dab
Compare
Choose a tag to compare

A bug snuck in and could lead to some unwanted results. If you build on this library, please require at a minimum ^1.6 in your project to avoid ever getting the wrong version. Thank you to @afk11 for the quick fix, and everyone who reported it for their information.

1.5.2 Bugfix

13 Jan 07:37
a1cac38
Compare
Choose a tag to compare

The new algo caused issues on certain inputs, and this fixes it.

1.5.1 Gitattributes cleanup

06 Jan 10:23
045f167
Compare
Choose a tag to compare

With lots of cleanups the gitattributes didn't get updated and so some new extra files could have been checked out where not needed. This cleans that up. Thank you @reedy for this contribution!

1.5.0 Faster algorythm and extended Hex Alphabet

04 Jan 14:34
Compare
Choose a tag to compare

Thanks to @samuelwilliams for the contribution. Now the libnrary is even faster and supports the extended hex alphabet (also part of the RFC, but less frequently used).

Upgrades, PHP 7.2 minimum, PHP 8 compatible

29 Dec 20:20
5777d96
Compare
Choose a tag to compare

Some long overdue upgrades were done. Should function exactly the same as the previous version, just now it's minimum requirements is PHP 7.2. Testing is also done on 7.2, and from 7.3 on with a newer phpunit version. Also the library is being tested with PHP 8 now, so you can use it with that as well.

Added gitattributes

02 Nov 09:05
80ff0e3
Compare
Choose a tag to compare

Will skip files being exported when installed via composer that are not needed like tests etc.

Thank you to @reedy for the pull request.

Small speed improvement

05 May 11:51
Compare
Choose a tag to compare

Thanks to @nickshanks for a speed up of the code execution.

Speedup of operation

07 Apr 07:48
Compare
Choose a tag to compare

This version is about 15% faster than the previous one.

Thanks to @fbonzon for the contribution!

Make alphabet simpler, ignore composer.lock

27 Sep 23:46
Compare
Choose a tag to compare

Still passes all tests, thanks to @lucasmichot for the pull requests!

Bug fix, return nothing on invalid string

12 Feb 09:09
Compare
Choose a tag to compare
Merge pull request #5 from enkrates/handle-entirely-invalid-string

Handle entirely invalid string