- feat(android): Nonce return and optional nonce generation (#153, thanks @dburdan!)
- docs(README): add info showing how to add pure web support (#148, thanks @A-Tokyo!)
- docs(README, logout): updated logout usage to match v2 API (#146, thanks @eraykose!)
- docs(README): add missing appleAuthAndroid import to sample code (#147, thanks @jheysoon!)
- fix(android, compile): assert webview context non-null for API30 compile (#143, thanks @dburdan!)
- fix(types): export interfaces (#140, thanks @mrousavy!)
- fix(ios): depend on React-Core directly, not React (#139, thanks @mikehardy!))
- docs(android): document kotlinVersion requirement (thanks @nastyakitsune!)
- fix(android: add isSupported check, API19 required for android (thanks @dburdan!)
- feat!: add android support (#136, thanks @dburdan!)
- docs(README): add info about 1000 error to troubleshouting section (#132, thanks @SnowLew!)
- docs: update troubleshooting error 1000 (#131, thanks @bell-steven!)
- docs: add comment that height style is required (#128, thanks @saintplay)
- docs: add missing installation instruction (#124, thanks @hwrdtm)
- fix(dependencies): move 'np' to devDependencies (thanks @mikehardy and @hsource!)
- fix(types): performRequest can accept state parameter (#94, thanks @skantus!)
- docs: warn getCredentialStateForUser is real device only (#97, thanks @magrinj!)
- chore: npm ignore, formatting, changelog (thanks @salakar!)
- release: add "shipit" run script to automate release (thanks @mikehardy!)
- feat: added validation to performRequest options (#59)
- feat: add ability to disable automatic nonce behaviour #52
- fix: update type definitions to fix module errors (#86), fixes #75.
- initial official release
- fix(ios): add missing import (#50, thanks @nhnam!)
- docs(README): add width+height in example button style (#55, thanks @jonstuebe!)
- chore: upgrade module dependencies (
yarn upgrade --latest
) (@mikehardy) - chore: add typescript analyzer (
yarn analyze
) (@mikehardy)