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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,10 @@ Malli is in well matured [alpha](README.md#alpha).
16
16
17
17
## UNRELEASED
18
18
19
-
* Performance improvements in `malli.transform/transformer`[#1220](https://github.com/metosin/malli/pull/1220)
19
+
* Performance improvements in `malli.transform/transformer`[#1220](https://github.com/metosin/malli/pull/1220) and `malli.core/-intercepting`[#1219](https://github.com/metosin/malli/pull/1219)
20
20
*`malli.clj-kondo/emit!` saves to `.clj-kondo/imports` now as recommended by clj-kondo. [#1216](https://github.com/metosin/malli/pull/1216)
21
21
*`malli.clj-kondo/emit!` no longer deletes anything automatically. Use `malli.clj-kondo/clean!` to clean up.
22
+
* Add `malli.core/old-parse-format` for converting output of `parse` to the pre-0.18.0 format. [#1223](https://github.com/metosin/malli/pull/1223)
0 commit comments