Changelog for Diff-1.0
0.5
- Bring space complexity down to D^2 (Bodigrim).
- Add
Bifunctorinstance (Jonathan King). Requiresbase>= 4.8. - Fix for the grouped context diff. It was omitting all trailing contexts.
- Allow unlimited number of context elements (
getContextDiffNew).
0.4
- Generalize
Diff atoPolyDiff a b.Diffhas been replaced with a specialized synonymtype Diff a = PolyDiff a a, but it's still not backward compatible if you importedDiff(..).