Releases: dancher743/unity-mvp
Releases · dancher743/unity-mvp
v1.2.0
v1.1.0
Version 1.1.0 adds new namespaces and changes the struct of directories.
CHANGELOG
- Renamed root directory from
MVP
toMvp
- Moved core functionality into root
Mvp
directory - Renamed
Instantiating
namespace toInstancing
- Renamed
SampleProject.Messaging
namespace toSampleProject.Messages
v1.0.1
Version 1.0.1 brings renaming, new comments and few fixes.
CHANGELOG
Renaming
- Renamed
ICleanable
interface toIClearable
and all methods connected with it - Changed fields of
UIView
andUIPresenter
in EntryPoint to lower case
Comments
- Added
summary
toEntryPoint
class - Corrected comment of
CubeView.Color
property
Fixes
- Changed render mode of
Canvas
from camera to overlay - Changed anchors of
UI
'sText
game object
v1.0.0
CHANGELOG
Added core funtionality:
IModel
,IView
,IPresenter
Presenter
,MonoView
Added functionality for instantiation:
IPresenterFactory
PresenterFactory
Added functionality for messaging:
IMessageSubscriber
MessageDispatcher
Added ICleanable
interface to cleaning up resources.