kvitable-1.2.0.0: CHANGELOG.md
# Revision history for KVITable
## 1.2.0.0 -- 2026-07-06
* Added renderer argument to the HTML and ASCII `render` functions. This is not
backward compatible, although the previous functionality can be obtained by
passing a new `Nothing` initial argument. This argument allows passing an
optional renderer that can be used for various effects
(e.g. `Prettyprinter.Render.Termina.render`).
## 1.1.2.0 -- 2026-06-23
* Support GHC 9.14
## 1.1.1.1 -- 2026-03-10
* Increase upper version constraint for microlens to accept 0.5.
## 1.1.1.0 -- 2025-10-26
* Enable building with GHC 8.10 -- GHC 9.12.
## 1.1.0.1 -- 2024-09-21
* Add test/evenodd.md and test/bigsquare.md to cabal data files.
## 1.1.0.0 -- 2024-09-18
* The `RenderConfig.sortKeyVals` changed from a `Boolean` to a `Maybe fn`, where
the `fn` is a sorting function which is provided a `(rowKeyvals, colKeyvals)`
tuple and should return that tuple, sorted. The `sortNumericAlpha` function
can be used to obtain the old 'True' behavior.
* Support GHC 9.10.
## 1.0.3.0 -- 2024-02-22
* Support GHC 9.8.
* Internal updates to confirm safety and avoid partial functions.
## 1.0.2.0 -- 2023-01-09
* Support GHC 9.4.
## 1.0.1.0 -- 2022-05-26
* Support GHC 9.2 [thanks to Ryan Scott].
## 1.0.0.0 -- 2021-01-30
* Initial version