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