Releases: ziming/laravel-scrapingbee
Simplify array needed for jsScenario
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()
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
Add jsScenario method. Which supports passing a series of instructions for ScrapingBee to execute
Ready for Production!
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
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
0.10 Fix styling
Moved $data to before $params in post method arguments list
0.9.1 Move $data argument before the $params argument in the post() method …
Split jsScrollToEndOfScreen() to 3 methods
0.9 Split jsScrollToEndOfScreen() to 3 methods (#1)
Add string return type for LaravelScrapingBeeFacade
0.8 Update readme to clarify on the lack of tests. Also added string retu…
Update link to ScrapingBee
Update link to ScrapingBee as I may create a standalone PHP package too.