Skip to content

Releases: extractus/feed-extractor

v6.0.0rc1

12 Jul 14:29
bde2a87

Choose a tag to compare

Attention

The changes of this RC version may affect to your current code. Please look at the examples in README carefully.

v5.0.2

04 Jul 05:05
29a6a67

Choose a tag to compare

  • Fix example SaaS link
  • Update dependencies

v5.0.1

03 Jun 06:49
89d009e

Choose a tag to compare

  • Update dependencies
  • Use GitHub CodeQL instead of SonarCloud service
  • Change default user agent

v5.0.0

08 Apr 07:23
94bdef5

Choose a tag to compare

  • Change to ES6 Module format
  • Update dependencies
  • Fix some stuff

Thanks to @neizod for pr #30 :)

v5.0.0rc3

29 Jan 03:28
f4d2cfa

Choose a tag to compare

  • Merge pr #30 by @neizod
  • Fix wrong function name from pr #30
  • Add more tests for pr #30
  • Update dependencies

v5.0.0rc2

07 Jan 04:47
5c4bfc2

Choose a tag to compare

  • Update dependencies
  • Update README

v5.0.0rc1

04 Jan 03:41
cc967be

Choose a tag to compare

  • Switch to es6 module system

v4.0.1

30 Dec 15:55
84d2268

Choose a tag to compare

v4.0.0

23 Dec 15:11
c9a254d

Choose a tag to compare

  • Rename main method from parse() to read()
  • Change date format to ISO standard
  • Change request lib from got to axios
  • Publish 2 new methods: getRequestOptions() & setRequestOptions()
  • Improve test scripts

v3.1.0

26 Nov 09:19
5618bd7

Choose a tag to compare

  • Update data structure (change property name)

Example output:

{
  "title": "Top stories - Google News",
  "link": "https://news.google.com/atom?hl=en-US&gl=US&ceid=US%3Aen",
  "description": "Google News",
  "generator": "NFE/5.0",
  "language": "",
  "published": "Tue, Nov 23, 2021  05:58:17 PM",
  "entries": [
    {
      "title": "Lone suspect in Waukesha parade crash to appear in court today, as Wisconsin reels from tragedy that left 5 dead and dozens more injured - CNN",
      "link": "https://news.google.com/__i/rss/rd/articles/CBMiTmh0dHBzOi8vd3d3LmNubi5jb20vMjAyMS8xMS8yMy91cy93YXVrZXNoYS1jYXItcGFyYWRlLWNyb3dkLXR1ZXNkYXkvaW5kZXguaHRtbNIBUmh0dHBzOi8vYW1wLmNubi5jb20vY25uLzIwMjEvMTEvMjMvdXMvd2F1a2VzaGEtY2FyLXBhcmFkZS1jcm93ZC10dWVzZGF5L2luZGV4Lmh0bWw?oc=5",
      "description": "Lone suspect in Waukesha parade crash to appear in court today, as Wisconsin reels from tragedy that left 5 dead and dozens more injured    CNN Waukesha Christmas parade attack: 5 dead, 48 injured, Darrell Brooks named as...",
      "published": "Tue, Nov 23, 2021  05:34:00 PM"
    },
    // ...
  ]
}