Releases: joushx/jQuery.EAN13
Releases · joushx/jQuery.EAN13
Version 2.2.5
Version 2.2.4
Moves build environment to grunt
Version 2.2.3
- Generated number as parameter for onSuccess
- Null check
- Check if input is numeric
Version 2.2.2
Fixes a issue with check digit generation when it is zero.
Version 2.2.1
Error description for onError callback
Version 2.2
- Rewritten to not use strings internally
- Rewritten test cases
- New padding option
- New background option
Version 2.1.2
Fixes a bug that caused the JavaScript-version to crash as there were jQuery.foreach() calls in the code.
Version 2.1.1
Fixes a bug that caused an error when the checksum is zero. (Issue #20)
Version 2.1.0
Removes unnecesarry space if no number is printed
Version 2.0.0
A major release that also includes a non-jQuery version.
- new debug option
- cleaned up code
- better documentation