All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Now
avatar
returns the full URL to the user profile's image
- Add support to DDoS Guard
- Retry network requests on 5XX errors
- Now
getHandiworkInformation
returns the object with typeT
without non-owned properties. Handiwork
,Game
,Asset
,Comic
,Animation
have no longerreadonly
properties.
- Removed
mod
property fromGame
class, usecategory === "mods"
instead.
- Remove ending
-
in author's name - Fix missing author's name when more platform were present
- Fix error on missing attribute during scrape
- COOKIES.md Used to describe cookies behaviour
- CHANGELOG.md Used to keep track of changes
- Updated dependencies
- Fixed ReDOS on two Regex strings
- FIxed vulerabilities in dependencies
- Fixed #181, #182, #183