Fork me on GitHub
#announcements
<
2018-10-01
>
wilkerlucio18:10:31

[spec-coerce "1.0.0-alpha7"] is out https://github.com/wilkerlucio/spec-coerce This update makes the date parsing more permissive on the Clojure side (thanks @seancorfield!), also adds the new functions sc/conform (coerce and then conform) and sc/coerce! (trigger exception if coercion doesn't work).

👏 12
🚀 8
hlship19:10:25

com.walmartlabs/lacinia 0.30.0 Lacinia is an open-source implementation of Facebook's GraphQL specification, in Clojure. GraphQL is an outstanding approach to getting diverse clients and servers exchanging data cleanly and efficiently. GitHub repo: https://github.com/walmartlabs/lacinia Documentation: http://lacinia.readthedocs.io/en/latest/ Featured changes in 0.30.0: - Can now wrap individual items in a list, not just the entire list - Fix bug with attach-resolvers, if a resolve function is already attached

👍 12
seancorfield22:10:51

{honeysql {:mvn/version "0.9.4"}} or [honeysql "0.9.4"] https://github.com/jkk/honeysql -- SQL as Clojure data structures. Build queries programmatically -- even at runtime -- without having to bash strings together. -- bug fix release! Follow-up in #honeysql

👍 36