v5.0.0
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-readability
http://npm.im/metascraper-readability is based on https://github.com/mozilla/readability.