0.11.0
- Removed
ring.swagger.schema/defmodel
, please useschema.core/defschema
. - Split JSON Schema generation to a
json-schema
module. - Refactored Json schema transformations
- New
describe
helper:- Instead of
(field Long {:description "The description"})
you can use (describe Long "The description")
- Instead of
- New