Skip to content

Releases: dobecad/mal-rs

v2.0.2

10 May 03:49
Compare
Choose a tag to compare
  • Fix OneShot manga media type

v2.0.1

09 May 19:37
Compare
Choose a tag to compare
  • Include LightNovel variant to MangaMediaType

v2.0.0

04 Mar 08:38
Compare
Choose a tag to compare

OAuth Updates:

  • Updated OAuth module to support client_id + PKCE authentication flow, rather than always requiring a client_secret
    • If you are going to just use the client_id + PKCE flow, make sure you select either ios, android, or other for your App Type for your MAL App
  • Updated some function names to more accurately reflect their nature
  • Allow users to specify config save and load locations
  • Updated examples

v1.0.0

02 Jan 23:07
Compare
Choose a tag to compare
  • Eased the typing around some user-facing function arguments (T: Into<String> versus &str)
  • Implemented more MAL API response variants that are currently undocumented in the MAL specification
  • Removed fallibility in request building when the only fallible portion is the limit optional argument
    • Now, if you provide a limit outside the bounds, the value is clamped to be in bounds
    • This change lets you remove a bunch of result checking for requests that can only fail for out-of-bound limits

v0.2.0

21 Jul 00:27
Compare
Choose a tag to compare

Changes

  • Fixed formatting across library and examples