Releases: 123inkt/ipp
Releases · 123inkt/ipp
0.3.0
Backwards Compatibility Breaks:
IppResponseInterface has been significantly altered.
getJobUri method removed, use getJobs()[0]->getUri() instead.
getJobState method removed, use getJobs()[0]->getJobState() instead.
Signature of IppCollection has changed: it now contains an array of IppAttribute objects
getJobAttributes method now takes IppJob as argument instead of string.
IppCollection and IppResolution namespaces have been changed
What's Changed
- Implement get jobs operation by @RubenKluft in #15
- Update dependency squizlabs/php_codesniffer to v4 by @renovate[bot] in #16
- Implement get printers and cancel job operations by @RubenKluft in #17
- Attributes with multiple values by @RubenKluft in #18
- Move IppResolution and IppCollection to Entity by @RubenKluft in #19
Parsing of IPP responses is now far more robust
Full Changelog: v0.2.2...0.3.0
v0.2.2
What's Changed
- Normalize server uri to have no trailing slash by @frankdekker in #14
- Update actions/checkout action to v5 by @renovate[bot] in #13
New Contributors
- @frankdekker made their first contribution in #14
- @renovate[bot] made their first contribution in #13
Full Changelog: 0.2.1...v0.2.2
0.2.1
0.2.0
v0.1.0
First release