Skip to content

Releases: giauphan/CrawlBlog

v1.1

14 Mar 07:10
b274f8d
Compare
Choose a tag to compare

Full Changelog: v1.0...v1.1

v1.0

14 Mar 02:41
Compare
Choose a tag to compare

CrawlBlog v1.0 Update

Overview

This update brings several improvements and changes to CrawlBlog. Below is a summary of the key changes:

  • Package Update: The Goutte package has been updated to version 1.0.
  • Namespace Change: The namespace for GoutteFacade has been updated from Giauphan to Weidner.

Full Changelog

For a detailed list of changes, please refer to the Full Changelog.

Update Instructions

To update your code, make the following changes:

use Weidner\Goutte\GoutteFacade;

$crawler = GoutteFacade::request('GET', $pageUrl);

Change it to:

use Giauphan\Goutte\GoutteFacade;

$crawler = GoutteFacade::request('GET', $pageUrl);

Make sure to implement these changes to ensure compatibility with CrawlBlog v1.0.

Feel free to adjust any part of it to better fit your needs!

Full Changelog: v0.5.4...v1.0

v0.5.4

14 Mar 02:27
Compare
Choose a tag to compare

Full Changelog: v0.5.3...v0.5.4

v0.5.3

13 Mar 15:18
Compare
Choose a tag to compare

Full Changelog: v0.5.2...v0.5.3

v0.5.2

13 Mar 14:45
Compare
Choose a tag to compare

Full Changelog: v0.5.1...v0.5.2

v0.5.1

13 Mar 14:45
Compare
Choose a tag to compare

Full Changelog: v0.5...v0.5.1

v0.5

13 Mar 14:12
Compare
Choose a tag to compare

Full Changelog: v0.4.3...v0.5

v0.4.3

12 Mar 09:22
f88909c
Compare
Choose a tag to compare

Full Changelog: v0.4.2...v0.4.3

v0.4.2

29 Feb 08:26
e012489
Compare
Choose a tag to compare

What's Changed

  • Update symfony/browser-kit 6.4.0 → 6.4.3 (patch) by @depfu in #7
  • Update illuminate/database 10.41.0 → 10.45.1 (minor) by @depfu in #9
  • Update illuminate/console 10.41.0 → 10.46.0 (minor) by @depfu in #8

New Contributors

  • @depfu made their first contribution in #7

Full Changelog: v0.4.1...v0.4.2

v0.4.1

18 Jan 09:34
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1