-
Notifications
You must be signed in to change notification settings - Fork 686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added node.js compatibility, mocha test and patches from other forks #6
base: master
Are you sure you want to change the base?
Added node.js compatibility, mocha test and patches from other forks #6
Commits on Sep 25, 2012
-
Support version 11 - 40 (typeNumber) and auto mode
Updating RS_BLOCK_TABLE to support version 11 - 40. Updating make to handle auto version mode (if typeNumber == 0, the qrcode generator will set version according to the length of data).
Configuration menu - View commit details
-
Copy full SHA for 5bbd8e6 - Browse repository at this point
Copy the full SHA 5bbd8e6View commit details
Commits on Sep 29, 2014
-
Merge pull request #1 from takkyun/master
Support version 11 - 40 (typeNumber) and auto mode
Configuration menu - View commit details
-
Copy full SHA for 2895836 - Browse repository at this point
Copy the full SHA 2895836View commit details -
So it uses auto mode and escapes unicode.
Configuration menu - View commit details
-
Copy full SHA for c87efaa - Browse repository at this point
Copy the full SHA c87efaaView commit details -
Extract building and encoding gif to new function
Added new `createImage(cellSize, margin)` function, that uses code extracted from `createImgTag()` function. This allows user to call `createImage()` to get raw GIF data (in a form of object, with `bytes`, `width` and `height` properties) or `createImgTag` as before.
Configuration menu - View commit details
-
Copy full SHA for 356ad8e - Browse repository at this point
Copy the full SHA 356ad8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd16f24 - Browse repository at this point
Copy the full SHA fd16f24View commit details
Commits on Oct 23, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 3b2ba07 - Browse repository at this point
Copy the full SHA 3b2ba07View commit details -
Merge branch 'master' of https://github.com/kazuhikoarase/qrcode-gene…
…rator Conflicts: js/sample.js
Configuration menu - View commit details
-
Copy full SHA for 580f9ac - Browse repository at this point
Copy the full SHA 580f9acView commit details
Commits on Nov 3, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 45d0c74 - Browse repository at this point
Copy the full SHA 45d0c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7902f50 - Browse repository at this point
Copy the full SHA 7902f50View commit details
Commits on Dec 2, 2014
-
Merge branch 'master' of https://github.com/kazuhikoarase/qrcode-gene…
…rator Conflicts: js/package.json js/qrcode.js
Configuration menu - View commit details
-
Copy full SHA for a74c040 - Browse repository at this point
Copy the full SHA a74c040View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb53e27 - Browse repository at this point
Copy the full SHA bb53e27View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f51ce - Browse repository at this point
Copy the full SHA c9f51ceView commit details
Commits on Dec 17, 2014
-
Merge branch 'master' of https://github.com/kazuhikoarase/qrcode-gene…
…rator Conflicts: js/qrcode.js
Configuration menu - View commit details
-
Copy full SHA for bf5dfa5 - Browse repository at this point
Copy the full SHA bf5dfa5View commit details -
Now it's much easier to find what was changed between upstream and our repo.
Configuration menu - View commit details
-
Copy full SHA for 8da8945 - Browse repository at this point
Copy the full SHA 8da8945View commit details
Commits on Feb 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c18ef35 - Browse repository at this point
Copy the full SHA c18ef35View commit details -
Modified ASCII renderer to make it use half blocks when cellSize is s…
…et to 1. This allows for smaller minimal size of QRCode in ASCII.
Configuration menu - View commit details
-
Copy full SHA for ae5f129 - Browse repository at this point
Copy the full SHA ae5f129View commit details