Fork me on GitHub
#releases
<
2024-04-05
>
borkdude10:04:04

https://github.com/squint-cljs/squint: Light-weight ClojureScript dialect v0.7.103 (2024-04-05) • Fix https://github.com/squint-cljs/squint/issues/499: add support for emitting arrow functions with ^:=> metadata

🎉 1
Daniel Slutsky14:04:22

https://scicloj.github.io/clay/: REPL-friendly literate programming and data visualization https://clojars.org/org.scicloj/clay/versions/2-beta4 (2024-04-05) Minor styling changes: • updated the [:html] target to use the bootstrap.min.css currently generated by [:quarto :html] • changed the default styling of plots (WIP) • changed the default Quarto config - smaller font size

hlship23:04:35

io.pedestal/pedestal 0.7.0-beta-1 Pedestal is a set of Clojure libraries that bring the core Clojure principles - Simplicity, Power, and Focus - to server-side development. https://github.com/pedestal/pedestal Announcing the first beta release of Pedestal 0.7.0 (the previous major release, 0.6.0, was released in June 2023). Significant changes: • Upgrade to Jetty 11 (and jakarta.servlet.* packages) • Significant improvements to documentation (docstrings and standalone documentation) • New implementation of websocket support • Removal of several unused and unsupported sub-libraries • New deps-new template for projects based on embedding Jetty • Significant improvements to developer productivity: • Improvements to live-reloading of namespaces while the application runs • Much improved exception output • Request routing information is output to console at startup (when in development mode) • Vastly improved observability of interceptors and how they change the context • Optional Clojure specs for the most important data structures (routing specifications, service map) • Console warnings when using any deprecated functions or macros • New metrics and tracing support based on https://opentelemetry.io/ This release includes some significant breaking changes so please review the https://github.com/pedestal/pedestal/blob/master/CHANGELOG.md carefully - however, the vast majority of existing Pedestal users will not be affected by these changes.

🎉 8