packages feed

aeson-schemas-1.0.3: CHANGELOG.md

## Upcoming

## 1.0.3

Support GHC 8.8

## 1.0.2

Bundle test data files in release tarball

## 1.0.1

Add support with `first-class-families-0.6.0.0`

## 1.0.0

Initial release:

* Defining JSON schemas with the `schema` quasiquoter
* Extract JSON data using the `get` quasiquoter
* Extracting intermediate schemas with the `unwrap` quasiquoter
* Include `mkGetter` helper function for generating corresponding `get` and
  `unwrap` expressions.