All Versions
14
Latest Version
Avg Release Cycle
3 days
Latest Release
1020 days ago

Changelog History
Page 2

  • v0.3.0.0 Changes

    January 07, 2020
    • ✅ After a discussion with lexilambda, we're making 'encodeBase64' be ByteString -> Text by default, offering ByteString -> ByteString as a secondary format.
    • ➕ Add decodeBase64Lenient to the API for phadej
    • 🛠 Fix unpadded decoding bug where garbage was appended to the end of garbage inputs. A cleaner way to do this is to simply encode as Base64 with padding and then strip padding chars until I come up with a workflow specific to unpadded inputs (I used to have this, so I'll have to dig it up)
    • ➕ Added isBase64 and isBase64Url to the API
    • 🐎 Performance is stable
  • v0.2.0.0 Changes

    January 05, 2020
    • After a discussion with phadej, we're doing away with the flags, and splitting the optics out into their own separate library
    • ✂ Removed unnecessary inline pragmas
  • v0.1.0.0 Changes

    January 05, 2020
    • Do away with the typeclasses, and just provide prisms + synonyms
    • 🐎 Continued performance improvements to decoding
    • Corrected benchmarks
  • v0.0.1.0 Changes

    January 03, 2020
    • 🚀 First version. Released on an unsuspecting world.
    • 🚀 Preliminary release