packages feed

brick-tabular-list-2.2.0.7: CHANGELOG.md

# Revision history for brick-tabular-list

## 2.2.0.7 - 2023-11-16

* Bump upper version boundary of vty

## 2.2.0.6 - 2023-11-05

* Bump the upper version boundary of brick

## 2.2.0.5 -- 2023-10-31

* Bump the upper version boundaries of vty and brick

## 2.2.0.4 -- 2023-10-10

* Bump the upper version boundary of vty

## 2.2.0.2 -- 2023-06-09

* Bump the upper version boundary of brick

## 2.2.0.1 -- 2023-04-25

* Bump the upper version boundary of brick to 1.7

## 2.2.0.0 -- 2023-03-28

* Hide row header type in `RowHdr`.
* Change the name of `ColHdrRowHdr` newtype constructor to improve readability.

## 2.1.0.0 -- 2023-03-16

* Wrap `ColHdrRowHdr` in `Maybe` for semantic correctness.
* This should be the last version that intentionally introduces brekaing changes due to design decisions.
* After this version, it should take many years before any unexpected breaking change is deemed necessary.

## 2.0.1.0 -- 2023-03-14

* Name the single field in `RowHdrCtxt` newtype for semantic correctness.

## 2.0.0.0 -- 2023-03-13

* Made it much easier to understand API and implementation
* Improved documentation

## 1.0.0.1 -- 2023-03-10

* Decreased lower version bound for base to allow hackage to build haddock documentation with ghc-9.2.4
* Show extensions used in modules

## 1.0.0.0 -- 2023-03-10

* Substantially simplified and improved API. It is far less likely to make mistakes with the new API.
* Substantially improved documentation
* Removed unneccesary demo programs
* Inserted a separator below column headers in demo programs
* Specify 120 characters per line as maximum line length
* Added `NoFieldSelectors` to modules

## 0.2.0.1 -- 2023-02-27

* Fixed demo programs for haskell-language-server

## 0.2.0.0 -- 2023-02-20

* Add drawColHdrRowHdr

## 0.1.0.2 -- 2023-02-10

* Fixed documentation

## 0.1.0.1 -- 2023-02-10

* Fixed documentation

## 0.1.0.0 -- 2023-02-09

* First version with a proper documentation.