Skip to content

1.1.18

Compare
Choose a tag to compare
@mirko-pagliai mirko-pagliai released this 07 Jan 12:01
· 37 commits to master since this release
  • __debugInfo(), __get(), has(), hasValue(), get(), isEmpty(), set() and toArray() methods provided by the
    Entity class are deprecated and will be removed in a future release. The has(), get() and set() methods can be
    replaced by the methods implemented by ArrayAccess, already present (using the ScanResult class as if it were an array).
    The Entity class was only extended and used by ScanResult, so this is especially true for the latter class;
  • the BodyParser provides its own urlToAbsolute() protected method.

What's Changed

Full Changelog: 1.1.17...1.1.18