All notable changes to laravel-printing
will be documented in this file.
- Add support for custom drivers
- Add support for changing print drivers on the fly
- Add support for Laravel 8
- Fix page range issue with CUPS driver (#3).
- Add support for CUPS driver.
- Remove
int
parameter type hint onPrintNodePrintJob
id
setter.
- Ensure
str_repeat
gets repeated at least once to avoid fatal error ontwoColumnText
.
- Return the job id of a new print job with PrintNode (#1).
- Add return type
string
toid()
method on PrintNode Printer. - Add more method doc blocks to
ReceiptPrinter
for type hinting to underlying printer class.
- Fix strict type comparison when finding a printer with PrintNode driver.
- Add method doc blocks to
Printing
facade fordefaultPrinterId()
anddefaultPrinter()
.
- Add support to cast
Printer
to an array or json.
- Initial release