Skip to content

v0.69.6

Choose a tag to compare

@michelcrypt4d4mus michelcrypt4d4mus released this 09 Jun 01:56
· 1032 commits to master since this release

Behold: there is now incomplete JSDoc documentation for FediAlgo's various functions / objects / types etc.

  • Convert TheAlgorithm.getTimeline() to a getter named timeline, getApiErrorMsgs() to apiErrorMsgs, isLoading() and serverInfo() to getters
  • Convert Toot object's attachmentType, author(), contentTagParagraph(), isDM(), isFollowed(), isPrivate(), realToot(), realURI(), realURL() to getters
  • Convert Account object's homeserver(), homeserverURL(), noteWithAccountInfo() to getters
  • Convert Toot.getScore() to score getter
  • Rename ObjWithTootCount to NamedTootCount, WithCounts to TootCounts
  • Upgrade masto.js to 7.1.0
  • Add "la" to TAG_ONLY_STRINGS
  • Fix handling of failed hashtag timeline and search for hashtag API requests