KineticEcto Changelog
View Source1.2.0 / 2025-06-30
Disabled
use KineticEcto.RepoTransact
if Ecto 3.13 or later is installed, as it prevents compiling as the Ecto implementation ofRepo.transact/2
is not markedoverridable
and causes build failures.Unit tests for
KineticEcto.RepoTransact
were also removed.
1.1.1 / 2025-02-03
- Renamed
KineticEcto.Transact
toKineticEcto.RepoTransact
.use KineticEcto.Transact
will now output a warning indicating that it has been replaced withuse KineticEcto.RepoTransact
. The functionality otherwise remains the same.
1.1.0 / 2025-01-29
- Added
KineticEcto.Transact
, an easy way to add Saša Juriċ'sRepo.transact/2
to your arsenal.
1.0.0 / 2025-01-19
- Initial release, including changeset validation extensions