summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Toolkit
AgeCommit message (Expand)Author
2019-09-13add 'broke in' API fields (#638)Jesse Plamondon-Willard
2019-09-13remove 'SMAPI 3.0 ready' API fields (#638)Jesse Plamondon-Willard
2019-03-16add support for suppressing warnings in mod DBJesse Plamondon-Willard
2019-03-07update compatibility listJesse Plamondon-Willard
2019-03-07update for compatibility wiki page changesJesse Plamondon-Willard
2019-02-07tweak XNB mod message for clarityJesse Plamondon-Willard
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-12-27enable latest C# featuresJesse Plamondon-Willard
2018-12-16remove default SMAPI 3.0 strict mode in debug buildsJesse Plamondon-Willard
2018-12-15add SMAPI 3.0 readiness to API data (#606)Jesse Plamondon-Willard
2018-12-04update version parsing code (#606)Jesse Plamondon-Willard
2018-12-04add SMAPI 3.0 compatibility strict mode (#606)Jesse Plamondon-Willard
2018-12-02add ModDrop to mod compatibility page (#604)Jesse Plamondon-Willard
2018-11-30add ModDrop support in API & update checks (#604)Jesse Plamondon-Willard
2018-11-23strip newlines in manifest display fieldsJesse Plamondon-Willard
2018-11-19fix beta header shown on compat list when there's no current betaJesse Plamondon-Willard
2018-11-07deprecate version build fieldJesse Plamondon-Willard
2018-11-07deprecate old manifest version formatJesse Plamondon-Willard
2018-11-04update HTTP URLs to HTTPSJesse Plamondon-Willard
2018-11-04update web packagesJesse Plamondon-Willard
2018-10-27add support for ignored mod foldersJesse Plamondon-Willard
2018-10-27update for changes to wiki compatibility list (#597)Jesse Plamondon-Willard
2018-10-20fetch game versions from the wiki (#597)Jesse Plamondon-Willard
2018-10-20fix Chucklefish pages not being linked (#597)Jesse Plamondon-Willard
2018-10-20expand metadata fetched from the wiki (#597)Jesse Plamondon-Willard
2018-10-01special-case '-unofficial' when comparing versionsJesse Plamondon-Willard
2018-09-29fix mod web API returning a concatenated name for mods with alternate namesJesse Plamondon-Willard
2018-09-27add separate error when player puts an XNB mod in ModsJesse Plamondon-Willard
2018-09-12update internal dependenciesJesse Plamondon-Willard
2018-09-06add support for parallel stable/beta unofficial versions (#594)Jesse Plamondon-Willard
2018-09-06fix SemanticVersionConverter no longer writing JSON in some casesJesse Plamondon-Willard
2018-09-02only use valid update keys in update-check logic (#592)Jesse Plamondon-Willard
2018-09-02add update key parsing to toolkit (#592)Jesse Plamondon-Willard
2018-08-31tweak semantic version converter to avoid invalid cast errorsJesse Plamondon-Willard
2018-08-24fetch mod update keys from wiki when availableJesse Plamondon-Willard
2018-08-22fix crash when a mod manifest is corruptedJesse Plamondon-Willard
2018-08-19add display name field to ModFolder (#583)Jesse Plamondon-Willard
2018-08-19add recursive mod search (#583)Jesse Plamondon-Willard
2018-08-19add data API (#468)Jesse Plamondon-Willard
2018-08-18no longer allow non-relative paths for IContentPack.Read/WriteJsonFile (#468)Jesse Plamondon-Willard
2018-08-18refactor some methods for reuse (#468)Jesse Plamondon-Willard
2018-08-14drop backwards compatibility in update-check APIJesse Plamondon-Willard
2018-08-11add support for loading unpacked .json files through content API (#576)Jesse Plamondon-Willard
2018-08-08serialise all enums to string in JSON by defaultJesse Plamondon-Willard
2018-07-09fix various build issuesJesse Plamondon-Willard
2018-07-03fix missing manifest not marking mod invalid (#532)Jesse Plamondon-Willard
2018-07-02fix backwards-compatible API fields not being serialised (#532)Jesse Plamondon-Willard
2018-07-01add toolkit method for API data (#532)Jesse Plamondon-Willard
2018-06-30move basic mod scanning into the toolkit (#532)Jesse Plamondon-Willard
2018-06-29fix web API client not using correct JSON settings (#532)Jesse Plamondon-Willard