Fixes Search, Improves pagination and typing and more.
Release Notes:
This is a major release, and it's been a while since the last one. This time I wanted to address all the shortcoming in the library. One of the short comings how the Authentication and RequestBuilder class worked. The authentication and the request builder class architecture is much more cleaner now.
The release also fixes the bug with the Search class since Sony ended up deprecating the previous API.
Lastly, this version uses improved pagination that I added a while ago. But previously it was only limited to TitleStats
. But now all trophy endpoints use this pagination class.
This version introduces small changes to the methods of the library. Hence, the major release. Keep in mind when upgrading to this version.
If you have any question, feel free to ask me on subreddit r/DevYoshikageKira
What's Changed (auto generated)
- Fixed search method name for README by @Dev-R in #56
- Correct codeblock example by @NiccoloGranieri in #59
- Bugfix: incorrect play time parsing by @omz1990 in #60
- Bugfix: Add PSPC platform type by @omz1990 in #66
- Improved README Code Example Readability and Generator Handling by @Dev-R in #69
- Authentication Rewrite by @isFakeAccount in #70
New Contributors
- @Dev-R made their first contribution in #56
- @NiccoloGranieri made their first contribution in #59
Full Changelog: v1.3.3...v2.0.0