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.Tests
Age
Commit message (
Collapse
)
Author
2017-07-07
add mod ID to mod helpers (#318)
Jesse Plamondon-Willard
2017-07-07
group mod helpers (#318)
Jesse Plamondon-Willard
2017-07-06
add optional mod dependencies in SMAPI 2.0 (#287)
Jesse Plamondon-Willard
2017-07-03
remove System.ValueTuple
Jesse Plamondon-Willard
This caused reference errors on Linux/Mac, and there aren't enough use cases to look into it further for now.
2017-06-26
change manifest.MinimumApiVersion to ISemanticVersion
Jesse Plamondon-Willard
2017-06-19
add unit tests for version comparison
Jesse Plamondon-Willard
2017-06-19
make version parsing stricter, add unit tests for parsing (#309)
Jesse Plamondon-Willard
2017-06-18
reorganise unit tests
Jesse Plamondon-Willard
2017-06-18
simplify date operators by making SDate.GetHashCode() return unique ordered ↵
Jesse Plamondon-Willard
values, expand unit tests (#307)
2017-06-18
add tuples to test project (#307)
Jesse Plamondon-Willard
2017-06-18
remove test adapter (#307)
Jesse Plamondon-Willard
2017-06-18
- This adds in operators to SDate. And Tests. And a NUnit Adapter - sorry ↵
Nicholas Johnson
about the latter..
2017-06-18
add support for minimum dependency versions (#286)
Jesse Plamondon-Willard
2017-06-12
add separate list of obsolete mods
Jesse Plamondon-Willard
2017-06-07
add date utility
Jesse Plamondon-Willard
2017-06-03
tweak translation API to always return translations (#303)
Jesse Plamondon-Willard
2017-05-28
add token support for instance fields, expand unit test (#296)
Jesse Plamondon-Willard
2017-05-28
combine Translation::Tokens overloads, support dictionaries with any generic ↵
Jesse Plamondon-Willard
types (#296)
2017-05-28
make unit test easier to extend (#296)
Jesse Plamondon-Willard
2017-05-28
shorten translation method name, remove helper method (#296)
Jesse Plamondon-Willard
2017-05-28
refactor translation init for reuse (#296)
Jesse Plamondon-Willard
2017-05-26
fix errors handling dependencies if some mods have no manifest
Jesse Plamondon-Willard
2017-05-24
add translation unit tests (#296)
Jesse Plamondon-Willard
2017-05-21
enable mod dependencies (#285)
Jesse Plamondon-Willard
2017-05-20
add metadata to internal mod registry & use mod display name everywhere
Jesse Plamondon-Willard
2017-05-16
add compile flag for experimental mod dependencies features
Jesse Plamondon-Willard
2017-05-14
rewrite dependency logic to resolve dependency loops by disabling the ↵
Jesse Plamondon-Willard
affected mods (#285)
2017-05-13
add unit tests for basic dependency reordering cases (#285)
Jesse Plamondon-Willard
2017-05-13
add a few more unit tests for metadata loading & validation (#285)
Jesse Plamondon-Willard
2017-05-13
add unit tests for metadata loading & validation (#285)
Jesse Plamondon-Willard
2017-05-13
add unit test project (#285)
Jesse Plamondon-Willard