- Support
s/keys
- More tolerant specs for internals
- Support 1.9 special numbers (
##-Inf
##Inf
##NaN
NaN
Infinity
-Infinity
) - Use
decimal?
instead ofbigdec?
(Clojure 1.9) - Thanks to
joodie
for these updates!
- Support overrides on
sc/coerce-structure
- Fix NaN cases for number parsing on CLJS, now they are considered bad parsing, making the original value returns.
- In CLJS, string "NaN" is coerced to
js/NaN
.
- Support
s/coll-of
predicate. - Support
s/map-of
predicate. - Support
s/or
predicate.
- Initial release.