All Versions
41
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v3.9 Changes
- 👍 Allow building with GHC 9.0.
- ✂ Remove
TextShow(1)
instances forData.Semigroup.Option
, which is deprecated as ofbase-4.15.0.0
. - 🛠 Fix a bug in which
deriveTextShow{1,2}
would needlessly reject data types whose last type parameters appear as oversaturated arguments to a type family.
-
v3.8.5 Changes
- Import from
GHC.Exts
, notGHC.Prim
.
- Import from
-
v3.8.4 Changes
- ⚡️ Update the
TextShow(1)
instances forDown
andThreadId
to match their implementations inbase-4.14
.
- ⚡️ Update the
-
v3.8.3 Changes
- 👉 Use
base-compat-batteries-0.11.0
to define instances for(:~:)
back tobase-4.5
and instances for(:~~:)
back tobase-4.9
.
- 👉 Use
-
v3.8.2 Changes
- 🛠 Make the
TextShow
instances forUArray
andFixed
use the correct precedence onbase-4.13
or later. - 👌 Support deriving
TextShow(1)(2)
instances for data types with fields of typeInt8#
,Int16#
,Word8#
, orWord16#
on GHC 8.8 or later.
- 🛠 Make the
-
v3.8.1 Changes
- 👌 Support
th-abstraction-0.3
or later.
- 👌 Support
-
v3.8 Changes
- ✂ Remove the
TextShow I16
instance fromTextShow.Data.Text
. The usefulness of this instance was dubious at best, and moreover, it was actively causing issues when buildingtext-show
withreflex-platform
(see #40).
- ✂ Remove the
-
v3.7.5 Changes
- Actually make
showbEFloat
's behavior match that ofshowEFloat
inbase-4.12
. - ✂ Remove uses of
AutoDeriveTypeable
, since it is now deprecated. (As a result, some things which used to haveTypeable
instances on GHC 7.8 no longer do, but I'm choosing not to be bothered by this unless someone shouts.)
- Actually make
-
v3.7.4 Changes
- ➕ Add
FromGeneric
andFromGeneric1
newtype adapters toTextShow.Generic
. These are suitable for use withDerivingVia
, and provide a convenient way to obtainGeneric(1)
-based defaults forTextShow(1)
instances. - ➕ Add
TextShow(1)
instances forData.Monoid.Ap
onbase-4.12
or later. - 👉 Make
showbEFloat
's behavior match that ofshowEFloat
inbase-4.12
.
- ➕ Add
-
v3.7.3 Changes
- 👉 Use
base-compat-batteries
. - ➕ Add a
TextShow FixIOException
instance onbase-4.11
or later.
- 👉 Use