Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 851 Bytes

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 851 Bytes

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

[v0.2.3]

Fixed

  • Fix Ecto.Query.dynamic_expr() type naming after Ecto version upgrade.
  • Fix any other issues indicated by Credo and Dialyzer (#19).

[v0.2.2]

Fixed

  • Fix warnings affecting compilation and runtime (#16).

[v0.2.1]

Fixed

  • Fix query building when no joins are specified (#14).

[v0.2.0]

Added

  • Allow nesting association-based conditions (curiosum-dev/permit#36). For example, predicates such as read(Item, user: [id: user_id]) can now be written.

[v0.1.1]

Fixed

  • Fix action traversal issue (#4).

[v0.1.0]

Initial release.