Ryan Day
7c71eedf5d
Merge pull request #65 from lixiaoyan/master
...
Passing options down to drawSvg in QRCode.save
2017-03-17 09:54:28 -04:00
IntPtr
f4ee7e59ed
Allow passing 0 to options.margin
2017-03-17 16:10:38 +08:00
IntPtr
e370e76d40
Passing options down to drawSvg in QRCode.save
2017-03-17 16:04:59 +08:00
Vincenzo Greco
bcd66d2935
Fix lint errors
2017-03-15 13:35:28 +01:00
Vincenzo Greco
1a5f7bb738
0.7.0
2017-02-27 16:15:26 +01:00
Vincenzo Greco
139b700cc7
Add support for different encoding modes
2017-02-27 16:04:59 +01:00
Vincenzo Greco
33d4baf38c
0.6.0
2017-02-24 15:53:20 +01:00
Christophe Macabiau
3e3aba7761
Fix annoying nodejs warning: missing callback
...
* close stream bug fix
2017-02-24 13:21:10 +01:00
Vincenzo Greco
77064f5e5e
Refactor/core ( #59 )
...
* Split core lib into multiple files
* Refactor data encoding methods
* Refactor data masking process
* Improve qr code generation process
* Increase minimum required node version to 0.10
* Add linter
* Add tests and tests coverage
* Update travis config to fix compilation issues
* Add examples folder
* Add missing license tag in package.json
* Update build script and add sourcemap support
* Publish only strictly needed files on npm
* Update readme
2016-12-16 23:45:08 +01:00
Ryan Day
7d57b052d4
Merge pull request #54 from vigreco/fix/typed-array
...
Remove unused Uint32Array and replace it with Array
2016-09-26 09:03:01 -04:00
Vincenzo Greco
b34e5f076c
Remove unused Uint32Array and replace it with Array
...
Fixes : #14
2016-09-26 09:30:10 +02:00
Ryan Day
de743674a3
0.5.0
2016-09-19 07:53:54 -07:00
Ryan Day
2fd4def88b
adding svg example to readme and adding @vigreco to contributors
2016-09-19 07:53:05 -07:00
Ryan Day
230b94c990
Merge branch 'master' of github.com:soldair/node-qrcode
2016-09-19 07:43:17 -07:00
Ryan Day
02e36de82a
Merge pull request #53 from vigreco/feat/svg-output
...
Add support for svg output
2016-09-19 10:38:00 -04:00
Vincenzo Greco
6cdcb439f6
Add support for svg output
2016-09-19 00:44:00 +02:00
Ryan Day
9b64a735e3
0.4.4
2016-08-25 08:46:38 -07:00
Ryan Day
ac8f9d571a
fixing medium error correct level. fixes #36
2016-08-25 08:46:11 -07:00
Ryan Day
0a154ce0c1
0.4.3
2016-08-16 06:29:57 -07:00
Ryan Day
afc6486f29
fixes #51 paths for windows
2016-08-16 06:29:42 -07:00
Ryan Day
49b26ef099
gs1 note
2016-01-27 05:38:31 -08:00
Ryan Day
4955b93399
Update README.md
2016-01-25 07:45:15 -08:00
Ryan Day
605bcec53d
bumping canvas dep 0.4.2
2015-12-04 06:42:52 -08:00
Ryan Day
dc84b86726
Merge pull request #43 from supericeboy/master
...
Updates to newer canvas version to fix windows compile issue
2015-12-04 09:42:06 -05:00
supericeboy
3ac7afc514
Update package.json
2015-12-04 09:17:20 -05:00
supericeboy
7a74767b1d
Update package.json
2015-12-04 09:15:49 -05:00
Ryan Day
d2bc179dbd
0.4.1 bump for docs change
2015-10-20 09:34:39 -07:00
Ryan Day
332121814e
Merge pull request #42 from fatelei/patch-2
...
Update travis.yml to fix ci test
2015-10-20 12:33:44 -04:00
wangxiaolei
ad9e016ffe
Update .travis.yml
...
Update node 4.0 to node 4.2.1
2015-10-20 09:27:38 +08:00
wangxiaolei
bb4df93ea7
Update .travis.yml
2015-10-20 09:24:26 +08:00
wangxiaolei
dff22a8973
Update .travis.yml
2015-10-20 09:20:58 +08:00
wangxiaolei
b7baea963b
Update .travis.yml
2015-10-20 09:18:48 +08:00
wangxiaolei
26c2e46d72
Update travis.yml to fix ci test
...
RT
2015-10-20 09:15:21 +08:00
Ryan Day
ec68e34c09
Merge pull request #41 from fatelei/patch-1
...
Update READMD to fix installation issue
2015-10-19 21:14:58 -04:00
wangxiaolei
525da29140
Update READMD to fix installation issue
...
When build node-qrcode, it need `libgif-dev`. But the doc doesn't mention it.
Change:
```
sudo apt-get install libpixman-1-dev libcairo2-dev libpangocairo-1.0-0 libpango1.0-dev
```
To:
```
sudo apt-get install libpixman-1-dev libcairo2-dev libpangocairo-1.0-0 libpango1.0-dev libgif-dev
```
2015-10-20 09:06:41 +08:00
Ryan Day
77939f2d63
adding note about libpango1.0-dev
2015-09-17 06:19:33 -07:00
Ryan Day
df3a113929
adding note about libpangocairo-1.0-0
2015-09-17 06:15:22 -07:00
Ryan Day
af428e4c65
0.4.0
2015-09-17 06:14:03 -07:00
Ryan Day
dd72d0f18c
updating travis
2015-09-17 06:13:50 -07:00
Ryan Day
4cd490c1ff
Merge pull request #39 from throrin19/patch-1
...
Update node-canvas version
2015-09-17 09:10:59 -04:00
Benjamin Besse
2e6de935ca
Update node-canvas version
...
Update node-canvas version to `1.2.9` to get the compatibility with NodeJS 4.0.0
2015-09-17 14:47:10 +02:00
Ryan Day
10616640eb
adding license 0.3.1
2015-08-03 11:55:39 -07:00
Ryan Day
a9c77e4127
adding license.
2015-08-03 11:55:17 -07:00
Ryan Day
33b51576f3
adding contributing guidelines. bump v0.3.0
2015-08-02 05:26:51 -07:00
Ryan Day
35228d901b
Merge pull request #37 from spro/master
...
consistent options handling between draw and drawBitArray
2015-08-02 08:24:49 -04:00
Sean Robertson
954575ba33
consistent options handling between draw and drawBitArray
2015-08-02 02:05:39 -07:00
Ryan Day
c9de04b644
Merge pull request #35 from DaAwesomeP/patch-1
...
Fix README Code Blocks
2015-05-13 09:34:42 -07:00
DaAwesomeP
4ba88e3ec9
Fix README Code Blocks
2015-05-12 20:47:02 -05:00
Ryan Day
86e48c0378
Merge pull request #32 from sunaiwen/master
...
add browser field of browserify
2014-11-25 21:55:36 -08:00
sunaiwen
5ecd269518
add browser field of browserify
2014-11-26 11:47:49 +08:00