summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Framework/Serialisation
AgeCommit message (Expand)Author
2017-09-23drop support for SMAPI 1.x (#360)Jesse Plamondon-Willard
2017-07-23add support for disambiguating IDs in mod compatibility listJesse Plamondon-Willard
2017-07-23rename ManifestFieldConverter for broader usageJesse Plamondon-Willard
2017-07-10enable SMAPI 2.0 mode by defaultJesse Plamondon-Willard
2017-07-06add optional mod dependencies in SMAPI 2.0 (#287)Jesse Plamondon-Willard
2017-07-06serialise SButtons as string in config.json (#316)Jesse Plamondon-Willard
2017-07-02throw more useful error when JSON file is invalid (#314)Jesse Plamondon-Willard
2017-06-18show friendly error when parsing a manifest version fails (#308)Jesse Plamondon-Willard
2017-06-18enable string versions in manifest.json (#308)Jesse Plamondon-Willard
2017-06-18add support for minimum dependency versions (#286)Jesse Plamondon-Willard
2017-05-13add basic dependencies to manifest (#285)Jesse Plamondon-Willard
2017-04-26handle edge case in JSON file read/write codeJesse Plamondon-Willard
2017-03-12remove unused IConfigFile (#238)Jesse Plamondon-Willard
2017-02-17fix nullable enums not being written to JSON as stringJesse Plamondon-Willard
2017-02-17write XNA input enums to JSON as strings automaticallyJesse Plamondon-Willard
2017-02-14mark two internal classes internalJesse Plamondon-Willard
2017-02-13move core JSON logic out of mod helper (#199)Jesse Plamondon-Willard
2017-02-07remove oldest deprecated code (#231)Jesse Plamondon-Willard