Releases: jessepollak/payment
Releases · jessepollak/payment
v2.4.7
2.4.4
2.4.3
2.4.2
v2.4.1
Fix #36: Use 'input' event for mobile browser (#113) Fix #64: Maestro updates (#114) Fix: add globalThis polyfill (#119) Fix #121: JCB cards starting with "35" are JCB (#122) Fix #71: Android expiry formatting (#124) Fix: expiry not formatted on android (#123)
v2.4.0
- [Feature]: Adds detection for Maestro, Elo, Troy, Mir, and JCB
v2.3.0
* Feature: add maxLength parameter to card number formatter * Feature: add HyperCard (https://github.com/jessepollak/payment/pull/65) * Fix: issue with Amex and empty capture groups (https://github.com/jessepollak/payment/pull/73) * Fix: formatting on Android due to keypress not working (https://github.com/jessepollak/payment/pull/63)
v2.2.1
* Fix: do not add duplicate digits to card number
v2.2.0
* Fix: remove extraneous space added for 16 digit cards (https://github.com/jessepollak/payment/pull/58) * Feature: add additional on change events (https://github.com/jessepollak/payment/pull/52) * Feature: set card type on blur of field for auto complete tools (https://github.com/jessepollak/payment/pull/47)
v2.1.4
* Fix: removes duplicate Mastercard pattern (https://github.com/jessepollak/payment/pull/51)