Skip to content
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

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2012

  1. 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).
    takkyun committed Sep 25, 2012
    Configuration menu
    Copy the full SHA
    5bbd8e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2014

  1. Merge pull request #1 from takkyun/master

    Support version 11 - 40 (typeNumber) and auto mode
    Hypermediaisobar-admin committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    2895836 View commit details
    Browse the repository at this point in the history
  2. Updated JavaScript sample

    So it uses auto mode and escapes unicode.
    Hypermediaisobar-admin committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    c87efaa View commit details
    Browse the repository at this point in the history
  3. 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.
    Hypermediaisobar-admin committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    356ad8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd16f24 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2014

  1. Configuration menu
    Copy the full SHA
    3b2ba07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    580f9ac View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2014

  1. Configuration menu
    Copy the full SHA
    45d0c74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7902f50 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Merge branch 'master' of https://github.com/kazuhikoarase/qrcode-gene…

    …rator
    
    Conflicts:
    	js/package.json
    	js/qrcode.js
    Hypermediaisobar-admin committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    a74c040 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb53e27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9f51ce View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. Configuration menu
    Copy the full SHA
    bf5dfa5 View commit details
    Browse the repository at this point in the history
  2. Removed stylistic changes

    Now it's much easier to find what was changed between upstream and our
    repo.
    Hypermediaisobar-admin committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    8da8945 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. Configuration menu
    Copy the full SHA
    c18ef35 View commit details
    Browse the repository at this point in the history
  2. 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.
    Hypermediaisobar-admin committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    ae5f129 View commit details
    Browse the repository at this point in the history