Releases: JaWarrior12/dredarkLeaderboardLib
Releases · JaWarrior12/dredarkLeaderboardLib
v2.0.3.post3
Update examples to use fetch_entry() instead of fetch_ship()
v2.0.3.post2
Full Changelog: v2.0.3.post1...v2.0.3.post2
v2.0.3.post1
Update pyproject.toml to v2.0.3.post1
v2.0.3: Version 2.0.3 Update
- Fix limit with accordance to #7 - TotalPages now accepts None, will iterate though all pages when None. Useful when Total pages count is unknown.
Version 2.0.2 Release
Spelling & README Fixes.
What's Changed
- Bump the pip group across 1 directory with 2 updates by @dependabot in #4
Full Changelog: v2.0.1...v2.0.2
Version 2.0.1 Release
What's Changed
- Bump idna from 3.6 to 3.7 by @dependabot in #1
- Bump requests from 2.31.0 to 2.32.0 in the pip group across 1 directory by @dependabot in #2
Full Changelog: v1.0.0-alpha.11...v2.0.1
v1.0.0-alpha.11
Update pyproject.toml to v1.0.0-alpha.11
v1.0.0-alpha.10
Update python-publish.yml
v1.0.0-alpha.9
Update Readme
v1.0.0-alpha.8: Fix Only Getting First 100 Ranks
- Added self.bs4Soup instance variable (mainly for dev testing) - scan_Leaderboard now requires `totalPages` (defaults to 10) for iterating over the leaderboard - Fixed the issue where only the first 100 entries were fetched.