- #6: Possible Null Pointer Exception
- [BREAKING CHANGE] Better support for keyword argument functions (see README). The keyword args are treated as an additional map argument rather than variadic input.
- No longer throws an error when compiling for cljs production (even when disabled in the config) (#4) (issue: #3)
- -strument errors now show the full symbol (with namespace) of the violated function (#2)
- You can now specify a multi-arity function schema via
malli.core/=>
(that looks like[:function [:=> ...]]
- Added ability to swap out the logging functions (see
:log-error-fn
and:log-fn-sym
)