Releases: SamuelAsherRivello/rmc-mini-mvcs
Releases · SamuelAsherRivello/rmc-mini-mvcs
2.2.8
v2.2.6 - Update To Unity 6.0
v2.2.6 - Update To Unity 6.0
2.2.5. - Update To Unity Editor 2022.3.41f1
2.2.5. - Update To Unity Editor 2022.3.41f1
2.2.4 - Disposable Update
All Concerns (M,V,C,S) are now IDisposable. Locator API updated per dispose.
2.2.3 Hotfix UI
2.2.3 - Migrate UI from Samples to Library
2.2.2 - Hotfix uses of ContextWithLocator
2.2.2 - Hotfix uses of ContextWithLocator
2.2.1 - Refactor: Context & Locator
Refactor: Context
- The common Context and BaseContext no longer use the experimental ContextLocator
- Only the ContextWithLocator uses the experimental ContextLocator. Avoid using it.
Refactor: Locator
- Locator Is now more robust to handle various types with its generics. See its class comment for more info
Testing
- Updated per above
Samples
- Updated per above
2.1.5 - Major Restructuring. Folders, Namespaces, Assemblies
Update package.json
2.1.4
Fix exception which prevented building the project for Windows. Also improved unit testing success and reduced unit testing console traffic.