-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9d6d4d
commit 9df3c82
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
* The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
* This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) | ||
|
||
## [Unreleased] | ||
### 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. |