Skip to content

v0.18.5

Compare
Choose a tag to compare
@MasterJ93 MasterJ93 released this 24 Oct 03:25
· 438 commits to main since this release

Version 0.18.5 includes the following changes:

  • Fixed an issue where searchUsers would give an error.
    • If the cursor property was empty in the output, the error will appear.
  • Tweaked some methods to better match the Switch API Design Guidelines.
    • The guidelines state that “methods and functions should have named that “[…] make use sites form grammatical English phrases.” There are currently methods that have the word query in the argument name, which they violate the current guidelines. They usually have _ query or [by/with/for] query. Instead, matching query would be a better version.
    • The following methods are affected:
      • searchRepositories()
      • getPopularFeedGenerators()
      • searchActorsSkeleton()
      • searchPosts()
      • searchPostsSkeleton()
      • searchUsers()
      • searchUsersTypeahead()
      • checkSignupQueue()

Once again, thank you for your support. Please give feedback, bug reports, and contributions if you have time. You can also speak to me on Bluesky (@cjrriley.com) for any questions.