Skip to content

Releases: alexthemaster/filelist.js

v4.0.1

08 Sep 13:11

Choose a tag to compare

  • Fix: Properly wait for ratelimit timeout to finish and return results

v4.0.0

08 Sep 10:59

Choose a tag to compare

  • Breaking: Don't let user specify between JSON and RSS output, since we return the output as an object

v3.0.0

08 Sep 10:55
af18d9c

Choose a tag to compare

  • Rewrite to TypeScript
  • Switch to Yarn
  • Add Prettier and ESlint to project
  • Breaking: No default export any more, you need to import the FileList class
  • Breaking: .search() and .latest() params now accept the exact variables and types as the API requires
  • Breaking: The Torrent object returned is now 1:1 to the one returned by the API

v2.2.0

09 Jun 11:43
a732147

Choose a tag to compare

  • Handle rate limits (retry every 10 minutes)
  • Replace node-fetch with @sapphire/fetch
  • Replace querystring with native method
  • Fix params object parsing

v2.1.0

01 Sep 19:13
d24174e

Choose a tag to compare

  • Add TypeScript typings
  • Various JSDoc and code changes and fixes

v2.0.0

08 May 08:26

Choose a tag to compare

BREAKING CHANGE: The download_with_fltoken property had to be removed because FileList had recent API changes and nuked the endpoint we were using.

v1.1.5

29 Apr 22:08

Choose a tag to compare

Remove references to filelist.ro and link to documentation

v1.1.4

29 Apr 20:19

Choose a tag to compare

Add doubleup (2x upload) as a valid search parameter and also as a Torrent return type!

(also fixed the JSDoc word casings)

v1.1.3

29 Apr 19:56

Choose a tag to compare

This release updates the package to use the new filelist.io domain.

As of April 29th, 2020 all package versions prior to this one are deprecated, because the Romanian authorities seized the filelist.ro domain.

v1.1.1

29 Apr 19:53

Choose a tag to compare

Removes unnecessary parameters from the search function