yasi-0.2.0.2: CHANGELOG.md
# Revision history for yasi
## 0.2.0.2 -- 2024-01-05
* Update to `text-display-1.0`
* Drop support for GHC `<9.2`
## 0.2.0.1 -- 2022-03-13
* Update `text-display`, which makes an internal hack unnecessary
## 0.2.0.0 -- 2022-03-13
* Support interpolating arbitrary expressions.
* Use `Display` from the `text-display` package.
## 0.1.2.1 -- 2021-03-15
* Allow to interpolate lazy into strict `ByteString`s and vice versa.
## 0.1.2.0 -- 2021-03-15
* Add `unindent` utility function.
## 0.1.1.1 -- 2021-02-14
* Fix interaction of new variants and abstraction
## 0.1.1.0 -- 2021-02-14
* Add interpolator variants (with different return types)
## 0.1.0.0 -- 2021-02-13
* Support `show` abstractions
## 0.0.0.1 -- 2021-02-13
* Support older GHC versions
## 0.0.0.0 -- 2021-02-13
* First version. Released on an uNsUsPeCtInG world.