Fork me on GitHub
#releases
<
2023-10-02
>
joost-diepenmaat08:10:44

nl.jomco/openapi-v3-validator - A pure-clojure library for validating ring requests & responses against OpenAPI v3 specifications. Release 0.2.0 see https://git.sr.ht/~jomco/openapi-v3-validator CHANGES: • Implement if then else JSON Schema keywords • Implement prefixItems JSON Schema keyword • Implement patternProperties and additionalProperties JSON Schema keywords • Fix exclusiveMaximium and exclusiveMinimum keywords • Implement propertyNames JSON Schema keyword • Fix minContains = 0 with maxContains • Fix maxContains without minContains • Handle $ref as part of JSON Schema • Handle # as root JSON pointer • Handle trailing “/” in JSON Pointers • Fix minLength and maxLength to count codepoints • Fix "const": null validation • Disabled format validations by default (according to spec) • Add JSON-Schema-Test-Suite tests • Include license info in pom.xml

🎉 3
borkdude18:10:13

https://github.com/babashka/neil: a CLI to add common aliases and features to deps.edn-based projects See the https://blog.michielborkent.nl/new-clojure-project-quickstart.html blog post for a gentle introduction into neil. https://github.com/babashka/neil/blob/main/CHANGELOG.md#0262 • Fix NPE during neil dep upgrade

🎉 1