Releases: k8thekat/UniversalisAPI_wrapper
Releases · k8thekat/UniversalisAPI_wrapper
Dev Release v6.0.0
Version - 6.0.0-dev - 9801aac
Additional endpoints added!
- Added new endpoints
get_aggregated_data(),get_marketable_items()andget_market_tax_rates(). - Updated docstrings and attribute docs for better info via Intellisense/Linters.
- Updated number of entries for history results from
10to25. - Added functionality to update the
items.jsonfile foritem_idlookups. Seeget_update_items()andwrite_data_to_file(). - Reorganized some functions.
Dev Release v5.0.1
Version - 5.0.1-dev - ad0683b
Minor fixes for endpoints.
- Changed parameter type for
item_qualityfrom Enum to Literal strings.- Updated logic in
get_current_data()to handle changes.
- Updated logic in
- Added minor formatting to the
__repr__()func all object's use. Formatting the "price" values.
Dev Release v5.0.0
Version - 5.0.0-dev - f569ea1
Minor Update
- Changed from
ItemQualityto a Literal for getting current marketboard functions. - Added a
get_worldsto the DataCenterToWorlds enum.
Public Dev Release v4.1.0-dev
Version - 4.1.0-dev - 45a28dc
Minor fixes
- Added default values for
world_nameanddc_namefor CurrentDataEntriesandHistoryDataEntries`. - Updated documentation.
Public Dev Release v4.0.2-dev
Reverted formatting on price values.
- Realized doing math on strings.. 😢
ISSUES
- Fixed data return on
MultiPartas 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
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.
MultiPartwhich houses the entire response.
- Added a new data structure.
- Added formatting to currency's and counts.
- Moved sample code to a separate file.
- Updated attributes that are printed via str() and repr() for
HistoryDataandCurrentData.
Issues
- Fixed path issue in
settings.jsonfor Numpy template.
Public Dev Release v3.0.2-dev
Public Dev Release - v2.0.2
Universalis API 2.0
What's Changed
- Following ruff and pyright standards by @AbstractUmbra in #1
Full Changelog: https://github.com/k8thekat/UniversalisAPI_wrapper/commits/2.0.0