packages feed

prairie-0.0.3.0: ChangeLog.md

# Changelog for prairie

## 0.0.3.0

- [#8](https://github.com/parsonsmatt/prairie/pull/8)
    - The `Prairie.Fold` module is introduced, allowing you to fold records.
    - The `Prairie.Traverse` module is introduced, allowing you to traverse over records.

## 0.0.2.1

- [#6](https://github.com/parsonsmatt/prairie/pull/6)
    - Bump upper bound for `TemplateHaskell`, supporting up to GHC 9.8
    - Fix string literals in docs that were quoted as module names

## 0.0.2.0

- [#2](https://github.com/parsonsmatt/prairie/pull/2)
    - Add `tabulateRecordA` to `Record` class. `tabulate` and `allFields` are now normal functions.
    - Provide a default implementation of `recordFieldLabel` for `Show`able fields.
    
## 0.0.1.1

* [#4](https://github.com/parsonsmatt/prairie/pull/4)
    * Compatibility with `template-haskell-2.18` and above