Skip to content

Releases: ziming/laravel-scrapingbee

Simplify array needed for jsScenario

27 Dec 10:30
Compare
Choose a tag to compare

Documentation improvement and simplify the array that jsScenario() requires. just pass the array directly containing the instructions would do.

This is BC break but this package is not used by anyone else to my knowledge hence a bump in bugfix version.

Rename executeJsSnippet() to jsSnippet()

27 Dec 05:34
Compare
Choose a tag to compare

Rename executeJsSnippet() to jsSnippet().

It's a backward compatibility change. But since I'm pretty sure nobody else is currently using this package. I am just going to bump it as a "bugfix"

Add jsScenario support

27 Dec 04:05
Compare
Choose a tag to compare

Add jsScenario method. Which supports passing a series of instructions for ScrapingBee to execute

Ready for Production!

07 Dec 19:32
Compare
Choose a tag to compare

Used it in production for a few months now and felt it's now safe to tag it a 1.0

Fix warning with ide-helper package

06 Dec 05:44
Compare
Choose a tag to compare
Pre-release

This near 1.0 release fixes the issue where ide-helper package complains about target class not found with the facade when doing php artisan ide-helper:generate

Simplify API. Design to better encourage use of fluent methods

20 Oct 12:54
Compare
Choose a tag to compare
0.10

Fix styling

Moved $data to before $params in post method arguments list

15 Oct 08:51
911ede0
Compare
Choose a tag to compare
0.9.1

Move $data argument before the $params argument in the post() method …

Split jsScrollToEndOfScreen() to 3 methods

13 Oct 15:39
1200b36
Compare
Choose a tag to compare
0.9

Split jsScrollToEndOfScreen() to 3 methods (#1)

Add string return type for LaravelScrapingBeeFacade

11 Oct 04:39
Compare
Choose a tag to compare
0.8

Update readme to clarify on the lack of tests. Also added string retu…

Update link to ScrapingBee

04 Sep 09:58
7fbb6d4
Compare
Choose a tag to compare
Pre-release

Update link to ScrapingBee as I may create a standalone PHP package too.