Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Jan 7, 2024
1 parent 4611228 commit 1c4c5fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ Malli is in well matured [alpha](README.md#alpha).
* `malli.dev/start!` captures all malli-thrown exceptions, see [README](README.md#development-mode) for details
* does not log individual re-instrumentation of function vars
* **BREAKING**: changes in `malli.dev.virhe` and `malli.pretty` extension apis, wee [#980](https://github.com/metosin/malli/pull/980) for details
* new `m/deref-recursive` to recursive deref all schemas (not `:ref`s)
* New `m/deref-recursive` to recursive deref all schemas (not `:ref`s)
* FIX: Malli generates incorrect clj-kondo spec for :fn schemas [#836](https://github.com/metosin/malli/issues/836) via [#987](https://github.com/metosin/malli/pull/987)
* Support for Var references [#985](https://github.com/metosin/malli/pull/985), see [guide](README.md#var-registry) for details.
* **BREAKING**: `m/coerce` and `m/coercer` throw `::m/coercion` instead of `::m/invalid-input`
* New Guide for [Reusable Schemas](docs/reusable-schemas.md)
* Less printing of Var instumentation
* **BREAKING**: qualified symbols are valid reference types [#984](https://github.com/metosin/malli/pull/984)
* Fixing `mt/strip-extra-keys-transformer` for recursive map encoding [#963](https://github.com/metosin/malli/pull/963)
* Support passing custom `:type` in into-schema opt for `:map` and `:map-of` [#968](https://github.com/metosin/malli/pull/968)
Expand Down

0 comments on commit 1c4c5fa

Please sign in to comment.