Releases: invertase/react-native-apple-authentication
v2.1.0 Android nonce generation
- feat(android): Nonce return and optional nonce generation 618057e
- chore(CHANGELOG): prep for 2.1.0 release 624e7ed
- docs(android): Added new nonce options 01de17f
- 📚 docs(README): add info showing how to add pure web support (#148) ac6fa6f
- docs(README): add missing appleAuthAndroid import to sample code (#147) f28053e
- docs(README, logout): updated logout usage to match v2 API (#146) a5e7b7a
v2.0.2 - fix android compile for API>=30 compileSdk
v2.0.1 - export types
v2.0.0 - Android support released!
2.0.0
**See the v1 -> v2 migration guide! **
It's easy! Just reference the types a little differently, and update your kotlinVersion in android/build.gradle. The guide has the info.
(all beta entries copied here so they are in one spot)
- feat!: add android support (#136, thanks @dburdan!)
- fix(android: add isSupported check, API19 required for android (thanks @dburdan!)
- fix(ios): depend on React-Core directly, not React (#139, thanks @mikehardy!))
- docs(android): document kotlinVersion requirement (thanks @nastyakitsune!)
- 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)
commit log for this actual release follows:
v2.0.0-beta.1 - Android Support Refined!
Android support is receiving focused testing now (courtesy again of @dburdan 🏆 )
It was discovered API19 was required, this refinement adds an isSupported check to Android implementation and documents the API19 requirement to use it.
Otherwise, it's the same as 2.0.0-beta.0 - enjoy!
v2.0.0-beta.0 - Android Support!
🏆 Everyone needs to award @dburdan their internet points today, he has brought you Android support with PR #136 🏆
BREAKING CHANGE: the types are all scoped now. Easy migration but you will import things differently in v2. See the migration guide
This is planned for release as 2.0.0 stable in 7 days. Any reports of success or problems (with PRs to fix 🙏) will be greatly appreciated.
- feat!: add android support (#136) 5a93801
- docs(README): patch up troubleshooting images links 0b98670
- docs(README): add info about 1000 error to troubleshouting section (#132) b483793
- docs: add another fix for people troubleshooting error 1000 (#131) 1fd172d
- docs(README): note that height/width required on button (#128) ea0abcd
- Add missing installation instruction 2452304
v1.1.2 - move 'np' to 'devDependencies' (sorry!)
This release is a change that simply moves 'np' from dependencies to devDependencies, sorry about that!
CHANGELOG
- fix(dependencies): move 'np' to devDependencies (thanks @mikehardy and @hsource!)
Commit list
v1.1.1 - minor type fix, docs
Release Notes
1.1.1
- 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!)
Commits:
- docs(CHANGELOG): prepare for release 1.1.1 b49bd7e
- release: add np module, run script "shipit" to release aab9f7b
- chore: yarn upgrade --latest in project 9d466b7
- Fix 'Invalid params found...state' bc885cd
- Update Module page 9ffd374
- Update README 58fa195
Commit Range:
v1.1.0...master
v1.0.0 - official release!
1.0.0
- initial official release (but it's been in use months)
- 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)