Skip to content

Releases: extractus/feed-extractor

v5.0.0rc3

29 Jan 03:28
f4d2cfa
Compare
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
Compare
Choose a tag to compare
  • Update dependencies
  • Update README

v5.0.0rc1

04 Jan 03:41
cc967be
Compare
Choose a tag to compare
  • Switch to es6 module system

v4.0.1

30 Dec 15:55
84d2268
Compare
Choose a tag to compare

v4.0.0

23 Dec 15:11
c9a254d
Compare
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
Compare
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"
    },
    // ...
  ]
}

v3.0.2

24 Nov 08:39
3b28d2a
Compare
Choose a tag to compare
  • Improve test coverage
  • Remove unused parts

v3.0.1

24 Nov 08:02
b682389
Compare
Choose a tag to compare
  • Fix issue #17
  • Update deps

v3.0.0

23 Nov 11:04
ccdf0e8
Compare
Choose a tag to compare
  • Refactor from scratch

v0.1.61

17 Jun 02:50
Compare
Choose a tag to compare

The last version that supports node < 6.