Releases: zunderscore/StardewWebApi
Releases · zunderscore/StardewWebApi
StardewWebApi 0.6.0
Release Notes
- Add raw game data for achievements, locations
- Add achievements and active quests to player data
- Add player inventory endpoint
- Add festival name (if applicable) to day info
- Refactor player URLs to plan for possible future expansion
- Fix broken stub URLs
StardewWebApi 0.5.1
Release Notes
- Add current music track to world info
- Add play/stop music track actions
showChatMessage
now requires loaded game
StardewWebApi 0.5.0
Release Notes
- Update URLs to be more consistent with API/versioning practices, and to better logically refactor pieces together
- Add play sound action
StardewWebApi 0.4.1
Release Notes
- Fix binding issue on Linux systems
StardewWebApi 0.4.0
Release Notes
- Add mod info endpoints
- Enable class-level route definitions
StardewWebApi 0.3.0
Release Notes
- Add
PlayerStoppedDating
andPlayerNoLongerEngaged
events - Add some basic item endpoints
- Fixed a bug with string casing in URL parameter values
StardewWebApi 0.2.0
Release Notes
- Refactor routing to add parameterized routes
- Update README to reflect updated routes
StardewWebApi 0.1.2
Release Notes
- Add
FrontDoor
warp location, optional warp animation
StardewWebApi 0.1.1
Release Notes
- Fix bug with friendship values
StardewWebApi 0.1.0
Release Notes
- Initial release