Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getbouncer/cardscan-ios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.4033
Choose a base ref
...
head repository: getbouncer/cardscan-ios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.4034
Choose a head ref
  • 11 commits
  • 19 files changed
  • 2 contributors

Commits on Mar 26, 2019

  1. added stripe to docs

    kingst committed Mar 26, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    thaJeztah Sebastiaan van Stijn
    Copy the full SHA
    e0b3e4c View commit details
  2. add expiry to docs

    kingst committed Mar 26, 2019
    Copy the full SHA
    89aeea5 View commit details
  3. update expiry stuff

    kingst committed Mar 26, 2019
    Copy the full SHA
    efe200c View commit details
  4. add camera prompt image

    kingst committed Mar 26, 2019
    Copy the full SHA
    31e28b7 View commit details
  5. resize camera image

    kingst committed Mar 26, 2019
    Copy the full SHA
    56b5664 View commit details
  6. update image

    kingst committed Mar 26, 2019
    Copy the full SHA
    7dbfbb1 View commit details
  7. update prompt text

    kingst committed Mar 26, 2019
    Copy the full SHA
    eabf05e View commit details

Commits on Mar 27, 2019

  1. text

    kingst committed Mar 27, 2019
    Copy the full SHA
    82deec1 View commit details
  2. Update README.md

    dulse authored Mar 27, 2019
    Copy the full SHA
    0dde092 View commit details

Commits on Mar 31, 2019

  1. Handle old versions of iOS and Swift 4, 4.2, and 5 + Stripe (#1)

    Adds a series of checks to make this library compatible with Objective C and Swift versions 4, 4.2, and 5. Also, gate features so that the library runs on iOS 10 and older but fails elegantly.
    
    Also, adds first-class support for Stripe, enabling the `CreditCard` object to return Stripe `STPCardParams` directly.
    kingst authored Mar 31, 2019
    Copy the full SHA
    b25600d View commit details
  2. objective c

    kingst committed Mar 31, 2019
    Copy the full SHA
    ab208d2 View commit details
Loading