- Add ClojureCLR support (#37)
- Conform
:ret
to:fn
(#40) - Add
:orchestra.spec/var
to exception info (#38) - Fix instrument/unstrument eval output (#32)
- Caught up with the latest upstream CLJS, save for CLJS-2890 and CLJS-2891, since they break Expound support
- Make a couple fns public, to avoid new CLJS warnings #27
- Allow instrumentation of a huge amount of functions commit
- Add implicit
s/spec
to non-variadic args indefn-spec
commit
- Add
defn-spec
macro #7
- Provide
:via
tos/explain-data
#7
- Use date for versioning
- Add ClojureScript support #5
- Update orchestra to use
clojure.spec.alpha
. Only specs registered byclojure.spec.alpha
will be instrumented. Also added a dependency on[org.clojure/spec.alpha "0.1.94"]
. See this mailing list post for more details on the change. #2