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