All notable changes to antwerpes/barcodes-1d will be documented in this file.
- Updated
Barcodes::create()factory signature.
// Before
Barcodes::create('A12345', Format::CODE_128, ['mode' => 'A'])->toSVG();
// After
Barcodes::create('A12345', Format::CODE_128, 'svg', ['mode' => 'A']);- Initial release