forked from whomwah/rqrcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
75 lines (44 loc) · 1.76 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
*0.8.0* (Dec 8, 2015)
- Added numeric QR code support
- Dropped Ruby v1.8 support
*0.7.0* (Aug 15, 2015)
- Added shape_rendering option for as_svg
*0.6.0* (Jun 2, 2015)
- Improved png rendering. Previous png rendering could result in hard to scan qrcodes.
*Big thanks to Bart Jedrocha*
*0.5.5* (Apr 25, 2015)
- Fixed major bug. The rs block data was missing resulting in qr codes failing to be generated.
*Upgrade highly recomended!!*
*0.5.4* (Nov 11th, 2013)
* Added as_html, Big thanks to Jon Evans!
*0.4.2* (Sep 1st, 2011)
* Proper namespace CoreExtensions and only extend when needed [https://github.com/metaskills]
* fix for running tests on 1.9
*0.4.1* (Aug 16th, 2011)
* Compute common patterns only once (5% to 10% speedup) [https://github.com/gioele]
*0.4.0* (Aug 13th, 2011)
* Code optimization: 30% speedup [https://github.com/gioele]
* refactor gem layout
*0.3.4* (May 23rd, 2011)
* add the more Rubyish QRCode#dark? alias for #is_dark [https://github.com/dasch]
*0.3.3* (Feb 1st, 2011)
* check to see if the level is valid
* fix for 'rszf' bug by [Rob la Lau https://github.com/ohreally]
*0.3.2* (Mar 15th, 2009)
* Ruby 1.9 fixes by [Tore Darell http://tore.darell.no] [Chris Mowforth http://blog.99th.st]
*0.3.1* (Nov 24th, 2008)
* expanded RS block table to QRcode version 40 [Vladislav Gorodetskiy]
*0.3.0* (Feb 28th, 2008)
* added more documentation
* changed to_console to to_s (what was I thinking)
* add more tests
*0.2.1* (Feb 24th, 2008)
* small changes to rakefile and readme
* small change to to_console method
* make console_count method private (use modules.size instead)
* slowy updating rdocs
*0.2.0* (Feb 23rd, 2008)
* Split files up [DR]
* added rdoc comment ... more to do there
*0.1.0* (Feb 22rd, 2008)
* Initial Release [DR]