Open ericelliott opened 6 years ago
I had a bunch of stuff laying around in branches, so I brought a version up to date here: https://github.com/srcagency/credentials
The code base is pretty much a complete rewrite though :P
@tjconcept Complete rewrite is fine, as long as the tests still pass and the objectives are still met. Looks like the issues I had with your changes have been fixed. I'm open to merging your changes here.
as long as the tests still pass
They don't. The interface is different:
configure
function returns new bound versions of all functions (factory)I assume you've updated the test suite and that all the new tests pass? If so, we could simply push it as a new major version.
We'd need to update the docs and run another security review, but I think it's fine.
I assume you've updated the test suite and that all the new tests pass?
Oh, yes, of course 😛
Feel free to do that.
Just looking at this. Is the intent that if/when this is released it will be a breaking API change? Thanks.
I would like to help!