Skip to content

v0.99.41

Choose a tag to compare

@lkrms lkrms released this 14 Aug 06:22
· 568 commits to main since this release
v0.99.41
c64322f

Added

Http

  • Add Http::applyToQuery() for simple manipulation of query strings in URIs

Changed

Core

  • Move Graph from Iterator to Core and refactor
    • Allow Graph to be extended
    • Rename Graph::inner() to getValue()
    • Don't create missing properties or array keys on Graph::offsetGet() unless enabled via new constructor parameters
    • Add and implement GraphInterface

Removed

Core

  • Remove Graph::with() and Graph::from()