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