Skip to content

Releases: prolificinteractive/Caishen

Swift 4.2 Support

02 Nov 18:45
Compare
Choose a tag to compare
  • Supports Swift version 4.2 and Xcode 10.0+

Added missing card number range for Discover cards

08 Mar 19:58
Compare
Choose a tag to compare
  • Added the missing range of 622126-622925 to Discover card type.

Fixed warnings and added new MasterCard BINs

22 Jan 22:00
Compare
Choose a tag to compare
  • Fixed warnings about deprecated String.character usage
  • Added new BINs for MasterCard (Reference)

Swift 4

16 Oct 21:28
Compare
Choose a tag to compare

Update for Xcode 9 and Swift 4 syntax.

Bugfixes

15 Dec 01:32
Compare
Choose a tag to compare
  • 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

14 Dec 22:46
Compare
Choose a tag to compare
  • Fixes a crash when prefilling card information
  • Fixes an issue where InterfaceBuilder would throw errors

Swift 3

08 Dec 20:13
Compare
Choose a tag to compare

Updated project for Swift 3. 🎉

Bug fix

28 Nov 20:38
Compare
Choose a tag to compare
  • Fixed an issue where calling prefillInformation on NumberInputTextField would set a wrong text color.

Swift 2.3 Compatibility

18 Oct 20:00
Compare
Choose a tag to compare
  • Updated project to use Cocoapods version 1.0.0
  • Added support for Swift 2.3

Bug fixes & Access modifiers

14 Oct 17:01
Compare
Choose a tag to compare
  • Bugfix for the placeholder to be redrawn when changed during runtime
  • Added Objective-C compatibility of CardInfoTextFieldDelegate
  • Added public initializer for UnknownCardType