Releases: jessepollak/payment
Releases · jessepollak/payment
v2.1.3
v2.1.2
- Fix(bower): use
dist/payment.js
as entrypoint
v2.1.0
v2.0.3
v2.0.2
v2.0.1
- Fix: use correct Diners Club card format (h/t @joshluongo)
v2.0.0
- Fix: add missing change event after card formatting (h/t @JeffreyVest)
- Feat: added support for new MasterCard series 2 BINs (h/t @ahumphreys87)
In addition to those code changes, with 2.0.0 we change how the code is built and packaged. There are now two different distribution folders:
lib/
- this includes ES5 compatible code that can be built with anything that supports node style require statements (like browserify and webpack).dist/
- this includes browser compatible code that can be included in <script> tags
Thanks to everyone who contributed!
v2.0.0-beta1
2.0.0 has no code changes, but changes the way the package is built and distributed.
There are now two different distribution folders:
lib/
- this includes ES5 compatible code that can be built with anything that supports node stylerequire
statements (like browserify and webpack).dist/
- this includes browser compatible code that can be included in<script>
tags
v1.0.4
- Fix: emit
change
event on paste
v1.0.3
- Fix: add support for 19 digit Visa card numbers
- Fix: tests that broke due to selection logic