Hi - Looks nice!
Alan

On Mon, May 2, 2016 at 11:11 PM, Andrey Antukh <n...@niwi.nz> wrote:

> Hi all.
>
> I am happy to announce the first public release of funcool/struct
> validation library.
>
> https://github.com/funcool/struct
>
> Why an other?
>
> I have started on my project using well know and very nice library:
> bouncer; that has worked pretty well for me, but over time I have needed
> some features that are missing: such as value coercion and dependent
> validators.
>
> Then, I decided to build a own one. And these are the main highlights of
> the resulting library:
>
> - Validators are defined using plain hash-maps instead of opaque macros.
> - Optional value coercion (very useful if you want to validate query
> params or form-data that by default comes as string).
> - Dependent validators (add the ability to the validator access to previos
> state, also useful for form-data validation).
> - Serves pretty well as simple data structure validation in the same way
> as bouncer or schema works and also works well for validate user input such
> as query params and forms.
>
> Github: https://github.com/funcool/struct
> Documentation: http://funcool.github.io/struct/latest/
>
> Regards.
> --
> Andrey Antukh - Андрей Антух - <n...@niwi.nz>
> http://www.niwi.nz
> https://github.com/niwinz
>
> --
> Note that posts from new members are moderated - please be patient with
> your first post.
> ---
> You received this message because you are subscribed to the Google Groups
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescr...@googlegroups.com.
> Visit this group at https://groups.google.com/group/clojurescript.
>

-- 
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