Changelog of @hackage/typerep-map 0.3.2

Changelog

typerep-map uses PVP Versioning. The changelog is available on GitHub.

0.3.2 — Mar 27, 2019

  • #47: Add Eq instance for TypeRepMap using -XQuantifiedConstraints.
  • #70: Bump up to dependent-sum-0.5.

0.3.1

  • #64: Fix segfault in toList.
  • Support GHC 8.4.4 and 8.6.3.

0.3.0

  • #46: Make Show instance for TypeRepMap show keys. Add keys function.
  • #48: Add adjust function for TypeRepMap and TMap.
  • #30: Rewrite fromSortedList to use Array and MutableArray instead of IntMap.

0.2.0

  • #43: Implement IsList instance for TypeRepMap. Add hoistA function.
  • #39: Implement hoistWithKey function. Add map function for TMap.
  • Drop support for ghc-8.0.2.

0.1.0

  • Initially created.