malli

oyakushev 2024-12-08T14:56:45.353229Z

Hi, would it be possible to make a Malli release off the current master, please? There are a few changes that were merged sometime ago that we could benefit from. Thanks!

👍 1
ikitommi 2024-12-08T16:17:17.393369Z

here goes: [metosin/malli "0.17.0"]: > • BREAKING: :gen/fmap property requires its schema to create a generator. > ◦ Previous behavior defaulted to a nil-returning generator, even if the schema doesn’t accept nil > ◦ Use :gen/return nil property to restore this behavior > • Don’t output :definitions nil in swagger > • Support decoding map keys into keywords for :map schemas in json-transformer > • :not humanizer > • FIX: :seqable generates nil when :min is greater than 0 > • FIX: malli.registry/{mode,type} not respected in Babashka > • FIX: :float accepts doubles but never generates them > • FIX: :float missing humanizer > • Updated dependencies: fipp/fipp '0.6.26' to '0.6.27'

🎉 11
oyakushev 2024-12-08T16:45:35.010969Z

Much appreciated!

👍 1