Skip to content

chore(release): 2.0.0 - #9

Open
IronTony wants to merge 1 commit into
mainfrom
chore/release-2.0.0
Open

chore(release): 2.0.0#9
IronTony wants to merge 1 commit into
mainfrom
chore/release-2.0.0

Conversation

@IronTony

Copy link
Copy Markdown
Owner

Cuts 2.0.0. Renames the changelog's ## Next and bumps package.json from 1.0.5.

Major rather than minor because rejection codes change on both platforms. iOS emitted ERR_-prefixed variants derived from exception class names; Android rejected most failures as signing_failed. Both now emit the lowercase codes the README has documented since 1.0.0, so anything branching on error.code needs checking. The new Android launchStrategy is opt-in and changes nothing for existing callers.

Contents: Android launch strategy and URL parity, Android error codes and 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).

Publish is manual after this merges: tag v2.0.0, then npm publish (prepublishOnly runs build and test).

Major rather than minor because rejection codes change on both platforms.
iOS emitted ERR_-prefixed variants derived from exception class names and
Android rejected most failures as signing_failed; both now emit the lowercase
codes the README has documented since 1.0.0. Anything branching on error.code
needs checking.
@IronTony IronTony self-assigned this Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant