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