We're using Validateur for this:
https://github.com/michaelklishin/validateur Not sure if you've seen
that one either.
Schema is more of a type-system-lite - it's not very good out of the box
at allowing you to validate form data and return nice error messages in
a way that's easy for some fo
Looks awesome! I’m currently using prismatic/schema for what seems like exactly
the same thing; could you enlighten me how the two libraries are different?
thanks
lvh
> On Jan 23, 2015, at 3:39 AM, Leonardo Borges
> wrote:
>
> bouncer is a validation library for Clojure apps
>
> Github: ht
Great library! I don't know about it! Thanks!
2015-01-23 15:54 GMT+01:00 Plínio Balduino :
> This is awesome, Leonardo
>
> On Fri, Jan 23, 2015 at 9:39 AM, Leonardo Borges <
> leonardoborges...@gmail.com> wrote:
>
>> bouncer is a validation library for Clojure apps
>>
>> Github: https://github.co
This is awesome, Leonardo
On Fri, Jan 23, 2015 at 9:39 AM, Leonardo Borges <
leonardoborges...@gmail.com> wrote:
> bouncer is a validation library for Clojure apps
>
> Github: https://github.com/leonardoborges/bouncer
> Clojars: https://clojars.org/bouncer
>
> The main change with 0.3.2 is that b
bouncer is a validation library for Clojure apps
Github: https://github.com/leonardoborges/bouncer
Clojars: https://clojars.org/bouncer
The main change with 0.3.2 is that bouncer now works with Clojurescript! -
thanks Robin(@Skinney)!
New validators have also been added. You can read more about