Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@paragonie-scott paragonie-scott released this 16 Sep 20:58
· 84 commits to master since this release
v2.1.0

Previous tag was a false alarm. This is the real deal.

This library is now type-safe. Encoding functions (e.g. Base64::decode()) will always return a string or throw a RangeException. They will never return false.

Furthermore, type safety is assured with Psalm.