chore(release): 2.0.0 - #9
Merged
Merged
Conversation
Major because every failure now rejects with a structured DocuSignError, presentCaptiveSigning no longer resolves with status 'error', and rejection codes change on both platforms. iOS emitted ERR_-prefixed variants and Android rejected most failures as signing_failed. The changelog intro lists what a 1.x consumer has to check. The lockfile's root version moves to 2.0.0 with package.json.
IronTony
force-pushed
the
chore/release-2.0.0
branch
from
September 13, 2026 17:49
1c14b7c to
34a43d9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Cuts 2.0.0. Renames the changelog's
## Nextand bumps the version inpackage.jsonandpackage-lock.jsonfrom 1.0.5.Major because every failure now rejects with a structured
DocuSignError(#10),presentCaptiveSigning*no longer resolve withstatus: 'error',addSigningErrorListenercallbacks receive aDocuSignError, and rejection codes change on both platforms. The changelog intro lists what a 1.x consumer has to check. The new AndroidlaunchStrategyis opt-in and changes nothing for existing callers.Contents: structured errors with the error handling guide, Android launch strategy and URL parity, Android error codes and a single
onSigningError, iOS URL validation, iOS error codes, and both iOS main-thread fixes.Contributors in this release: @nikonhub (#3) and @virajpsimformsolutions (#2, via #8).
Before tagging: a fault-injection run in a consuming app on both platforms, as listed under "Not verified yet" in #10.
Publish is manual after this merges: tag
v2.0.0, thennpm publish(prepublishOnlyruns build and test).