Skip to content

Releases: JaWarrior12/dredarkLeaderboardLib

v2.0.3.post3

01 Oct 17:41
Compare
Choose a tag to compare
Update examples to use fetch_entry() instead of fetch_ship()

v2.0.3.post2

01 Oct 17:35
Compare
Choose a tag to compare

v2.0.3.post1

01 Oct 17:31
Compare
Choose a tag to compare
Update pyproject.toml to v2.0.3.post1

v2.0.3: Version 2.0.3 Update

27 Sep 19:19
Compare
Choose a tag to compare
- 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

23 Sep 17:03
Compare
Choose a tag to compare

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

13 Sep 13:29
Compare
Choose a tag to compare

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

21 Mar 13:21
Compare
Choose a tag to compare
Update pyproject.toml to v1.0.0-alpha.11

v1.0.0-alpha.10

20 Mar 19:50
8768b8f
Compare
Choose a tag to compare
Update python-publish.yml

v1.0.0-alpha.9

19 Mar 16:10
Compare
Choose a tag to compare
Update Readme

v1.0.0-alpha.8: Fix Only Getting First 100 Ranks

23 Feb 19:03
Compare
Choose a tag to compare
- 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.