branchsbox/component-versioningcancel

9 Commits over 0 Days - ∞cph!

4 Months Ago
Added baseline for component version upgraders https://files.facepunch.com/tony/1b0911b1/parsecd_N2kyNOTsPg.png Move JsonUpgrader Refactor, add JsonUpgrader.Run so we can re-use this for GameResources Replace _apiVersion with ComponentVersion defined by the component JsonUpgrader -> JsonUpgraderAttribute, version as a required constructor parameter Demote JsonUpgrader.Run to internal JsonUpgrader.Run -> Upgrade Add unit test for upgrading a component
4 Months Ago
Add unit test for upgrading a component
4 Months Ago
JsonUpgrader.Run -> Upgrade
4 Months Ago
Demote JsonUpgrader.Run to internal
4 Months Ago
JsonUpgrader -> JsonUpgraderAttribute, version as a required constructor parameter
4 Months Ago
Replace _apiVersion with ComponentVersion defined by the component
4 Months Ago
Refactor, add JsonUpgrader.Run so we can re-use this for GameResources
4 Months Ago
Move JsonUpgrader
4 Months Ago
Added baseline for component version upgraders https://files.facepunch.com/tony/1b0911b1/parsecd_N2kyNOTsPg.png