Skip to content

0.3.0

Latest

Choose a tag to compare

@RubenKluft RubenKluft released this 08 Oct 16:28
576baca

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

Parsing of IPP responses is now far more robust

Full Changelog: v0.2.2...0.3.0