Skip to content

Releases: jessepollak/payment

v2.1.3

19 Sep 00:20
0e02824
Compare
Choose a tag to compare

v2.1.2

18 Sep 23:45
5d664b5
Compare
Choose a tag to compare
  • Fix(bower): use dist/payment.js as entrypoint

v2.1.0

26 Aug 17:16
b44990b
Compare
Choose a tag to compare
  • Feat: validateCardExpiry now accepts a string (#45)

v2.0.3

01 Aug 01:49
Compare
Choose a tag to compare

v2.0.2

01 Aug 01:44
Compare
Choose a tag to compare

v2.0.1

19 Jul 05:42
Compare
Choose a tag to compare

v2.0.0

17 Jul 23:43
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-beta1

26 Jun 22:41
Compare
Choose a tag to compare
v2.0.0-beta1 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.0.4

01 May 22:46
Compare
Choose a tag to compare
  • Fix: emit change event on paste

v1.0.3

25 Apr 00:57
Compare
Choose a tag to compare
  • Fix: add support for 19 digit Visa card numbers
  • Fix: tests that broke due to selection logic