Releases: extractus/article-extractor
Releases · extractus/article-extractor
v6.0.0rc2
v6.0.0rc1
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
- Change parser engine to @mozilla/readability
- Add method addQueryRules()
- Replace
got
withaxios
- Fix all opened issues
- No longer support node older than v14
- No longer extracting oembed data
- No longer extracting with rule by default, let's addQueryRules() by yourself!
APIs breaking changes
setFetchOptions(Object opts)
-->setRequestOptions(Object opts)
getFetchOptions()
-->getRequestOptions()
(default options changed)- addQueryRules(): newly added
v5.0.0rc6
- Simplify
extract()
method, now it accepts only one parameter. Please use addQueryRules() to specify custom selector.
v5.0.0rc5
- Add method addQueryRules()
v5.0.0rc4
- Refactor main workflow
- No longer extracting oembed data
- No longer extracting with selector rule by default, let's call it when needed!
- Stop using lru-cache
- Change a few default config values
- Replace
got
withaxios
- Update README & test scripts
Breaking changes
extract(String url | String html)
-->extract(String url | String html [, querySelector])
setFetchOptions(Object opts)
-->setRequestOptions(Object opts)
getFetchOptions()
-->getRequestOptions()