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 (
Expand
)
Author
2017-09-24
add support for specifying default update fields, migrate mods already in mod...
Jesse Plamondon-Willard
2017-09-24
revamp mod compatibility fields to allow broader use of mod data records (#361)
Jesse Plamondon-Willard
2017-09-23
rename mod compatibility records for broader use (#361)
Jesse Plamondon-Willard
2017-09-23
unify disabled-mod and compatibility lists (#361)
Jesse Plamondon-Willard
2017-09-23
rename mod compatibility type for broader use (#361)
Jesse Plamondon-Willard
2017-09-23
drop support for SMAPI 1.x (#360)
Jesse Plamondon-Willard
2017-09-22
update web API to .NET Core 2.0 so we can use more packages, update all packa...
Jesse Plamondon-Willard
2017-09-06
rewrite date calculation to handle edge cases
Jesse Plamondon-Willard
2017-08-16
update unit test packages
Jesse Plamondon-Willard
2017-08-14
rename crossplatform.targets to common.targets for reuse
Jesse Plamondon-Willard
2017-08-14
fix SemanticVersion not being deserialisable through Json.NET
Jesse Plamondon-Willard
2017-07-23
improve handling of legacy non-semantic game versions (#333)
Jesse Plamondon-Willard
2017-07-23
fix unit test
Jesse Plamondon-Willard
2017-07-10
enable SMAPI 2.0 mode by default
Jesse Plamondon-Willard
2017-07-10
fail mods if their unique ID isn't unique (#323)
Jesse Plamondon-Willard
2017-07-10
reduce duplicate code in unit tests
Jesse Plamondon-Willard
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
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 v...
Jesse Plamondon-Willard
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 abo...
Nicholas Johnson
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
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 affecte...
Jesse Plamondon-Willard
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