Releases: serp-spider/core
Releases · serp-spider/core
v0.3.1
v0.3.0
- new features
- bc break added method
DomNodeInterface::getChildren
- bc break added method
DomNodeInterface::getLastChild
- added interface
DomNodeListInterface
- added class
EmptyDomNodeList
- added class
InternalDocumentWrapper
- class
DocumentWrapper
now extendsInternalDocumentWrapper
- class
NullDomNode
now extends\DOMNode
- method
DomXpath
is now able to handleNullDomNode
as instances context
- bc break added method
v0.2.6
v0.2.4
v0.2.3
v0.2.2
browser class is now able to set default headers for every requests. See serp-spider/search-engine-google#73
v0.2.1
- Make ResultDataInterface::getData() to serialize sub results (children)
- Fix a bug with data value processing (see serp-spider/search-engine-google#71)
v0.2.0
This version reinforces the base of the core to make it more stable for the future of the library.
It deprecates version 0.1.
Check the migration guide at https://serp-spider.github.io/documentation/about/migration/from-v0_1-to-v0_2/
Minor issue while resolving path relative urls
See #27