Skip to content

v4.14.0: Reorganization, new endpoints, Open Cloud, and unit tests

Compare
Choose a tag to compare
@suufi suufi released this 15 Mar 05:31
· 78 commits to master since this release

A year later, an official version has been published with a number of changes. Happy 2023 (3 months late)!

Change Log

πŸ“ Documentation

  • docs: Add tutorial for remote cookie retrieval to address IP locking by @alanbixby in #547
  • Add error handling to event docs by @Neztore in #583
  • Adding await to uploadItem to JSDoc function example by @athammer in #556
  • Fix getConversations docs. by @Sightem in #654

🏠 Internal

  • Internal reorganization of endpoints such that they are under their subdomain listing (if possible) #587
  • Fix FriendRequest type by @siim0n in #630
  • Improve unit test cases by adding more specificity and more functions by @suufi in #587
  • getBlurb returns results without HTML parsing by @suufi in #587
  • Update description for package and add @alanbixby as maintainer by @suufi in #587

πŸš€ Changes

New Functions

  • Add getThumbnails.js by @popeeyy in #566
  • Add deleteWallPostsByUser.js by @GestaIt in #608
  • Add Open Cloud functions by @suufi in #587
    • Add setAPIKey.js
    • Add deleteDatastoreEntry.js
    • Add getDatastoreEntry.js
    • Add getDatastoreEntryVersions.js
    • Add getDatastoreKeys.js
    • Add getDatastores.js
    • Add incrementDatstoreEntry.js
    • Add setDatastoreEntry.js

Enhancements

  • Fix getGameInstances by @popeeyy in #566
  • Draft fixes for #579 by @Chosey98 in #589
  • Uses Date objects for created and updated properties by @suufi in #587
  • getIdFromUsername can now return multiple IDs if provided multiple usernames (backward compatible) by @suufi in #587

πŸ”© Dependency Updates

Contributors

New Contributors

Authors

Full Changelog: v4.13.1...v4.14.0