added support for exclude-filters, nested parents and document titles #36
+123
−37
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey Miles,
I stumbled upon your projects just a few days ago and did try to use it for our DevOps workflows. While it is already pretty neat, I was missing some important functionality to make it easier to integrate it into our pipelines. I took the liberty to modify your sources to support the following additional features
I added the necessary documentation into the README.md
There should not be any breaking changes, but since before this I never worked with
go
before - please have a good look at the code changes and let me know if I should do adaptions.Best,
Matthias