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.
This is the first release of the module that is available for Scala 3!
- as per the
0.4.0
release notes, pureharm-config is no longer a dependency of this module.DBConnectionConfig
now ought to be read in application code, using the strategy best suited for the project. You can depend on pureharm-config directly to have least migration impact, or ideally, migrate to using pureharm-config-ciris.
- pureharm-core
0.3.0
- bump scalafmt to
3.0.0-RC6
— from2.7.5
- bump sbt to
1.5.5
- bump sbt-spiewak to
0.21.0
- bump sbt-scalafmt to
2.4.3
- pureharm-config
0.4.0
- pureharm-config
0.3.0
- deprecate
DBConnectionConfig
companion object. Use pureharm-config-ciris, or some other config library of your choice to read these values on your own terms. - deprecate all methods in Repo that take multiple elements. Will be removed since API is extremely clunky, and will be pushed down to be DB specific.
- pureharm-core-anomaly
0.2.0
- pureharm-core-sprout
0.2.0
- pureharm-config
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
- add
DBPort
toDBConnectionConfig
- removed deprecated
DAOAlgebra
traits