v0.18.5
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.
- If the
- 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()
- 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
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.