You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release is a pre-release! It is considered mostly stable, however breaking changes may possibly be introduced before a stable 4.x release is published, however I will do my best to prevent breaking changes as bugs are discovered and patched in this major version.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This release is a pre-release! It is considered mostly stable, however breaking changes may possibly be introduced before a stable 4.x release is published, however I will do my best to prevent breaking changes as bugs are discovered and patched in this major version.
What's Changed
New Contributors
Breaking Changes
printing.factory
singleton renamed to\Rawilk\Printing\Factory::class
printing.driver
singleton renamed to\Rawilk\Printing\Contracts\Driver::class
Cups
api singletonPrintNode
api singletonPrintNode
api class toPrintNodeClient
Entity
classes are now namespaced asResources
Computers
andPrinters
are removed in favor of default Laravel collectionsRawilk\Printing\Drivers\PrintNode\ContentType
to enum and move toRawilk\Printing\Api\PrintNode\Enums
namespaceContentType
casing toPascalCase
jobs()
onRawilk\Printing\Drivers\PrintNode\Entity\Printer
Rawilk\Printing\Contracts\Printer
interface to useArrayable
andJsonSerializable
Rawilk\Printing\Contracts\PrintJob
interface to useArrayable
andJsonSerializable
Other Changes
Str::random()
instead ofuniqid
when generating print job namesPrintDriver
enumPRINTING_LOGGER
)PrintingException
and have most of the package exceptions extend itExceptionInterface
contract that all package exceptions implementPrintJobState
service and resource to the PrintNode APIFull Changelog: v3.0.5...v4.0.0-beta.1
This discussion was created from the release v4.0.0-beta.1.
Beta Was this translation helpful? Give feedback.
All reactions