-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
# Release Notes | ||
|
||
## [v1.2.0](https://github.com/cacing69/cquery/compare/v1.1.0...v1.2.0) (2023-09-06) | ||
|
||
- Support for multi Loader, it will be enable to scrape with another engine | ||
- Now u can scrape webpage loaded by js/ajax, but u need to use [Panther Adapter](https://github.com/cacing69/cquery-panther-loader) to make it work | ||
|
||
## [v1.1.0](https://github.com/cacing69/cquery/compare/v1.0.0...v1.1.0) (2023-09-06) | ||
|
||
- Add method onContentLoaded(Closure $closure) for submit or go to another page when content loaded | ||
- Add method eachItem(Closure $closure) to manipulate each item | ||
- Add method onObtainedResults(Closure $closure) to manipulate result array with closure callback | ||
- Add single quotes adapter | ||
- Add String adapter | ||
- Add Integer adapter | ||
- Add Float adapter | ||
|
||
## [v1.0.0](https://github.com/cacing69/cquery/releases/tag/v1.0.0) (2023-09-05) | ||
|
||
- First release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters