forked from dlitz/barby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
46 lines (27 loc) · 1.01 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
* 0.4.2
* ChunkyPngOutputter now renders 2D barcodes not upside down [Thanks Scient]
* 0.4.1
* ChunkyPngOutputter - ChunkyPNG is a pure-Ruby PNG library
* 0.4.0
* Can you tell I'm just making up version numbers as I go along?
* DataMatrix (not required automatically, requires the 'semacode' gem)
* Refactored PrawnOutputter a little. No more stupid options hashes + unbleed attribute
* 0.3.2
* Fix bug where Code128 extras choke on newlines [Wayne Conrad]
* Don't allow Code128 with empty data strings [Wayne Conrad]
* Allow custom :size for QrCodes
* 0.3.1
* Add support for PDF417, using Pdf417lib (JRuby only) [Aslak Hellesøy]
* 0.3.0
* Make compatible with Ruby 1.9 [Chris Mowforth]
* Add SvgOutputter for outputting SVGs without dependencies [Peter H. Li]
* 0.2.1
* Allow QR Codes with sizes up to 40
* 0.2.0
* Added support for 2D barcodes
* Updated all outputters to support 2D barcodes
* Added support for QR Code
* 0.1.2
* Added CairoOutputter [Kouhei Sutou]
* 0.1.1
* Added PngOutputter that uses "png" gem