Skip to content

v5.0.0

Compare
Choose a tag to compare
@Kikobeats Kikobeats released this 17 Mar 15:46
· 1312 commits to master since this release
2b453b2

Breaking Changes

Rules Bundles processed in parallel

Until now, the rules bundles are processed in the interface, being possible passing meta between rules:

({ htmlDom: $, meta, url: baseUrl }) => wrap($ => $('meta[property="og:logo"]').attr('content')),

Now, the bundles rules are processed in parallel, being no possible have shared information between rules, so meta will no more passed.

The only official rule bundler affected by this is metascraper-lang-detector.

Improvements

Add metascraper-readability

The metascraper-readabilityhttp://npm.im/metascraper-readability is based on https://github.com/mozilla/readability.