We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f727fe commit dba3a46Copy full SHA for dba3a46
CHANGELOG.md
@@ -26,6 +26,12 @@ Malli is in well matured [alpha](README.md#alpha).
26
[:fn (fn [[[arg] ret]] (< arg ret))]]
27
```
28
29
+* **BREAKING**: `malli.generator/function-checker` returns explanations under new keys:
30
+ * `::mg/explain-input` -> `::m/explain-input`
31
+ * `::mg/explain-output` -> `::m/explain-output`
32
+ * new `::m/explain-guard` to return guard explanation, if any
33
+* `m/explain` for `:=>` returns also errors for args, return and guard if they exist
34
+
35
## 0.14.0 (2024-01-16)
36
37
* Better development-time tooling
0 commit comments