-
Notifications
You must be signed in to change notification settings - Fork 173
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
Expand the options, move idmode into options, fix types #323
Conversation
Codecov Report
@@ Coverage Diff @@
## master #323 +/- ##
=======================================
Coverage 82.49% 82.49%
=======================================
Files 7 7
Lines 777 777
=======================================
Hits 641 641
Misses 136 136
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@shunkica , I'm not sure why this is a draft PR, but it looks good so far. Thanks! |
I wanted to have another read through the readme before submitting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just have that one punctuation suggestion. If you're good with this, LMK, and I'll merge it for you.
Co-authored-by: Chris Barth <chrisjbarth@hotmail.com>
@cjbarth go for it |
Refactored the SignedXml class to accept all options through a single options object, enhancing the flexibility and readability of the code. This change includes migrating the idMode argument into the options object for better consistency.
Also fixed some broken types, and updated README to be consistent with these changes.