All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
uuid
test helper function to generate random Uuids to be use for mocked values in tests.routes
and service
components.local-date->str
function was not returning the date in the chosen string format.Added support to multiples environments on config component.
Added a datomic component that we can use to transact on datomic databases. Compatible with Component framework by Stuart Sierra.
Added get-component-content
a component helper function used to get component core content. To be able to use this
function you must follow some conventions, like assoc in the component map with the core content using the same
component name as key. Compatible with Component framework by Stuart Sierra.
Added str->keyword-kebab-case
that we can use to convert json encoded camelCased keys to clojure kebab case.
Added a config component that we can use to load settings on our system map. Compatible with Component framework by Stuart Sierra.
->cents
function were you can use to convert money amounts to cents.Added str->local-date
function were you can use to convert String
to LocalDate
.
Added local-date->str
function were you can use to convert LocalDate
to String
.
loose-schema
function to a schema with inner schemas, also make theirs inner schemas loose.loose-schema
function.Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close