Skip to content

Releases: ScrapeGraphAI/scrapegraph-sdk

v1.4.3-beta.2

05 Dec 10:24
Compare
Choose a tag to compare
v1.4.3-beta.2 Pre-release
Pre-release

1.4.3-beta.2 (2024-12-05)

Bug Fixes

  • logger working properly now (9712d4c)

v1.5.0

04 Dec 08:59
Compare
Choose a tag to compare

1.5.0 (2024-12-04)

Features

v1.4.3

03 Dec 18:42
Compare
Choose a tag to compare

1.4.3 (2024-12-03)

Bug Fixes

chore

  • improved url validation (83eac53)

CI

  • release: 1.4.3-beta.1 [skip ci] (cd1169b)

v1.4.3-beta.1

03 Dec 18:40
Compare
Choose a tag to compare
v1.4.3-beta.1 Pre-release
Pre-release

1.4.3-beta.1 (2024-12-03)

Bug Fixes

chore

  • improved url validation (83eac53)

v1.4.2

02 Dec 10:19
Compare
Choose a tag to compare

1.4.2 (2024-12-02)

Bug Fixes

v1.4.1

02 Dec 10:14
Compare
Choose a tag to compare

1.4.1 (2024-12-02)

Bug Fixes

chore

  • set up eslint and prettier for code linting and formatting (13cf1e5)

v1.4.0

30 Nov 16:18
Compare
Choose a tag to compare

1.4.0 (2024-11-30)

Features

  • added example of the smartScraper function using a schema (baf933b)
  • implemented support for requests with schema (10a1a5a)

Bug Fixes

  • the "workspace" key has been removed because it was conflicting with the package.json file in the scrapegraph-js folder. (1299173)

chore

  • added Zod package dependency (ee5738b)

Docs

  • added an example of the smartScraper functionality using a schema (cf2f28f)

Refactor

v1.3.0

30 Nov 11:55
Compare
Choose a tag to compare

1.3.0 (2024-11-30)

Features

  • add integration for env variables (6a351f3)

v1.2.2

29 Nov 14:29
Compare
Choose a tag to compare

1.2.2 (2024-11-29)

Bug Fixes

v1.2.1

29 Nov 10:17
Compare
Choose a tag to compare

1.2.1 (2024-11-29)

Bug Fixes

chore

Docs

  • improved examples (a9c1fa5)
  • updated precommit and installation guide (c16705b)
  • updated readme (ee9efa6)

Refactor