All notable changes to this project will be documented in this file.
- The format is based on Keep a Changelog
- This project adheres to Semantic Versioning
- Fix
Ecto.Query.dynamic_expr()
type naming after Ecto version upgrade. - Fix any other issues indicated by Credo and Dialyzer (#19).
- Fix warnings affecting compilation and runtime (#16).
- Fix query building when no joins are specified (#14).
- Allow nesting association-based conditions (curiosum-dev/permit#36). For example, predicates such as
read(Item, user: [id: user_id])
can now be written.
- Fix action traversal issue (#4).
Initial release.