Skip to content

Releases: k8thekat/UniversalisAPI_wrapper

Dev Release v6.0.0

14 Feb 20:12
4f3f4f4

Choose a tag to compare

Version - 6.0.0-dev - 9801aac

Additional endpoints added!

  • Added new endpoints get_aggregated_data(), get_marketable_items() and get_market_tax_rates().
  • Updated docstrings and attribute docs for better info via Intellisense/Linters.
  • Updated number of entries for history results from 10 to 25.
  • Added functionality to update the items.json file for item_id lookups. See get_update_items() and write_data_to_file().
  • Reorganized some functions.

Dev Release v5.0.1

24 Dec 22:17

Choose a tag to compare

Version - 5.0.1-dev - ad0683b

Minor fixes for endpoints.

  • Changed parameter type for item_quality from Enum to Literal strings.
    • Updated logic in get_current_data() to handle changes.
  • Added minor formatting to the __repr__() func all object's use. Formatting the "price" values.

Dev Release v5.0.0

10 Nov 01:36

Choose a tag to compare

Version - 5.0.0-dev - f569ea1

Minor Update

  • Changed from ItemQuality to a Literal for getting current marketboard functions.
  • Added a get_worlds to the DataCenterToWorlds enum.

Public Dev Release v4.1.0-dev

17 Sep 19:36

Choose a tag to compare

Version - 4.1.0-dev - 45a28dc

Minor fixes

  • Added default values for world_name and dc_name for CurrentDataEntriesandHistoryDataEntries`.
  • Updated documentation.

Public Dev Release v4.0.2-dev

09 Sep 20:49

Choose a tag to compare

Reverted formatting on price values.

  • Realized doing math on strings.. 😢

ISSUES

  • Fixed data return on MultiPart as it was overwriting the object not returning full results.

Version - 4.0.1-dev - 28136d2

Changelog generation code formatting typo.

Public Dev Release v4.0.0-dev

22 Aug 00:02

Choose a tag to compare

Version - 4.0.0-dev - 9cd794b

Development Release: Updated data structure for bulk searching.

  • Bulk Item searching was keyed into the resulting items not allowing users to access unresolved_items.
    • Added a new data structure. MultiPart which houses the entire response.
  • Added formatting to currency's and counts.
  • Moved sample code to a separate file.
  • Updated attributes that are printed via str() and repr() for HistoryData and CurrentData.

Issues

  • Fixed path issue in settings.json for Numpy template.

Public Dev Release v3.0.2-dev

29 Jul 17:07

Choose a tag to compare

Version - 3.0.2-dev - 091437d

Manifest path issue.

  • Missing package files.

Version - 3.0.1-dev - a19bc92

Fixed package data.

  • Forgot to update directory.

Version - 3.0.0-dev - f7aa97a

Pypi release

  • Changed project naming to async_universalis.
  • Updated relevant files.

Public Dev Release - v2.0.2

28 Jul 19:36
ba8fb0f

Choose a tag to compare

Version - 2.0.2-dev - 8c8641a

Failure to build.

  • Fixed typo in pyproject.toml.
  • Cleaned up changelog.

Universalis API 2.0

07 Jul 01:57

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/k8thekat/UniversalisAPI_wrapper/commits/2.0.0