Fork me on GitHub
#announcements
<
2023-08-02
>
borkdude11:08:51

https://github.com/borkdude/jet: CLI to transform between JSON, EDN, YAML and Transit using Clojure. Releases since last announcement: 0.7.27 (2023-08-02) • https://github.com/borkdude/jet/issues/137: Added missing functions from clojure v1.11: update-keys, update-vals, parse-long, parse-double, parse-boolean and parse-uuidhttps://github.com/borkdude/jet/issues/148: restore default EDN tagged-literal data reader • https://github.com/borkdude/jet/issues/143: Add named cases for convenience to the --keywordize / -k switch: key-fn | :kebab-case | :snake_case | :PascalCase | :camelCase | :Camel_Snake_Case | :SCREAMING_SNAKE_CASE | :HTTP-Header-Case 0.6.26 (2023-07-03) • https://github.com/borkdude/jet/issues/134: From YAML, --keywordize [<key-fn>] now uses the provided key-fn. 0.5.25 (2023-04-26) • https://github.com/borkdude/jet/issues/130: --no-commas option strips commas from EDN. Only works with uncolored output. 0.4.24 (2023-04-09) • https://github.com/borkdude/jet/issues/127: support linux aarch64 binary

👍 18
🎉 18
jet 9
2
lread14:08:50

https://github.com/clj-easy/graal-build-time 1.0.5 - Initialize Clojure classes at build time with GraalVM native-image We've https://github.com/clj-easy/graal-build-time/blob/main/CHANGELOG.md#v105, after upgrading, you'll need to add --features=clj_easy.graal_build_time.InitClojureClasses to your native-image command line. From your good friends at https://github.com/clj-easy.

graal-vm 26
clj-easy 14
🎉 20