Skip to content

Releases: jessepollak/card

v1.3.1

25 Apr 01:00
Compare
Choose a tag to compare

Fix: add support for 19 digit Visa card numbers (jessepollak/[email protected])

v1.3.0

23 Apr 20:56
Compare
Choose a tag to compare
  • Fix: ensure card is only ever initialized once for a given container (13590ee)
  • Fix: reject expiration dates with a month of 0 (jessepollak/[email protected])
  • Fix: update the pattern for ELO to include previously invalid valid numbers (jessepollak/[email protected])
  • Fix: uncaught JS exception when input[type="number"] for card number (jessepollak/[email protected])

v1.2.2

23 Apr 19:59
Compare
Choose a tag to compare
* Fix: can now be included with Browserify

v1.2.1

03 Jan 05:16
Compare
Choose a tag to compare
  • Fix: remove CSS sourcemaps
  • Fix: deduplicate QJ dependency

v1.2.0

29 Nov 23:58
Compare
Choose a tag to compare
* Enhancement: adds support for ELO card
* Enhancement: adds support for multiple card expiry fields
* Fix: fixes to support browserify building

Thanks to @keitoliveira and @Yottster for their awesome work here.

v1.1.0

19 Jul 00:18
Compare
Choose a tag to compare
* Enhancement: change `value` option to `placeholder` to be more clear about use (#187)
* Fix: correctly remove focus on card elements when input is blurred (#186)
* Fix: limit American Express cards to 4 digit CVCs (#181)
* Fix: add better regex to match Maestro card

Props to @AnnieH, @jonathongrigg, and @stevemckenzie for the contributions!

v1.0.2

15 Jun 15:41
Compare
Choose a tag to compare
Fix: version number is now correct

v1.0.1

14 Jun 23:29
Compare
Choose a tag to compare
* Fix: fixes bower file to not include card.css

v1.0.0

21 Mar 17:13
Compare
Choose a tag to compare

🍰

5,403 stars, 451 days, 448 forks, 241 commits, and 30 contributors later, I'm very excited to release v1.0.0 of Card! 🍰💳😍

This release has many breaking changes. When you upgrade, make sure everything works as expected.

Breaking changes:

  • removes jQuery dependency ✌️ and uses JavaScript class constructor to initialize 👍
  • bundles all CSS directly into the card.js file, removing the need to do another CSS link include 🎉
  • .card class is switched to .jp-card and all other classes are prefixed 💯
  • removes jQuery style shortcuts for setting values and messages 👊

Non-breaking changes:

  • Adds Maestro as a beautiful card type 💳
  • removes character restriction in credit card name input 🔢
  • adds jquery.card.js file which is a jQuery plugin for Card 📁
  • many bugs fixed! 🐛

Have fun!

v1.0.0-rc1

08 Mar 02:49
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release
* Feature: adds Maestro as card type
* Fix: fixes error when using `width` configuration option