Skip to content

0.15.1

Compare
Choose a tag to compare
@Deraen Deraen released this 19 Aug 19:42
· 1508 commits to master since this release
  • Update to latest ring-swagger
    • Fixes #16: If Schema has many properties, they are now shown in correct order on Swagger-UI
      • hash-map loses the order if it has enough properties
      • Use flatland.ordered.map/ordered-map when Schema has many properties and you want to keep the order intact
      • (s/defschema Thingie (ordered-map :a String ...))