Fork me on GitHub
#releases
<
2024-02-14
>
Ludger Solbach09:02:29

Released overarch 0.9.0. • added warnings for model inconsistencies ◦ added reporting for unresolvable references in views • enhanced model info • added support for skinparams nodesep and ranksep for plantuml rendering (see Usage doc) • added automatic include of related nodes in views via {:include :related} (see Usage doc) • internal refactorings and enhancements • updated docs and example models https://github.com/soulspace-org/overarch

👍 1
borkdude10:02:39

https://github.com/squint-cljs/squint: Light-weight ClojureScript dialect v0.6.91 (2024-02-14) • https://github.com/squint-cljs/squint/issues/462: Add "exports" field to package.jsonhttps://github.com/squint-cljs/squint/issues/460: escape < and > in JSX strings

Noah Bogart14:02:07

https://github.com/NoahTheDuke/splint: Linter focused on style and code shape 1.13 splint New Rules • lint/prefer-method-values: (Clojure 1.12+) Prefer (^[] String/toUpperCase "noah") to (.toUpperCase "noah"). Enabled by default. • lint/require-explicit-param-tags: (Clojure 1.12+) Prefer (^[File] File/mkdir (io/file \"a\")) to (File/mkdir (io/file \"a\")). Prefer (^[String String] File/createTempFile \"abc\" \"b\") to (^[_ _] File/createTempFile \"abc\" \"b\"). Has :missing, :wildcard, and :both styles, which check for lack of any :param-tags, usage of _ in a :param-tags, and both. Disabled by default. Changed • Add support for lint/prefer-method-values in performance/dot-equals.

splint 2
1