Closed doomspork closed 10 years ago
Looks good to me, do we need any readme updates? We will need to update the demo page as well.
Oh! Good catch, I'll update the README. The demo will need to be a separate PR because it requires a new Dockerfile to be shipped, right? I figured we could update it all together when we ship 0.2.0.
RFC @jamesbrink (and any interested parties) — This PR removes support for
code-128a
,code-128b
, andcode-128c
in favor ofcode-128
which handles auto-detection and supports multiple subsets within a single barcode.This requires at least Barby 0.6.0.
In order to support for multiple subset barcodes I needed to add support for escaping/unescaping URIs, something we should have done originally — oops!