All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- upgraded to
pureharm-db-testkit
0.2.0` which replaces scalatest w/ munit. See
- pureharm-core-anomaly
0.2.0
- pureharm-core-sprout
0.2.0
- pureharm-core-identifiable
0.2.0
- pureharm-effects-cats
0.4.0
- pureharm-db-core
0.4.0
- pureharm-db-core-jdbc
0.4.0
- pureharm-json-circe
0.2.0
- pureharm-db-testkit
0.2.0
Split out from pureharm as of version 0.0.7
.
- cross compiled to Scala 2.13 -- pending support for scala 3.0.0-RC1
- rename
PureharmDBSlickTypeDefinitions
toPureharmDBSlickAliases
Deprecations
- deprecated unsafe methods for
Transactor
creation.
Internals:
- move
.internals
package - tests that hit an actual postgresql db are now moved to the IT task, and not run as part of CI. This will change in the future.