Releases: jessepollak/card
Releases · jessepollak/card
v2.1.0
* Feature: add support for masking card number (https://github.com/jessepollak/card/pull/231)
v2.0.6
* Fix: remove bower install from postinstall for npm
v2.0.5
* Fix: build now works on Windows (https://github.com/jessepollak/card/issues/289)
v2.0.4
* Fix: backface visibility when card face was flipped (https://github.com/jessepollak/card/pull/285)
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-beta4
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 style require statements (like browserify and webpack).
dist/ - this includes browser compatible code that can be included in <script> tags
v1.3.2
- Fix: emit
change
event on paste (payment @ 1.0.4)