Liking cljdoc? Tell your friends :D

Changelog

A release with an intentional breaking changes is marked with:

  • [breaking] you probably need to change your code

  • [minor breaking] you likely don’t need to change your code

Clj-yaml makes use of SnakeYAML, please also refer to the SnakeYAML changelog.

Unreleased

  • uppercase changelog in git

v1.1.47 - 2022-09-26

  • tweak publish flow

v1.1.46 - 2022-09-25

  • Support loading all YAML docs via new :load-all opt for parse-string and parse-stream (#22) (@clumsyjedi)

  • Support :unknown-tag-fn to read unknown tags and values (#23) (@grzm)

v0.7.110 - 2022-09-13

  • Bump snakeyaml from 1.31 to 1.32 in response to CVE-2022-38752 (#34) (@danielcompton)

v0.7.109 - 2022-09-02

  • Bump snakeyaml from 1.26 to 1.31 in response to CVE-2022-25857 (#33) (@wavejumper)

v0.7.108 - 2022-02-21

  • Add indent control via new :indent and :indicator-indent for :dumper-options (#27) (@Oddsor)

v0.7.107 - 2021-07-15

v0.7.106 - 2021-01-28

  • Support Clojure namespaced keys (#16) (@skuro)

v0.7.2 - 2020-09-01

  • Bump snakeyaml from 1.25 to 1.26 in response to CVE-2017-18640 (#13) (@erichaberkorn)

  • Expose :max-aliases-for-collections and :allow-recursive-keys options for parse-string (#13) (@erichaberkorn)

  • Expose :allow-duplicate-keys option for parse-string (#14) (@erichaberkorn)

v0.7.1 - 2019-04-14

  • Bump snakeyaml from 1.24 to 1.25, org.flatland/ordered from 1.57 to 1.59, and clojure from 1.7.0 to 1.10.1 (and mark as provided) (#7) (@stig) (#10) (@slipset)

v0.7.0 - 2019-03-15

v0.6.1 - 2019-02-06

  • Restore default text-wrapping behavior of prior release (#2) (@aviflax)

v0.6.0 - 2019-01-04

First release under clj-commons project!

  • Change org and group-id: circleci is now clj-commons (@slipset)

Older versions

This project forked from circleci/yaml which forked from clj-yaml.

Neither of these projects maintained a change log.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close