Releases: extractus/article-extractor
Releases · extractus/article-extractor
v7.2.7
v7.2.6 - Change name
- Change package name from
article-parser
to@extractus/article-extractor
- Move to new organization Extractus
v7.2.5
v7.2.4
v7.2.3
- Optimize performance
By removing HTML validation step, we increased the performance to about 4x - 5x faster.
Before, article-parser
checks if the extract
's input is URL or valid HTML to decide next step.
Now when receiving the input, if that isn't URL, it assumes that's a HTML string and start extracting immediately.
v7.2.2
- Add options to extract method
- Replace global config with on-request parserOptions
- Add new param fetchOptions to extract() method
- Allow to pass request to proxy
- Remove unnecessary dependencies for reduce bundle size
- Fix problem while building esm version for browser
- Add demo for running on browser
v7.2.1
- Use external string-similarity
- Improve fetch control
- Update build script
- Fix typo error on example packages
v7.2.0
- Refactor some parts to run on deno, bun and tsnode
- Use internal string-similarity file to by pass bun.js resolve error
- Stop depending on
urlpattern-polyfill
to by pass deno/bun error- Replace URLPattern syntax with regular RegExp
- Add some examples for each platform
- Remove rarely used configuration methods
v7.1.0
v7.0.3
- Update dependencies
- Remove depending on
tldts
- Use conditional exports
- Improve pre-defined options