Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Next
## 2.0.0

Upgrading from 1.x: every rejection code is now the lowercase code the README documents, on both platforms. iOS previously emitted `ERR_`-prefixed variants and Android rejected most failures as `signing_failed`. If you branch on `error.code`, check those branches. Nothing else requires a change, and the new Android `launchStrategy` is opt-in.

### Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-docusign",
"version": "1.0.5",
"version": "2.0.0",
"description": "React Native / Expo native module wrapping DocuSign iOS and Android SDKs for in-app captive signing",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
Loading