Changelog of @hackage/data-reify 0.6.3

0.6.3 [2020.10.12]

  • Fix a bug introduced in data-reify-0.6.2 where reifyGraph could return Graphs with duplicate key-value pairs.

0.6.2 [2020.09.30]

  • Use HashMaps and IntSets internally for slightly better performance.

0.6.1

  • Fix warnings in GHC 7.10.

0.5

  • Merge the mono-typed and dynamic version again, by using 'DynStableName', an unphantomized version of StableName.

0.4

  • Use 'Int' as a synonym for 'Unique' rather than 'Data.Unique' for node ids, by popular demand.

0.3

  • Provide two versions of 'MuRef', the mono-typed version, for trees of a single type, and the dynamic-typed version, for trees of different types.

0.2

  • Use 'StableName's, making data-reify much faster.

0.1

  • Use unsafe pointer compares.