spec.alpha 0.2.168 is now available with the following changes:

   - CLJ-2182 <https://dev.clojure.org/jira/browse/CLJ-2182> Always check 
   preds for s/& on nil input
   - CLJ-2178 <https://dev.clojure.org/jira/browse/CLJ-2178> Return 
   resolved pred for s/& explain-data
   - CLJ-2177 <https://dev.clojure.org/jira/browse/CLJ-2177> Return valid 
   resolved pred in s/keys explain-data
   - CLJ-2167 <https://dev.clojure.org/jira/browse/CLJ-2176> Properly check 
   for int? in int-in-range? - thanks David Bürgin!
   - CLJ-2166 <https://dev.clojure.org/jira/browse/CLJ-2166> added function 
   name to instrument exception map - thanks Josh Jones!
   - CLJ-2111 <https://dev.clojure.org/jira/browse/CLJ-2111> Clarify 
   docstring for :kind in s/every
   - CLJ-2068 <https://dev.clojure.org/jira/browse/CLJ-2068> Capture form 
   of set and function instances in spec
   - CLJ-2060 <https://dev.clojure.org/jira/browse/CLJ-2060> Remove a spec 
   by s/def of nil
   - CLJ-2046 <https://dev.clojure.org/jira/browse/CLJ-2046> gen random 
   subsets of or'd req keys in map specs - thanks David Chelimsky!
   - CLJ-2026 <https://dev.clojure.org/jira/browse/CLJ-2026> Prevent 
   concurrent loads in dynaload
   - CLJ-2176 <https://dev.clojure.org/jira/browse/CLJ-2176> s/tuple 
   explain-data :pred problem

core.specs.alpha 0.2.36 is now available with the following changes:


   - CLJ-2186 <https://dev.clojure.org/jira/browse/CLJ-2186>: Map bindings 
   should be :kind map?
   - CLJ-2314 <https://dev.clojure.org/jira/browse/CLJ-2314>: allow string 
   array hinting in genclass return type

If you are using Clojure 1.9.0 (or 1.10.0-alpha*), you'll be getting the 
prior version of these libs automatically as deps but you can override 
those by explicitly specifying these as dependencies of your library:

{:deps
 {org.clojure/spec.alpha {:mvn/version "0.2.168"}
  org.clojure/core.specs.alpha {:mvn/version "0.2.36"}}}


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to