mirror of
https://github.com/lrsjng/jquery-qrcode.git
synced 2026-08-12 20:01:55 +08:00
Maintenance.
This commit is contained in:
@@ -40,59 +40,3 @@ THE SOFTWARE.
|
||||
[bower-img]: http://img.shields.io/badge/bower-jquery.qrcode-a0a060.svg?style=flat
|
||||
|
||||
[qrcode]: https://github.com/kazuhikoarase/qrcode-generator
|
||||
|
||||
|
||||
## Changelog
|
||||
|
||||
|
||||
### v0.9.0 - *2014-08-09*
|
||||
|
||||
* maintenance
|
||||
|
||||
|
||||
### v0.8.0 - *2014-07-07*
|
||||
|
||||
* adds bower support
|
||||
|
||||
|
||||
### v0.7.0 - *2013-08-17*
|
||||
|
||||
* some fixes
|
||||
* adds image support for fore- and background
|
||||
* adds label and image positioning
|
||||
* updates build process
|
||||
|
||||
|
||||
### v0.6.0 - *2013-07-28*
|
||||
|
||||
* adds version range
|
||||
* adds quiet zone
|
||||
* adds optional label or image
|
||||
* adds rounded corners
|
||||
* adds image output
|
||||
* adds demo
|
||||
|
||||
|
||||
### v0.5.0 - *2013-07-23*
|
||||
|
||||
* adds option to set error correction level
|
||||
|
||||
|
||||
### v0.4 - *2013-07-09*
|
||||
|
||||
* fixes missing default values in some cases
|
||||
|
||||
|
||||
### v0.3 - *2013-06-01*
|
||||
|
||||
* adds option to draw on existing canvas
|
||||
|
||||
|
||||
### v0.2 - *2012-07-02*
|
||||
|
||||
* now encodes up to ~2900 characters (8-bit)
|
||||
|
||||
|
||||
### v0.1 - *2012-07-01*
|
||||
|
||||
* Initial release
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jquery.qrcode",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"description": "generate QR codes dynamically",
|
||||
"homepage": "http://larsjung.de/qrcode/",
|
||||
"authors": [
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
/*! jQuery.qrcode 0.9.0 - //larsjung.de/qrcode (MIT) - uses //github.com/kazuhikoarase/qrcode-generator (MIT) */
|
||||
/*! jQuery.qrcode 0.9.1 - //larsjung.de/qrcode (MIT) - uses //github.com/kazuhikoarase/qrcode-generator (MIT) */
|
||||
|
||||
(function ($) {
|
||||
'use strict';
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "jquery.qrcode",
|
||||
"displayName": "jQuery.qrcode",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"description": "generate QR codes dynamically",
|
||||
"homepage": "http://larsjung.de/qrcode/",
|
||||
"bugs": "https://github.com/lrsjng/jQuery.qrcode/issues",
|
||||
|
||||
Reference in New Issue
Block a user