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