jkk / formative

Web forms for Clojure and ClojureScript - rendering, parsing, and validating
208 stars 18 forks source link

Set up continuous integration and replace cljx with cljc #46

Closed iku000888 closed 7 years ago

iku000888 commented 7 years ago

This PR contains the following changes:

  1. Replace cljx with cljc+reader conditionals
  2. To support 1, minimum clojure version has been updated to 1.7. Dev clojurescript version has been updated to 1.7.228.
  3. Set up continuous integration on circle ci (for clj tests only for now...)
iku000888 commented 7 years ago

Confirmed that the existing tests pass in a cljs repl.

iku000888 commented 7 years ago

To whom it may concern, I have just deployed this branch to clojars as a SNAPSHOT in the following lein coordinate so that it can be tested.

[formative "0.8.9-SNAPSHOT"]

I plan to merge this branch once I verify that nothing breaks in my own production project, but let me know in case there are any breakages detected! (Which I expect there to be none except for cljc reader conditional support)

iku000888 commented 7 years ago

Seems to look fine in my prod project, so now it is merged and released as [formative "0.8.9"]