mirror of
https://github.com/Jackzmc/rs-steam-workshop-api.git
synced 2026-02-03 21:16:30 -06:00
749 B
749 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.7.0
Changes
- Finished implementation of search_items
- Made some fields public
- Fixed all tests
0.6.0
Changes
- Added
subscribe(&self, publishedfileid: &str) - Added
unsubscribe(&self, publishedfileid: &str) - Removed accidental hardcoded key
0.5.0
Updated
- Rewrote search_items to allow more query paramaters
- search_items now returns a cursor, allowing you to continue searching
- Made tests use
STEAM_API_KEYenvironmental variable for auth-required methods