Releases: PyBotDevs/skyblockpy
Release v2024.503.0
Thank you for following along! This is a tagged re-release of SkyblockPy v2024.407.0 (new: v2024.503.0).
The reason I'm re-releasing v2024.407.0 is because I just configured a GitHub workflow that is able to build a Python Package, and upload it to PyPi package index (so that it shows up on pip, for example).
edit: it failed to upload to pypi
What's Changed
Nothing yet...
Full Changelog: v2023.702.0...v2024.407.0
v2024.407.0
Thank you for following along! This is a tagged release of SkyblockPy (v2024.407.0).
This release fixes a majority of bugs, improves and adds more documentation to make development even easier, and also updates functions for some Hypixel API endpoints that were recently changed.
What's Changed
- Add missing docstring for
get_uuid()
by @cyanogus in #18 - Add
pyproject.toml
configuration by @notsniped in #22 - Remove all trailing whitespaces by @cyanogus in #19
- Simplify Hypixel API documentation link by @cyanogus in #20
- Update
firesales
API endpoint url by @cyanogus in #21 - Add some example code to README by @notsniped in #23
- Switch from using
__init__.py
module to directskyblockpy
module by @notsniped in #24
New Contributors
Full Changelog: v2023.702.0...v2024.407.0
v2023.702.0
This is a tagged release of SkyblockPy (v2023.702.0).
This release adds the rest of the Hypixel API's endpoint handlers, and also simplifies the json.loads()
function usage.
What's Changed
- Add API endpoint return function for getting recently ended auctions by @notsniped in #8
- Move all single-line function documentations to a single line string by @notsniped in #9
- Add API endpoint handling for
get_player_info()
by @notsniped in #10 - Refactor
json.loads()
asparse()
by @notsniped in #11 - Add some more API endpoint handlers for fetching Hypixel user data by @notsniped in #14
- Add API endpoint handler for fetching guild info by @notsniped in #12
- Add some API endpoint handlers for Hypixel resources information by @notsniped in #13
- Add API endpoint handler for fetching a player's bingo data by @notsniped in #15
- Add API endpoint handler for retrieving current/upcoming firesales for Hypixel by @notsniped in #16
- Add some extra API endpoint handler functions by @notsniped in #17
Full Changelog: v2023.105.0...v2023.702.0
Release v2023.105.0
This is a tagged release of SkyblockPy (v2023.105.0).
This update adds some new API endpoint retrieval functions and also optimizes endpoint request return types.
What's Changed
- Add API endpoint request functions for getting data on Skyblock items, mayor information and ongoing election information by @notsniped in #5
- Explicitly define API endpoint returns as
dict
by @notsniped in #6 - Add API endpoint for getting Skyblock bingo event and goals data by @notsniped in #7
Full Changelog: v2022.1230.0...v2023.105.0
Release v2022.1230.0
This tagged release (v2022.1230.0) is the first public release of this library.
If you find any bugs or errors, or want to improve this library, feel free to make an issue/pull request.
What's Changed
- Make separate API library functions for getting player auctions and all auctions by @notsniped in #1
- Add functions for fetching Skyblock Collections and Skills data by @notsniped in #2
- Fix library auto-import structure by @notsniped in #3
- Fix errors related to returning API endpoint data by @thatOneArchUser in #4
New Contributors
- @notsniped made their first contribution in #1
- @thatOneArchUser made their first contribution in #4
Full Changelog: https://github.com/PyBotDevs/skyblockpy/commits/v2022.1230.0