This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-04
Channels
- # aleph (23)
- # announcements (1)
- # babashka (21)
- # beginners (70)
- # biff (3)
- # cider (8)
- # clj-kondo (45)
- # clj-yaml (9)
- # clojure (69)
- # clojure-europe (82)
- # clojure-nl (1)
- # clojure-norway (2)
- # clojurescript (34)
- # conjure (19)
- # core-typed (6)
- # cursive (2)
- # events (5)
- # fulcro (55)
- # honeysql (1)
- # integrant (18)
- # jobs (1)
- # lsp (124)
- # malli (10)
- # meander (1)
- # off-topic (26)
- # polylith (8)
- # reagent (7)
- # releases (1)
- # remote-jobs (1)
- # sci (2)
- # shadow-cljs (19)
- # squint (5)
- # vim (17)
- # xtdb (31)
clj-yaml v1.0.26 - YAML encoding and decoding for Clojure
Highlights from the https://github.com/clj-commons/clj-yaml/blob/master/CHANGELOG.adoc#v1.0.26:
• Unbroke accidental breaking change to low-level decode
fn that we didn’t realize some folks were using
• Added :key-fn
to parse-string
and parse-stream
for full control over YAML key conversion
• Docs and docstrings reviewed and updated, public API defined and guidance on usage of low-level functions added.
• Continuous integration is now also testing on Windows, all supported JDKs, all supported versions of Clojure and is linting.
clj-yaml is one of the many projects under the loving care of https://github.com/clj-commons.