- Support for Web Platform.
- Minor changes and fixes.
- Add Regex support for
UrlTarget
'swhere
property.
- Breaking changes to Optional parameters.
- Replaced AbstractOptional with Optional with named constructors.
- Now you can pass cookies to
WebScraper.scrape
,WebParser.parse
andScraper.scrape
, this removes predefined cookies in your config.
- Added
concurrentParsing
variable toWebParser.parse
andWebScraper.scrape
.
- Add
isUrlSupported
method toWebScraper
.
- Remove dependency on
collection
package.
- Update
README.md
file.
- Print parser debug information with
Parser.id
.
- Fix
queryParameters
bug.
- Support header forwarding for ScrapingBee requests.
- POST requests can now use
proxyUrl
- Update
Readme.md
file.
- Rename
Spider
toWebScraper
.
- Add badges to the
README.md
file.
- The package description was too short.
- First version of the package.