Fix Discover identification of 39 and 3529-3589 prefixes, patch from Jason Terry...
[Business-CreditCard.git] / Changes
1 Revision history for Perl extension Business::CreditCard.
2
3 0.32  Thu Feb 21 16:02:42 PST 2013
4         - Add Israeli Isracard (no checksum yet)
5         - Add LICENSE=>perl to Makefile.PL; add license to META.yml,
6           closes: cpan #27735
7         - Documentation: Add link to Neil Bowers' review of CC check modules
8         - Rearrange cardtype() for performance
9         - Fix Discover identification of 39 and 3529-3589 prefixes, patch from
10           Jason Terry, thanks!
11
12 0.31  Mon Oct 19 18:51:35 PDT 2009
13         - Add LICENSE section to POD documentation
14         - Add META.yml to MANIFEST
15         - Add Irish Laser card, thanks to Eoin Redmond for the heads-up.
16         - Add documentation on what this module *is* and *is NOT* about.
17         - Spelling fix in docs
18         - correct misdocumentation of $Business::CreditCard::Country
19         - Move test.pl to test/t and change to using Test::More, modify
20           MANIFEST and Makefile.PL accordingly (thanks to Alexander Ciornii)
21         - Silence unwanted warnings (thanks to Alexander Ciornii)
22         - Discover cards starting with 644-649 are now recognized
23         - Most Diner's Club cards (300-305, 3095 and 36) now processed as
24           Discover
25         - China Union pay now includes 624-626 and 628 in addition to 622 (and
26           still identified as Discover outside China)
27         - JCB identified as Discover in the US
28
29 0.30  Mon Dec 18 23:24:25 PST 2006
30         - back after two and a half years; happy hanukkah!
31         - added note about B:CC:Object
32         - added new Discover 65 prefix
33         - check for Switch before Visa as Switch has some BINs in ^4
34         - accept masked numbers in cardtype()
35         - add handling of card network peering arrangements, controllable via
36           $Business::CreditCard::Country
37         - identify Diner's club ^36 cards as MasterCard in US and Canada
38         - identify China Union Pay cards as Discover cards outside China
39         - identify China Union Pay cards
40
41 0.28  Thu Jul  1 01:17:32 PDT 2004
42         - added Switch and Solo cards, patch from Max Becker
43         - added proper Changes file
44         - added documentation on cardtype() return values from
45           tmurray@agronomy.org (closes: cpan #3330)
46
47 0.27  20 Jan 2002
48         - small typo for amex cards
49
50 0.26  10 Jul 2001
51 0.25  10 Jul 2001
52         - *sigh*
53
54 0.24  11 Jun 2001
55         - added enRoute, JCB, BankCard, rewrote with regexes
56
57 0.23  3 May 2001
58         - silly bug in test.pl
59
60 0.22  1 Feb 2001
61         - new maintainer, MakeMaker installation
62
63 0.21  17 Jan 97
64         - short numbers and numbers with letters are no longer kosher.
65
66 12 Jul 96 - created
67