Skip to content

Releases: emilypi/base64

0.4.2.3

26 Jan 16:20
356ae1c

Choose a tag to compare

Special release for stackage, amending test suite to use less memory

0.4.2.2 - Latest Stable

05 Jul 17:18
3dd41cc

Choose a tag to compare

  • 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

21 Jun 03:54

Choose a tag to compare

  • Perf improvements
  • Reject non-canonical encodings like "ZE==" that are impossible to construct, decode transparently, and do not round trip.

0.4.2

04 Jun 05:04

Choose a tag to compare

v0.4.2

Update README.md

0.3.1

10 Jan 18:25

Choose a tag to compare

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

07 Jan 17:55

Choose a tag to compare

0.3

After some great feedback from phadej and lexilambda, I'm settling on this being the API for Base64.

0.2.0.0

06 Jan 06:46
bb87ba4

Choose a tag to compare

This release marks the release after splitting off the base64-lens library.

0.1.0.0

05 Jan 23:52

Choose a tag to compare

v0.1.0.0

backcompat for 8.2.2