Skip to content

Release 1.0

Latest
Compare
Choose a tag to compare
@BorislavSabev BorislavSabev released this 22 Jul 21:57
· 3 commits to master since this release

The finalized release v.1.0.0

Summary

This version fully supports the "main goals" that the library defines which are:

  • provide a transparent OOP interface to SimpleXML's simplexml_load_file() and simplexml_load_string() functions
  • handle SimpleXML's internal errors
  • throw catchable Exceptions (XmlLoaderException)

Changes from v0.8.

CHANGED: the method signature of both wrapper functions() to follow the PSR-1 variable naming concentions
FINALIZED: the PHPUnit test suite
FIXED: A behavioral bug connected to passing an empty string to loadString()