You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ borkdude/edamame '1.4.25' to '1.4.27'
58
58
59
59
## 0.16.3 (2024-08-05)
60
60
61
-
*`:->` added to default registry, see [documentation](https://github.com/metosin/malli/blob/master/docs/function-schemas.md#flat-arrow-function-schemas).
61
+
*`:->` added to default registry, see [documentation](/docs/function-schemas.md#flat-arrow-function-schemas).
62
62
* New `:seqable` and `:every` schemas [#1041](https://github.com/metosin/malli/pull/1041), see [docs](https://github.com/metosin/malli#seqable-schemas)
63
63
* Fix OOM error with infinitely expanding schema [#1069](https://github.com/metosin/malli/pull/1069)
64
64
* Correctly form prop-less schemas that have map/nil as first child [#1071](https://github.com/metosin/malli/pull/1071)
@@ -112,9 +112,9 @@ borkdude/edamame '1.4.25' to '1.4.27'
112
112
113
113
```clojure
114
114
;; function of arg:int -> ret:int, where arg < ret
Copy file name to clipboardexpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Data-driven Schemas for Clojure/Script and [babashka](#babashka).
10
10
11
11
[Metosin Open Source Status: Active](https://github.com/metosin/open-source/blob/main/project-status.md#active). Stability: well matured [*alpha*](#alpha).
Pretty printing in being backed by `malli.dev.virhe/-format` multimethod using `(-> exception (ex-data) :data)` as the default dispatch key. As fallback, exception class - or exception subclass can be used, e.g. the following will handle all `java.sql.SQLException` and it's parent exceptions:
1032
1032
@@ -1044,7 +1044,7 @@ Pretty printing in being backed by `malli.dev.virhe/-format` multimethod using `
1044
1044
1045
1045
For pretty development-time error printing, try `malli.dev.pretty/explain`
0 commit comments