You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactored error generation. MVC Actors defined errors are installed by the VIPM package and can be selected through the Error Ring
v2.0.0
* First public release renamed to MVC Actors and available as VIPM package
v1.1.0
* Added the ability to finalize the initialization of views to provide means to the controller to generate events to the just initialized Views to update them about the current Controller status (Closes #4365)
* Added a feature by which a View can register for an event is such a way that, if such event was previously either broadcast by other Views or generated by the Controller, the Controller will generate the last broadcast/generated event to such View upon its initialization (Closes #4375)
* The Controller "Add Event.vi" method now is the public scope and a message was created. In this manner events can be created dynamically during Controller execution