Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Jan 27, 2024
1 parent 7f727fe commit dba3a46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Malli is in well matured [alpha](README.md#alpha).
[:fn (fn [[[arg] ret]] (< arg ret))]]
```

* **BREAKING**: `malli.generator/function-checker` returns explanations under new keys:
* `::mg/explain-input` -> `::m/explain-input`
* `::mg/explain-output` -> `::m/explain-output`
* new `::m/explain-guard` to return guard explanation, if any
* `m/explain` for `:=>` returns also errors for args, return and guard if they exist

## 0.14.0 (2024-01-16)

* Better development-time tooling
Expand Down

0 comments on commit dba3a46

Please sign in to comment.