File: CHANGELOG

package info (click to toggle)
ruby-barby 0.6.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 484 kB
  • sloc: ruby: 4,169; java: 1,228; makefile: 7
file content (84 lines) | stat: -rw-r--r-- 1,828 bytes parent folder | download | duplicates (3)
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
76
77
78
79
80
81
82
83
84
* 0.6.7

* RMagick outputter should use line command for lines [joshuaflanagan]

* 0.6.6

* Add support for Codabar symbology [labocho]

* 0.6.1

* Fix single-pixel error with RMagick [James Brink]

* 0.6

* Add automatic character set to Code128
* Fix test for HtmlOutputter

* 0.5.1

* Fix some encoding issues (ruby 2.0 & 1.9)
* Rewrite HtmlOutputter. Not entirely backwards compatible with the previous version.

* 0.5.0

* Require requirement of barcode symbologies in the same way outputters must be required before being used

* 0.4.4

* Use Gemfile for dependency management [Ken Collins]
* Move to MiniTest [Ken Collins]
* HTML outputter [Ken Collins]
* Various 1.9 fixes [Ken Collins, Dominique Ribaut]

* 0.4.3

* 2- and 5-digit UPC supplements
* Use ChunkyPNG for PngOutputter

* 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