packages feed

persistent-documentation-0.1.0.6: CHANGELOG.md

# Revision history for persistent-documentation

## 0.1.0.6

* [#16](https://github.com/parsonsmatt/persistent-documentation/pull/16)
    * Render `MigrationOnly` fields for `persistent >= 2.15.1.0`

## 0.1.0.5

* [#12](https://github.com/parsonsmatt/persistent-documentation/pull/12)
    * Make it build with GHC 9.6
* [#10](https://github.com/parsonsmatt/persistent-documentation/pull/10)
    * Fix build with mtl-2.3

## 0.1.0.4

* Replace newlines with line breaks in field comments as rendered by `markdownTableRenderer` [#9](https://github.com/lumihq/persistent-documentation/pull/9)

## 0.1.0.3

* Support `persistent-2.12` and `persistent-2.13`. [#4](https://github.com/lumihq/persistent-documentation/pull/4)

## 0.1.0.2

* Support `persistent-2.11.0.0` [#3](https://github.com/lumihq/persistent-documentation/pull/3)

## 0.1.0.1

* Document use of the `mkEntityDefList` to expose the `[EntityDef]` generated by the Persistent QuasiQuoter instead of using the QQ value directly.

## 0.1.0.0 -- YYYY-mm-dd

* First version. Released on an unsuspecting world.