Changelog for effectful-opaleye-0.1.1.0
Changelog
All notable changes to effectful-opaleye
will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Haskell Package Versioning Policy.
Unreleased
0.1.1.0 - 15.08.2025
Added
- Ability to keep a running tally of the SQL operations that are performed by
the
Opaleye
effect in #4.
0.1.0.1 - 04.08.2025
Changed
- Increased upper bounds on
effectful-core
to support2.6
0.1.0.0 - 22.07.2025
Added
- First edition of the package, ready for feedback.
- 100% documentation coverage.
- Reasonably detailed READMEs.
- CI that builds and tests the packages for each version of GHC in the
tested-with
field.