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.
- Less strict elixir version requirement
- Add logic to
Ecto.SoftDelete.Repo.prepare_query
to respectwhere
clauses that explicitly include records where deleted_at is not nil
- Exclude soft deleted records by default in
Ecto.SoftDelete.Repo
- BREAKING: Make
soft_delete_fields
useutc_datetime_usec
instead ofutc_datetime
Ecto.SoftDelete.Repo
for adding soft delete functions to repositories.
- Ecto 3 support
- Missing license (MIT)