Releases: alexthemaster/filelist.js
Releases · alexthemaster/filelist.js
v4.0.1
v4.0.0
- Breaking: Don't let user specify between JSON and RSS output, since we return the output as an object
v3.0.0
- 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
- 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
- Add TypeScript typings
- Various JSDoc and code changes and fixes
v2.0.0
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
Remove references to filelist.ro and link to documentation
v1.1.4
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
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
Removes unnecessary parameters from the search function