Changelog for tree-diff-0.3.1
0.3.1
- Support GHC-8.6.5...9.10.1
0.3
-
Breaking change: Make HashSet and HashMap ToExpr instances sort the resulting lists of expressions. This makes the results deterministic. ... but your golden files will need adjustment. https://github.com/haskellari/tree-diff/issues/67
-
Add
Ord Expr
andOrd OMap
instances -
Depend on
data-array-byte
to provide moreByteArray
instances
0.2.2
- Add instances for base and primitive's
ByteArray
s.
0.2.1.1
- Support
base-4.16
(GHC-9.2)
0.2.1
- Support
aeson-2.0.0.0
0.2
- Change the pretty printing to use less horizontal space.
Pretty
datastructure is changed. - Change
Expr
to useOMap
; pretty-printing preserves field order. - Add
strict
andthese
instances - Add
Eq
andNFData (Edit a)
instances. - Bump lower bounds
0.1
- Support GHC-7.4 ... 8.8 (use allow-newer for GHC-8.8-alpha).
- Use raw GHC.Generics (drop
generics-sop
dependency) - Use own memoising (Vector lookup, drop
MemoTrie
dependency) - Singleton data-types (both
data
andnewtype
s) are printed in App form (i.e. no-record). - Change license to GPL-2.0-or-later
0.0.2.1
- Support semigroups-0.19, hashable-1.3 and generics-sop-0.5
0.0.2
- Print compact diffs
- Add
ToExpr
instance forShortByteString
0.0.1
- Use
BS.readFile
andBS.writeFile
inediffGolden
. This makes files read and written in UTF8 independently of locale. Fixes builds on appveyor.
0.0.0.1
- Move to
build-type: Simple
0
- First version. Released on an unsuspecting world.