Fork me on GitHub
#announcements
<
2023-04-12
>
Matthew Davidson (kingmob)08:04:53

https://clojars.org/org.clj-commons/gloss/versions/0.3.5 is now available. Gloss is a DSL for byte formats, designed for network protocols and binary file I/O. The primary change is a bug fix for when your initial ByteBuffers use non-zero positions.

clj-commons 18
👀 4
Alex Miller (Clojure team)13:04:39

Clojure CLI 1.11.1.1273 (actually released 1 week ago, but forgot to announce) • Fix regression in -Spom • Updated help to include -X:deps mvn-pom rather than -Spom (which will eventually go away) • Use https://github.com/clojure/tools.deps/blob/master/CHANGELOG.md 0.18.1335

❤️ 22
🎉 10
✔️ 2
Matthew Downey15:04:10

Just released v1.0.3 of https://github.com/matthewdowney/rich-comment-tests (turn rich comment forms into tests) with one fix: • Bugfix for running tests in namespaces with top level sexprs which aren't seqable? (https://github.com/matthewdowney/rich-comment-tests/issues/20)

🎉 18
ikitommi18:04:41

[metosin/malli "0.11.0"] is out! Malli is a high-performance data-driven data specification library for Clojure/Script. New stuff since last announcement: • BREAKING: remove map syntax: mu/from-map-syntax, mu/to-map-syntax. AST and lite syntax remain unchanged. • BREAKING: walking a :schema passes children instead of [id] to the walker function https://github.com/metosin/malli/issues/884 • Support converting recursive malli schemas to json-schema https://github.com/metosin/malli/issues/464, https://github.com/metosin/malli/issues/868 • Add #C03QZH5PG6M as alternative CLJS evaluator https://github.com/metosin/malli/pull/888 • Work with latest #C6N245JGG (& closure compiler) https://github.com/metosin/malli/pull/890 • Simplify uuid regex for accept non-standard and zero uuids https://github.com/metosin/malli/pull/889 • Add support for default branch ::m/default for :map schema, https://github.com/metosin/malli/pull/871mt/strip-extra-keys-transformer works with :map-of • New m/default-schema to get the ::m/default schema from entry schema • New m/explicit-keys to get explicit keys from entry schema (no ::m/default) • Simplify content-dependent schema creation via new 3-arity :compile function, https://github.com/metosin/malli/pull/866 • Small improvements and bug fixes Changelog: https://github.com/metosin/malli/blob/master/CHANGELOG.md#0110-2023-04-12 Code: https://github.com/metosin/malli Big thanks to all contributors and clojurists-together for support. Discussion and help getting started on #CLDK6MFMK

🎉 62
malli 32
🍒 10
gratitude-thank-you 4