Skip to content

Releases: zunderscore/StardewWebApi

StardewWebApi 0.6.0

28 Apr 17:24
Compare
Choose a tag to compare

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

27 Apr 00:55
Compare
Choose a tag to compare

Release Notes

  • Add current music track to world info
  • Add play/stop music track actions
  • showChatMessage now requires loaded game

StardewWebApi 0.5.0

25 Apr 21:04
Compare
Choose a tag to compare

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

23 Apr 15:43
Compare
Choose a tag to compare

Release Notes

  • Fix binding issue on Linux systems

StardewWebApi 0.4.0

21 Apr 21:41
Compare
Choose a tag to compare

Release Notes

  • Add mod info endpoints
  • Enable class-level route definitions

StardewWebApi 0.3.0

21 Apr 16:26
Compare
Choose a tag to compare

Release Notes

  • Add PlayerStoppedDating and PlayerNoLongerEngaged events
  • Add some basic item endpoints
  • Fixed a bug with string casing in URL parameter values

StardewWebApi 0.2.0

20 Apr 01:31
Compare
Choose a tag to compare

Release Notes

  • Refactor routing to add parameterized routes
  • Update README to reflect updated routes

StardewWebApi 0.1.2

18 Apr 01:34
Compare
Choose a tag to compare

Release Notes

  • Add FrontDoor warp location, optional warp animation

StardewWebApi 0.1.1

15 Apr 18:58
Compare
Choose a tag to compare

Release Notes

  • Fix bug with friendship values

StardewWebApi 0.1.0

15 Apr 15:01
Compare
Choose a tag to compare

Release Notes

  • Initial release