Changelog for attenuation-0.2.0
0.1.0.0
Added everything that exists in this version. See Haddock documentation for a complete accounting.
0.2.0
- Rename
attenuatetoattenuateWith(breaking change). - Split
profunctorsfeatures to a separate package (breaking change). - Add an
Attenuableclass that does a decent job of derivingAttenuations. - Add a new
attenuatethat usesAttenuable. - Add a
Data.Attenuation.Unsafemodule giving access to the internals. - Add
HasDictforAttenuation(with new enoughconstraints). - Add
:-entailments corresponding to pseudo-instances ofAttenuable.