theleoborges / bouncer

A validation DSL for Clojure & Clojurescript applications
364 stars 38 forks source link

Move to cljx and add a cljs target #28

Closed samfoo closed 10 years ago

samfoo commented 10 years ago

I really like bouncer over validateur and other validator libraries, but I need support for both Clojure and ClojureScript.

Just popping in cljx seems to have worked.

samfoo commented 10 years ago

Hmmm... weird that it ran locally for me but failed in CI. I'll take a closer look.

theleoborges commented 10 years ago

Hey @samfoo ,

Can you have a look at PR #27 - @Skinney submitted that one this week and Travis is happy - would you mind trying his fork? I'll get to it sometime this week and hopefully merge it.

Thanks!

theleoborges commented 10 years ago

@samfoo I've merged #27 and released it as 0.3.2-SNAPSHOT. This sorts out Clojurescript support - give that a go.

samfoo commented 10 years ago

Brilliant. Thanks.