Change log
==========
`typerep-map` uses [PVP Versioning][1].
The change log is available [on GitHub][2].
# 0.3.0
* [#46](https://github.com/kowainik/typerep-map/issues/46):
Make `Show` instance for `TypeRepMap` show keys.
Add `keys` function.
* [#48](https://github.com/kowainik/typerep-map/issues/48):
Add `adjust` function for `TypeRepMap` and `TMap`.
* [#30](https://github.com/kowainik/typerep-map/issues/30):
Rewrite `fromSortedList` to use `Array` and `MutableArray`
instead of `IntMap`.
# 0.2.0
* [#43](https://github.com/kowainik/typerep-map/issues/43):
Implement `IsList` instance for `TypeRepMap`.
Add `hoistA` function.
* [#39](https://github.com/kowainik/typerep-map/issues/39):
Implement `hoistWithKey` function.
Add `map` function for `TMap`.
* Drop support for `ghc-8.0.2`.
# 0.1.0
* Initially created.
[1]: https://pvp.haskell.org
[2]: https://github.com/kowainik/typerep-map/blob/master/CHANGELOG.md