Skip to content

v1.0.2

Compare
Choose a tag to compare
@TTTaevas TTTaevas released this 17 Apr 01:19
· 11 commits to master since this release

This version brings you more ways to configure your API objects to your liking!

  • The user_id of Comment has been marked as potentially null; older comments always could've had a null user_id
  • retry has been added to the API, you can configure how and when to automatically retry a failed request with it!
  • refresh_timeout has been added to the API; Updating refresh_token, refresh_on_expires and expires will change refresh_timeout accordingly
  • The timeout that refreshes the token automatically (now refresh_timeout) no longer blocks the program from exiting, as .unref() is always called on it
  • The documentation is ever so slightly better

Enjoy!

Full Changelog: v1.0.1...v1.0.2