Skip to content

Releases: k8thekat/GarlandToolsAPI_wrapper

Public Release v1.5.0

28 Dec 04:46
4aa8724

Choose a tag to compare

Version - 1.5.0 - e509d0e

Overall

Merge remote-tracking branch 'refs/remotes/origin/development' into development

  • Added Raises field to function docstrings for any Errors to help usage.
  • Added a try, except for when attempting to call .json() on our data response.

Version - 1.4.2 - adf97a4

Minor update for Icon Type

  • Added a item_custom field to handle a special item ID case called fccredit.

Public Release v1.4.1

21 Dec 19:50
4d124a0

Choose a tag to compare

Version - 1.4.1 - 9ff411c

Overall

Merge branch 'development' of https://github.com/k8thekat/GarlandToolsAPI_wrapper into development

  • There is an item that is not obtained via an id, instead it uses the a string name. eg. fccredit.

Version - 1.4.0 - ca1f464

Additional args, kwargs to update icon endpoint.

  • Added a positional parameter to icon called thumbnail to force return lower resolution Icon data by default. As higher resolution Icon data can fail to resolve.
  • Added additional parameters to icon related to aiohttp.ClientResponse and a content_only flag to force return raw bytes over JSON.

v1.3.0: Merge pull request #3 from k8thekat/development

23 Nov 07:08
e8d2ebb

Choose a tag to compare

Version - 1.3.0 - f7f7021

Updated data returns

  • Added missing key values for NPC
  • Added missing "partials" key to NPCResponse.
  • Added two new data types, Shop and Equipment.
  • Doubled CachedSession expire_after parameter value. (86400 -> 172800).

Public Release v1.2.2

31 Oct 19:03
9b91168

Choose a tag to compare

Version - 1.2.2 - afa3ad7

Update for Release.

  • Version bump and updated __version__.

Version - 1.2.1-dev - 348efe4

Updated pyproject.toml

  • Added a description.
  • Fixed ruff lint exclusions and keys.

Version - 1.2.0-dev - 8bc2796

Updated Error handling

  • Added more information when an error is encountered.
  • Relocated the sample code to a seperate file.

Version - 1.1.0-dev - 029b3b9

Fixed type's for session objects to include CachedSession.

  • Fixed logic bug in the node function.
  • Changed Item.patch type from int to float.

Public Development Release - v1.0.0

25 Aug 02:32

Choose a tag to compare

Version - 1.0.0-dev - 3cedb59

Overall

Merge remote-tracking branch 'refs/remotes/origin/development' into development

  • Logic for data structure checking was incorrect, causing a key error.
  • Updated GarlandToolsKeyError message to be more clear.
  • Updated ItemResponse key types.

Version - 0.2.1-dev - 4125129

Minor type update for Searches.

  • Updated type key for SearchResponse from Any to str.
    • Added a brief doc showcasing some of its possible values.

Version - 0.2.0-dev - 248205f

Bug fix for language var.

  • Key error with item() endpoint fixed.
  • Failure to setup language parameter during init fixed.
  • Sorted classes in _types file.

Public Development Release - v0.1.3

25 Jul 18:19

Choose a tag to compare

Version - 0.1.3-dev - e8a9bf5

Minor Type changing.

  • Updated typecheckingMode for pyright to strict.
  • Fixed typing for InstanceData and LeveResponse.
  • Removed un-needed logic in GarlandToolsAsync.close() function.
  • Removed an unused import from _enums.py.

Public Development Release - v0.0.2

25 Jul 17:28

Choose a tag to compare

Version - 0.0.2 - ac6e652

Organization and cleanup.

  • Updated dependencies based upon feedback.
    • Updated uv.
  • Added an ISSUES template.
  • Added VScode extensions.json.
  • Removed Patch Enum as it wasn't used.
  • Updated docstrings and commenting for types.
    • Sorted types in alphabetical order.
  • Misc documentation updates.

Public Development Release - v0.2.0

27 Jul 04:40

Choose a tag to compare

Version - 0.2.0-dev - 248205f

Bug fix for language var.

  • Key error with item() endpoint fixed.
  • Failure to setup language parameter during init fixed.
  • Sorted classes in _types file.