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

Expand the options, move idmode into options, fix types #323

Merged
merged 7 commits into from
Jun 28, 2023

Conversation

shunkica
Copy link
Contributor

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.

@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Merging #323 (8bbb630) into master (32795f3) will not change coverage.
The diff coverage is 92.85%.

@@           Coverage Diff           @@
##           master     #323   +/-   ##
=======================================
  Coverage   82.49%   82.49%           
=======================================
  Files           7        7           
  Lines         777      777           
=======================================
  Hits          641      641           
  Misses        136      136           
Impacted Files Coverage Δ
lib/signed-xml.js 89.16% <92.85%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

cjbarth
cjbarth previously approved these changes Jun 27, 2023
@cjbarth
Copy link
Contributor

cjbarth commented Jun 27, 2023

@shunkica , I'm not sure why this is a draft PR, but it looks good so far. Thanks!

@shunkica shunkica marked this pull request as ready for review June 27, 2023 15:07
@shunkica
Copy link
Contributor Author

@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.

README.md Outdated Show resolved Hide resolved
cjbarth
cjbarth previously approved these changes Jun 27, 2023
Copy link
Contributor

@cjbarth cjbarth left a 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>
@shunkica
Copy link
Contributor Author

@cjbarth go for it

@cjbarth cjbarth merged commit 131bcf9 into node-saml:master Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants