Skip to content

Releases: joushx/jQuery.EAN13

Version 2.2.5

09 Aug 10:31
Compare
Choose a tag to compare

Fixes the npm package description

Version 2.2.4

09 Aug 10:30
Compare
Choose a tag to compare

Moves build environment to grunt

Version 2.2.3

28 Jul 11:41
Compare
Choose a tag to compare
  • Generated number as parameter for onSuccess
  • Null check
  • Check if input is numeric

Version 2.2.2

22 Nov 18:45
Compare
Choose a tag to compare

Fixes a issue with check digit generation when it is zero.

Version 2.2.1

18 Nov 14:14
Compare
Choose a tag to compare

Error description for onError callback

Version 2.2

30 Jul 11:27
Compare
Choose a tag to compare
  • Rewritten to not use strings internally
  • Rewritten test cases
  • New padding option
  • New background option

Version 2.1.2

08 Nov 10:03
Compare
Choose a tag to compare

Fixes a bug that caused the JavaScript-version to crash as there were jQuery.foreach() calls in the code.

Version 2.1.1

07 Oct 15:23
Compare
Choose a tag to compare

Fixes a bug that caused an error when the checksum is zero. (Issue #20)

Version 2.1.0

16 Aug 10:02
Compare
Choose a tag to compare

Removes unnecesarry space if no number is printed

Version 2.0.0

13 Aug 12:02
Compare
Choose a tag to compare

A major release that also includes a non-jQuery version.

  • new debug option
  • cleaned up code
  • better documentation