1.0.0
-
Added a bunch of commands
league_show(league_name)
league_show_schedule(league_name, page_num)
league_show_standings(league_name, page_num)
tournament_show_by_country(country_code, page_num)
tournament_show_by_state(state_code, page_num)
tournament_show_by_radius(coordinates, radius, page_num)
tournament_show_players_by_sponsor(tournament_name, sponsor)
-
Adjusted return fields of a few functions (this WILL be the last time fields are modified for existing functions -- I cannot guarantee new return fields will not be added, but they won't affect your current scripts from now on)
tournament_show(tournament_name)
tournament_show_event_brackets(tournament_name, event_name)
tournament_show_with_brackets_all(tournament_name)
tournament_show_events(tournament_name)
(just adjusted it from a dictionary with one entry (which was an array) to an array -- this aligns with the rest of the functions like this)
-
Implemented tests
-
Added lots of error checking (I was missing quite a bit, oops)
-
Reordered filters so it has the same order as the commands in smashgg.py