Releases: prolificinteractive/Caishen
Releases · prolificinteractive/Caishen
Swift 4.2 Support
- Supports Swift version 4.2 and Xcode 10.0+
Added missing card number range for Discover cards
- Added the missing range of
622126-622925
to Discover card type.
Fixed warnings and added new MasterCard BINs
- Fixed warnings about deprecated
String.character
usage - Added new BINs for MasterCard (Reference)
Swift 4
Update for Xcode 9 and Swift 4 syntax.
Bugfixes
- Fixes a crash when prefilling card information
- Fixes an issue where InterfaceBuilder would throw errors
- Provides same ability to subclass objects as on Swift 2.3 before
- Fixed an issue where prefilling card information would only fill card number
Bugfixes
- Fixes a crash when prefilling card information
- Fixes an issue where InterfaceBuilder would throw errors
Swift 3
Updated project for Swift 3. 🎉
Bug fix
- Fixed an issue where calling
prefillInformation
onNumberInputTextField
would set a wrong text color.
Swift 2.3 Compatibility
- Updated project to use Cocoapods version 1.0.0
- Added support for Swift 2.3
Bug fixes & Access modifiers
- Bugfix for the placeholder to be redrawn when changed during runtime
- Added Objective-C compatibility of
CardInfoTextFieldDelegate
- Added public initializer for
UnknownCardType