braintree / credit-card-type

A library for determining credit card type
MIT License
980 stars 154 forks source link

Update Docs and Tweak Maestro exactPattern #52

Closed crookedneighbor closed 7 years ago

crookedneighbor commented 7 years ago

Remove references to pattern in the docs (as they have been replaced with prefixPattern and exactPattern and add a note about how those patterns shouldn't be relied upon.

Update maestro's exact pattern to match 6[37].

Adds a comment to remove pattern properties from the result object in a major version bump, as they are not useful to the end user.