We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abc8e3 commit 7d44b1cCopy full SHA for 7d44b1c
CHANGELOG.md
@@ -19,6 +19,7 @@ Malli is in well matured [alpha](README.md#alpha).
19
* **BREAKING**: `:gen/fmap` property requires its schema to create a generator.
20
* previous behavior defaulted to a `nil`-returning generator, even if the schema doesn't accept `nil`
21
* use `:gen/return nil` property to restore this behavior
22
+ * Decode map keys into keywords for `[:map` schemas in `json-transformer` [#1135](https://github.com/metosin/malli/issues/1135)
23
* FIX: `malli.registry/{mode,type}` not respected in Babashka [#1124](https://github.com/metosin/malli/issues/1124)
24
* Updated dependencies:
25
0 commit comments