index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
StardewModdingAPI
/
Framework
/
Serialisation
Age
Commit message (
Expand
)
Author
2017-09-23
drop support for SMAPI 1.x (#360)
Jesse Plamondon-Willard
2017-07-23
add support for disambiguating IDs in mod compatibility list
Jesse Plamondon-Willard
2017-07-23
rename ManifestFieldConverter for broader usage
Jesse Plamondon-Willard
2017-07-10
enable SMAPI 2.0 mode by default
Jesse Plamondon-Willard
2017-07-06
add optional mod dependencies in SMAPI 2.0 (#287)
Jesse Plamondon-Willard
2017-07-06
serialise SButtons as string in config.json (#316)
Jesse Plamondon-Willard
2017-07-02
throw more useful error when JSON file is invalid (#314)
Jesse Plamondon-Willard
2017-06-18
show friendly error when parsing a manifest version fails (#308)
Jesse Plamondon-Willard
2017-06-18
enable string versions in manifest.json (#308)
Jesse Plamondon-Willard
2017-06-18
add support for minimum dependency versions (#286)
Jesse Plamondon-Willard
2017-05-13
add basic dependencies to manifest (#285)
Jesse Plamondon-Willard
2017-04-26
handle edge case in JSON file read/write code
Jesse Plamondon-Willard
2017-03-12
remove unused IConfigFile (#238)
Jesse Plamondon-Willard
2017-02-17
fix nullable enums not being written to JSON as string
Jesse Plamondon-Willard
2017-02-17
write XNA input enums to JSON as strings automatically
Jesse Plamondon-Willard
2017-02-14
mark two internal classes internal
Jesse Plamondon-Willard
2017-02-13
move core JSON logic out of mod helper (#199)
Jesse Plamondon-Willard
2017-02-07
remove oldest deprecated code (#231)
Jesse Plamondon-Willard