82d10f5bd440049827976e4b014d71dc0a57738f
[Business-CreditCard.git] / Changes
1 Revision history for Perl extension Business::CreditCard.
2
3 0.36  unreleased
4         - Allow (and doc) import of receipt_cardtype
5         - validate_card() is a new synonym for validate(), starting a long-term
6           plan to stop exporting validate() or anything else by default.
7         - Best-effort cardtype() when only the first two digits are available
8           (identify 60xxxx as Discover)
9
10 0.35  Tue Feb  9 14:43:38 PST 2016
11         - Fix bug identifying 49* Visa cards introduced in 0.34, patch from
12           Ed J, thanks!
13         - doc: Clarify processing agreements don't apply to Canada
14
15 0.34  Fri Feb  5 07:24:00 PST 2016
16         - 19 digit Visa and Discover cards
17         - MasterCard 222100-272099 range
18         - Canada does not process JCB 3529-3589 as Discover, but Puerto Rico,
19           US Virgin Islans, Northern Mariana Islands, Palau and Guam do
20         - China Union Pay only processed as Discover in the US, Mexico and
21           the Caribbean, not elsewhere outside China
22         - 14 digit Discover remain only in 36*
23         - receipt_cardtype subroutine supporting Discover's new receipt
24           requirements
25
26 0.33  Sat Sep 13 16:13:15 PDT 2014
27         - With $Country explicity to CA, fix identification of JCB 3529-3589
28           as Discover
29         - Allow use of our subroutines as class methods, patch from Adam
30           Kennedy, thanks!
31         - Add tests for processing agreement / country functionality
32
33 0.32  Thu Feb 21 16:02:42 PST 2013
34         - Add Israeli Isracard (no checksum yet)
35         - Add LICENSE=>perl to Makefile.PL; add license to META.yml,
36           closes: cpan #27735
37         - Documentation: Add link to Neil Bowers' review of CC check modules
38         - Rearrange cardtype() for performance
39         - Fix Discover identification of 39 and 3529-3589 prefixes, patch from
40           Jason Terry, thanks!
41
42 0.31  Mon Oct 19 18:51:35 PDT 2009
43         - Add LICENSE section to POD documentation
44         - Add META.yml to MANIFEST
45         - Add Irish Laser card, thanks to Eoin Redmond for the heads-up.
46         - Add documentation on what this module *is* and *is NOT* about.
47         - Spelling fix in docs
48         - correct misdocumentation of $Business::CreditCard::Country
49         - Move test.pl to test/t and change to using Test::More, modify
50           MANIFEST and Makefile.PL accordingly (thanks to Alexander Ciornii)
51         - Silence unwanted warnings (thanks to Alexander Ciornii)
52         - Discover cards starting with 644-649 are now recognized
53         - Most Diner's Club cards (300-305, 3095 and 36) now processed as
54           Discover
55         - China Union pay now includes 624-626 and 628 in addition to 622 (and
56           still identified as Discover outside China)
57         - JCB identified as Discover in the US
58
59 0.30  Mon Dec 18 23:24:25 PST 2006
60         - back after two and a half years; happy hanukkah!
61         - added note about B:CC:Object
62         - added new Discover 65 prefix
63         - check for Switch before Visa as Switch has some BINs in ^4
64         - accept masked numbers in cardtype()
65         - add handling of card network peering arrangements, controllable via
66           $Business::CreditCard::Country
67         - identify Diner's club ^36 cards as MasterCard in US and Canada
68         - identify China Union Pay cards as Discover cards outside China
69         - identify China Union Pay cards
70
71 0.28  Thu Jul  1 01:17:32 PDT 2004
72         - added Switch and Solo cards, patch from Max Becker
73         - added proper Changes file
74         - added documentation on cardtype() return values from
75           tmurray@agronomy.org (closes: cpan #3330)
76
77 0.27  20 Jan 2002
78         - small typo for amex cards
79
80 0.26  10 Jul 2001
81 0.25  10 Jul 2001
82         - *sigh*
83
84 0.24  11 Jun 2001
85         - added enRoute, JCB, BankCard, rewrote with regexes
86
87 0.23  3 May 2001
88         - silly bug in test.pl
89
90 0.22  1 Feb 2001
91         - new maintainer, MakeMaker installation
92
93 0.21  17 Jan 97
94         - short numbers and numbers with letters are no longer kosher.
95
96 12 Jul 96 - created
97