Skip to content

Commit

Permalink
extraction: deprecate no_fallback and as_dict parameters (#730)
Browse files Browse the repository at this point in the history
* extraction: deprecate no_fallback and as_dict parameters

* change default return type in bare_extraction()
  • Loading branch information
adbar authored Oct 31, 2024
1 parent 8f8d376 commit 3b86697
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 107 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## History / Changelog


## future v2.0.0

Breaking changes:
- `bare_extraction()`: the function now returns an instance of the Document class by default
- `bare_extraction()`: `as_dict` deprecation warning → use `.as_dict()` method on return value
- `bare_extraction()` and `extract()`: `no_fallback` deprecation warning → use `fast` instead


## 1.12.2

- downloads: add support for SOCKS proxies with @gremid (#682)
Expand Down
Loading

0 comments on commit 3b86697

Please sign in to comment.