Skip to content

v0.8.0

Compare
Choose a tag to compare
@Galarzaa90 Galarzaa90 released this 01 Aug 01:26
· 5 commits to main since this release

Changes

  • Added isCachingEnabled property to TibiaResponse
    • isCached tells us if the obtained content is fresh or cached.
    • isCachingEnabled tells us if the content's origin uses caching at all or not.
  • Added BaseForumThread interface, extracting common properties from ForumThread and ThreadEntry.
  • (Breaking Change) Removed categoryIcon property from
  • (Breaking Change) The queryParam constant various enum used for filtering had has been renamed to QUERY_PARAM.
    • The same has been done to variations of this name, to an all uppercase name.