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