Skip to content

0.11.0

Compare
Choose a tag to compare
@Deraen Deraen released this 10 Aug 12:31
· 714 commits to master since this release
  • Removed ring.swagger.schema/defmodel, please use schema.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")