Skip to content

Releases: ziming/laravel-scrapingbee

Add AI query

06 Oct 05:16
Compare
Choose a tag to compare

add aiQuery() method, so now you can do some artificial intelligence stuffs

Remove ringer

23 Jun 17:18
Compare
Choose a tag to compare
2.12.2

remove ringer

add missing return type to a few methods

31 Mar 17:59
Compare
Choose a tag to compare
2.12.1

add missing return type to a few methods

Remove paratest from composer require-dev

31 Mar 08:29
Compare
Choose a tag to compare

Support Laravel 11

18 Mar 05:36
f5ad886
Compare
Choose a tag to compare
2.11

Support Laravel 11

2.10

01 Mar 03:10
24cda98
Compare
Choose a tag to compare

What's Changed

  • Google Search: support "search_type" parameter, and allow setting custom parameters in future by @jackwh in #6

New Contributors

  • @jackwh made their first contribution in #6

Full Changelog: 2.9...2.10

2.9

21 Jul 09:22
Compare
Choose a tag to compare
2.9
  • Add setParam method for the event if you need something new that is not supported yet
  • Add an example of the ->when() fluent method in the documentation

Add Conditionable trait

13 Apr 13:42
Compare
Choose a tag to compare

Now you can conditionally chain your methods with ->when() and ->unless() methods.

https://twitter.com/taylorotwell/status/1400497036995313673

Docs to be updated soon

waitForBrowser, strict mode option for js scenario

30 Mar 17:44
Compare
Choose a tag to compare

add waitForBrowser, strict mode option for js scenario

Laravel 10 Support

16 Feb 17:58
Compare
Choose a tag to compare
2.6

test again laravel 10 too