Skip to content

Version 0.5.1 👾

Compare
Choose a tag to compare
@brcontainer brcontainer released this 29 Dec 06:26
· 83 commits to master since this release
  • Fixed preview in Debug::source()
  • Debug::source() returns only files backtrace (ignore closures and etc)
  • Debug::source() returns more details
  • Improved offset and max in File::portion() and File::lines()
  • Removed unnecessary LOCK and improved performance in Storage::temp()
  • Improved Dom\Document::fromArray() (Helper::seq is unnecessary now)
  • New CSS selector :contains-child(<text>) (non-standard) to Document::query() (and new Dom\Selector class)
  • Searches for file that "EVAL" fails (Debug::evalFileLocation())
  • Search for the file where the eval()'d failed (Debug::evalFileLocation())
  • Improved PHPDoc