Changelog for barbies-th-0.1.11
Revision history for barbies-th
0.1.11
- Relaxed version bounds
0.1.10
- Added
bnestedFieldNames
toFieldNamesB
- Made the names of the type parameters customisable via
DeclareBareBConfig
0.1.9
- Added
passthroughBareB
0.1.8
declareBareB
can now generate nested barbies when multiple data declarations are passed (#7)- Fixed a bug breaking
AccessorsB
instances whenDuplicateRecordFields
is enabled (#6)
Kudos to Gergő Érdi(@gergoerdi) and Joe Hermaszewski(@expipiplus1)
0.1.7
declareBareB
now generates deriving clauses for the bare type too- It no longer adds
deriving Generic
unconditionally
0.1.6
- Added a workaround to prevent exceeding the max arity of constraint tuples
0.1.5
- It now generates
ConstraintsB
andApplicativeB
declarations without generics
0.1.4
- Renamed
Data.Barbie.TH
toBarbies.TH
, leavingData.Barbie.TH
deprecated
0.1.3
- Added
LensB
andgetLensB
- Now derives
AccessorsB
0.1.2
declareBareB
now derivesDistributiveD
0.1.1 -- 2020/04/19
- Improved the deriving mechanism; deriving clauses within
declareBareB
are translated intoderiving via Barbie ...
0.1 -- 2020/02
- First version. Released on an unsuspecting world.