- Bumped Nested handlebars dependency from 4.2.0 to 4.5.3
- Removed last mention of android.support syntax
- Update Square Reader SDK minimum supported version to 1.3.3 in order to support iOS 13
- Now requires Xcode 10.2+
- Add delay capture support
- Update to be compatible with Android Reader SDK 1.3.1, and now supports AndroidX but the new feature "delay capture" hasn't been supported yet.
- Update to be compatible with Android Reader SDK 1.3.0, but the new feature "delay capture" hasn't been supported yet.
- Support Android Reader SDK 1.2.1.
- Add podspec to support cocoapods ios project.
- fix "tipPercentages" setting doesn't work with react-native 0.58.0+ on iOS.
- add store customer card suport.
- fix missing
collectSignature
for android checkout parameter.
- remove
alwaysRequireSignature
and addcollectSignature
to checkout configuration. - bump the minimum dependency to Reader SDK 1.1.1(iOS)/1.1.3(Android).
- this change does NOT include all new features introduced in Reader SDK 1.1.* such as Store customer card, see reader SDK Change Log for details.
- fixed iOS threading issue.
- fixed Android plugin compile regression.
- fixed iOS
location.currencyCode
conversion bug, change int to string (ISOCurrencyCode) - fixed Android checkout parameter currencyCode validation
- Initial release.