Changes in version 0.4.2 (2025-03-30) - Increase minimum R version to 4.2 - Wrap all URL requests in tryCatch() to ensure internet connection problems fail gracefully. - Change examples to interactive only and note functions that require internet activity. - Skip testing on CRAN for tests requiring internet connections. - Switch vignette to pre-built Rmd file. Changes in version 0.4.1 (2025-01-23) - Remove examples from division_stats() and get_teams() documentation. - Remove deprecated group_player_stats(). Changes in version 0.4.0 - Update status to active and lifecycle to stable. - Create team_season_info(), team_season_stats(), and team_match_stats() functions to output team-related information. - Create division_stats() and conference_stats() to aggregate season, match, and play-by-play statistics over divisions and conferences. - Create vignette to help Get Started. - Update logo. - Remove duplication of match and play-by-play stats in group_stats(). - Create more descriptive warnings when teams or matches are missing. - Improve handling of seasons and matches with no data. These cases are skipped with a warning instead of stopping with an error. - Create suite of functions to check argument input - Skip all URL request tests on CRAN and CI Changes in version 0.3.0 - Improve output of match_pbp() to parse events and players. - Improve output of find_team_contests() to include record, attendance, and canceled matches. - Add match and play-by-play levels to group_stats(). - Fix bug in group_stats() when matches are canceled. - Replace term "visitor" with "away". - DEPRECATION: - group_player_stats() has been renamed group_stats(). - conference_player_stats() has been renamed conference_season_stats(). - division_player_stats() has been renamed division_season_stats(). Changes in version 0.2.0 - Add match-level functions find_team_contests(), player_match_stats(), and test match_pbp() for extracting match/contest IDs, player statistics, and play-by-play information. - DEPRECATION: team_player_stats() has been renamed player_season_stats(). Changes in version 0.1.0 - Initial release. - Add season-level statistics extraction `. - Add conference, division, and custom group aggregation with conference_player_stats(), division_player_stats(), and group_player_stats() - Create website and logo.