KineticEcto Changelog
View Source1.2.0 / 2025-06-30
Disabled
use KineticEcto.RepoTransactif Ecto 3.13 or later is installed, as it prevents compiling as the Ecto implementation ofRepo.transact/2is not markedoverridableand causes build failures.Unit tests for
KineticEcto.RepoTransactwere also removed.
1.1.1 / 2025-02-03
- Renamed
KineticEcto.TransacttoKineticEcto.RepoTransact.use KineticEcto.Transactwill 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/2to your arsenal.
1.0.0 / 2025-01-19
- Initial release, including changeset validation extensions