Skip to content

5.2.0: Closeable streams and files

Compare
Choose a tag to compare
@thekid thekid released this 18 Jul 19:35
· 36 commits to master since this release
  • Made XmlStream and XmlFile implement the lang.Closeable interface
    (@thekid)
  • Fixed Undefined property: util\address\XmlStream::$file warnings
    (@thekid)
  • Changed XmlStream::toString() to check if InputStream implementations
    provide a toString() method even if they do not implement lang.Value.
    See xp-framework/core#310
    (@thekid)