metosin / schema-tools

Clojure(Script) tools for Plumatic Schema
http://metosin.github.io/schema-tools/
Eclipse Public License 2.0
107 stars 16 forks source link

0.8.0-SNAPSHOT breaks contract with get-in #28

Closed ikitommi closed 8 years ago

ikitommi commented 8 years ago

0.7.0

(st/get-in {:a (s/maybe s/Str)} [:a])
; => (s/maybe s/Str)

0.8.0-SNAPSHOT

(st/get-in {:a (s/maybe s/Str)} [:a]) 
; => s/Str