What's Changed
🌟 Breaking Changes
The cmdlets used to fetch data from the Steam Web API has been reworked so they now output PSCustomObjects rather than json, csv or vdf. Furthermore, Pester tests has been added for each cmdlet.
- Rework Resolve-VanityURL by @hjorslev in #71
- Rework Get-SteamFriendList by @hjorslev in #75
- Rework Get-SteamNews by @hjorslev in #77
- Rework Get-SteamPlayerBan by @hjorslev in #78
- Rework Get-SteamPlayerSummary by @hjorslev in #80
- Rework Find-SteamAppID to Get-SteamApp by @hjorslev in #90
- Renamed to Get-SteamApp and added Find-SteamAppID as an alias
♻️ Refactored
- Prepare deprecation of Windows PowerShell by @hjorslev in #87
- Future major version will only support PowerShell 7.
- Add Test-Admin (private cmdlet) by @hjorslev in #88
- Rework Update-SteamServer by @hjorslev in #82
Full Changelog: v3.3.0...v4.0.0