All Versions
12
Latest Version
Avg Release Cycle
321 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.1.6 Changes
July 01, 2016- ➕ Adds uncatchable panic exception throwing using Text message.
- ✂ Removes
printf
- ✂ Removes
string-conv
dependency so Stack build works withoutextra-deps
. - Brings
Callstack
machinery in for GHC 8.x. - ✂ Removes
throw
andassert
fromControl.Exception
exports. - ✂ Removes
unsafeShiftL
andunsafeShiftR
fromData.Bits
exports. - Reexport
throw
asunsafeThrow
via Unsafe module. - Hides all Show class functions. Only the Class itself is exported. Forbids custom instances that are not GHC derived.
- 0️⃣ Export
encodeUtf8
anddecodeUtf8
functions by default. - ➕ Adds
unsnoc
function.
-
v0.1.5 Changes
- 🎉 Initial release.