Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support :unknown-tag-fn #49

Merged
merged 21 commits into from
Sep 23, 2022
Merged

Support :unknown-tag-fn #49

merged 21 commits into from
Sep 23, 2022

Conversation

borkdude
Copy link
Collaborator

Closes #23

grzm and others added 21 commits September 14, 2022 22:18
A YAML 1.1 stream can contain multiple documents.
Currently, clj-yaml will only load the first document.
This change adds the ability to optionally load all documents.
Enable by specifying `:load-all?` true in `opts` for `parse-string` or `parse-stream`.
Of note: switched changelog from md to adoc.

closes #39
Of note: switched from md to adoc thinking that a version in a var at
the top of the doc might encourage us to keep this up to date?

Closes #44
@borkdude borkdude merged commit 5467ac3 into master Sep 23, 2022
@borkdude borkdude deleted the grzm-passthrough-constructor branch September 23, 2022 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't it yet have the ability to add arbitrary tags?
4 participants