Releases: emilypi/base64
Releases · emilypi/base64
0.4.2.3
Special release for stackage, amending test suite to use less memory
0.4.2.2 - Latest Stable
- Add
NFData
, Exception
, and Generic
instances for Base64Error
+ @since
annotations for new instances. (#28)
- Doc improvements and add
-XTrustworty
and -XSafe
annotations where needed. (#27)
- Improve URL canonicity validation and correctness checking (now supports correct checking for unpadded Base64url) (#26)
- Fixed perf regressions in decode
- Test coverage is at 98%
0.4.2.1
- Perf improvements
- Reject non-canonical encodings like "ZE==" that are impossible to construct, decode transparently, and do not round trip.
0.3.1
This release contains bugfixes for isBase64
and adds two new validity checking functions isValidBase64
(conformity to the shape of base64 as opposed to correctness).
Also, adds stack 8.2 support
0.3
After some great feedback from phadej and lexilambda, I'm settling on this being the API for Base64.
0.2.0.0
This release marks the release after splitting off the base64-lens
library.
0.1.0.0
v0.1.0.0
backcompat for 8.2.2