Skip to content

CleanUp

Compare
Choose a tag to compare
@gmuth gmuth released this 08 Jun 12:46
· 937 commits to master since this release

Refactored code in "ipp.core" package. Minor bugfixes.
Breaking change:

  • attributes with tag 'text/nameWithoutLanguage' must use value class IppString
  • value class String is no more supported for 'withoutLanguage' tags ('keyword' and others are not affected)
  • solution: use IppString("foo") or "bar".toIppString()