-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: add multi-document YAML support and update documentation #24
Conversation
f9c3a36
to
5e0efc6
Compare
Thanks for the PR. I added a few comments. I didn't know this multi-doc syntax, |
@ddebin Thanks for your feedback. I don't add the starting document ( |
hello @ddebin any news for this PR ? |
I will have a look tomorrow. |
- Add support for multiple YAML documents in a single file - Add support for invalid yaml - Add test cases for multi-document YAML handling - Add test cases for invalid yaml (duplicared keys) - Fix test expectations for quoted values - Update README.md with forceQuotes option documentation Signed-off-by: Romain LABAT <[email protected]>
@ddebin should be good now |
Thanks for the PR! Merged! |
fixes: #23