releases

A place to post minor releases of libraries and projects that you would not otherwise post in #announcements
Karol Wójcik 2021-06-15T09:15:54.032400Z

Luis Thiam-Nye 2021-06-15T12:52:08.032800Z

The latest version of snoop (`21-166-alpha`) allows you to specify malli schemas next to each parameter declaration:

(>defn fun
  [(x int?) (y int?) (z melon?)]
  [=> string?]
  ...)
https://github.com/CrypticButter/snoop#inline-schema