Releases: rpungello/laravel-labels
Releases · rpungello/laravel-labels
2.1.0
Add observer for defining default values for otherwise required fields
This is a convenience that allows user UIs to only prompt for name on creation, then use the update UI for assigning all the otherwise required fields.
This could also have been handled at the database level, but doing it this way makes it so others accessing the database directly don't rely on default values that may otherwise never be set (as there's not necessarily a UI).
2.0.0
Enable support for Laravel 11
1.7.1
Added helper function to upload PDFs to Laravel disks with random names
1.7.0
Added helper function for saving PDF documents to Laravel disks
1.6.0
Added helper functions to generate Laravel file responses
1.5.0
Allow fields & barcodes to reference customized label model classes
1.4.1
Add support for landscape templates
1.4.0
Add casts for enum fields
1.3.0
Add ability to force debugging mode when printing labels
1.2.0
Improved code styling, primarily via the use of enums instead of class constants