Skip to content

v5.0.0

Choose a tag to compare

@ndaidong ndaidong released this 23 Dec 03:18
· 392 commits to main since this release
9341737
  • Change parser engine to @mozilla/readability
  • Add method addQueryRules()
  • Replace got with axios
  • 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