summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Toolkit
AgeCommit message (Expand)Author
2018-06-29simplify mod API response structure (#532)Jesse Plamondon-Willard
2018-06-29add optional extended metadata to mods API (#532)Jesse Plamondon-Willard
2018-06-28add support for unofficial version in update checks (#532)Jesse Plamondon-Willard
2018-06-28use more structured API response for update checks (#532)Jesse Plamondon-Willard
2018-06-28add support for writing versions to JSONJesse Plamondon-Willard
2018-06-28simplify mod DB method (#532)Jesse Plamondon-Willard
2018-06-27add method to get all data records (#532)Jesse Plamondon-Willard
2018-06-27encapsulate mod DB a bit better for use outside SMAPI (#532)Jesse Plamondon-Willard
2018-06-27move mod DB parsing into toolkit (#532)Jesse Plamondon-Willard
2018-06-24fix ISemanticVersion deserialisation errors (#532)Jesse Plamondon-Willard
2018-06-24merge IManifest interfaces into new project (#532)Jesse Plamondon-Willard
2018-06-24merge ISemanticVersion interfaces into new project (#532)Jesse Plamondon-Willard
2018-06-24add project for toolkit interfaces visible to SMAPI mods (#532)Jesse Plamondon-Willard
2018-06-24update web/toolkit packagesJesse Plamondon-Willard
2018-06-24add more verbose logs to simplify troubleshootingJesse Plamondon-Willard
2018-06-19rewrite update checks (#551)Jesse Plamondon-Willard
2018-06-11fix new validation not allowing capitals in semver tagsJesse Plamondon-Willard
2018-06-10improve semantic version validationJesse Plamondon-Willard
2018-06-08allow launching multiple instances without manually changing log path (#494)Jesse Plamondon-Willard
2018-06-06return file versions from Nexus in web API (#532)Jesse Plamondon-Willard
2018-06-05fix version parsing issues in new toolkit code (#532)Jesse Plamondon-Willard
2018-06-05tweak client for reuse in toolkit (#532)Jesse Plamondon-Willard
2018-06-05move manifest parsing into toolkit (#532)Jesse Plamondon-Willard
2018-06-02move web API client into toolkit (#532)Jesse Plamondon-Willard
2018-05-30add summary and 'unofficial' status to wiki client (#532)Jesse Plamondon-Willard
2018-05-26improve wiki parsing (#532)Jesse Plamondon-Willard
2018-05-25add wiki compatibility list parsing to toolkit (#532)Jesse Plamondon-Willard
2018-05-25use separate pre-release version number for toolkit (#532)Jesse Plamondon-Willard
2018-05-25move PathUtilities into toolkit (#532)Jesse Plamondon-Willard
2018-05-25fix post-build step in toolkit project (#532)Jesse Plamondon-Willard
2018-05-25add semantic version to toolkit (#532)Jesse Plamondon-Willard
2018-05-25add empty toolkit project & fix misleading build configuration name (#532)Jesse Plamondon-Willard