Skip to content

Releases: jessepollak/card

v2.1.0

11 Dec 00:20
e0a015e
Compare
Choose a tag to compare
* Feature: add support for masking card number (https://github.com/jessepollak/card/pull/231)

v2.0.6

11 Dec 00:20
293345f
Compare
Choose a tag to compare
* Fix: remove bower install from postinstall for npm

v2.0.5

11 Dec 00:20
de36393
Compare
Choose a tag to compare
* Fix: build now works on Windows (https://github.com/jessepollak/card/issues/289)

v2.0.4

11 Dec 00:20
cadb218
Compare
Choose a tag to compare
* Fix: backface visibility when card face was flipped (https://github.com/jessepollak/card/pull/285)

v2.0.3

01 Aug 01:52
Compare
Choose a tag to compare

v2.0.2

26 Jul 16:36
Compare
Choose a tag to compare

v2.0.1

19 Jul 05:45
Compare
Choose a tag to compare

v2.0.0

17 Jul 23:52
Compare
Choose a tag to compare

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:

  1. lib/ - this includes ES5 compatible code that can be built with anything that supports node style require statements (like browserify and webpack).
  2. dist/ - this includes browser compatible code that can be included in <script> tags

Thanks to everyone who contributed!

v2.0.0-beta4

26 Jun 22:50
Compare
Choose a tag to compare
v2.0.0-beta4 Pre-release
Pre-release

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

01 May 22:56
Compare
Choose a tag to compare
  • Fix: emit change event on paste (payment @ 1.0.4)