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