Skip to content

Releases: 123inkt/ipp

0.3.0

08 Oct 16:28
576baca

Choose a tag to compare

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

v0.2.2

27 Aug 06:09
cb6b566

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...v0.2.2

0.2.1

15 Aug 09:55
30d7773

Choose a tag to compare

#12 Add the option to add a ppd-name to create printer operation

0.2.0

05 Aug 10:50
ca1ad8e

Choose a tag to compare

#11 Add GetPrinterAttributesOperation

v0.1.0

02 Jul 14:54
2b2ce2d

Choose a tag to compare

First release