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