-
Notifications
You must be signed in to change notification settings - Fork 11
mvcExpress roadMap
MindScriptAct edited this page Dec 21, 2012
·
2 revisions
1.3.1
- Inject metadata tag arguments: 'constName' and 'constScope' added.
1.3
- Lazy proxy injection.
- get scoped proxy.
- Option for automatic command pooling.
- Option to inject view as interface or super-class.
DEPRECATED:
- sendToAll() functions removed. (sending messages to all existing modules.)
- MvcExpress.feature_mediateWith_enabled removed. (flag to enable mediateWith() function. It will be always enabled.)
1.2 (RELEASE CANDIDATE)
Sharing proxies beat-wean modules:
- Mapping proxy to scope.
- Injection proxy from scope.
- Automatically getting scoped messages from proxy injected to scope.
1.1 (RELEASE CANDIDATE)
Module to module communication:
- Sending messages to scope.
- Getting messages from scope.
1.0.2
- function to mediate view object with specific mediator. (mediatorMap.mediateWith(view, MediatorClass));
- MvcExpress.feature_mediateWith_enabled added to enable/disable the feature. (DEPRICATED IN 1.3)
1.0.1
- getting proxy with function added. (instead of automatic injection.)
- framework action debugging/loging improved. (mvcExpress logger updated.)
1.0.0
- circular dependency injection. (Missing injections will wait for specified time to be resolved, before throwing error.)
Flex features:
- View object automatically waits for "onCreationCopmleate" before registration.
Modules:
- ModuleCore - simplest module implementation.
- ModuleSprite - module implementation based on sprite object.
- ModuleMovieClip - module implementation based on sprite object.
Messaging:
- Sending messages from Modules, commands, proxies, mediators.
- handling messages in mediators.
- executing commands mapped to messages.
- sending messages to all existing modules. (DEPRECATED IN 1.1)
Commands:
- command mapping to messages.
- executing commands directly.
Proxies:
- mapping proxies to class or interface and optional name.
- Inject proxies automatically into commands, mediators and other proxies.
Mediators:
- map view object to mediators.
- automatically create mapped mediators then view is mediated.