RobotLegs AS3 v0.8 (codename ByeByeFlex) is up on GitHub:
The RobotLegs Library has received it’s first community contribution! Till Schneidereit fixed something that had been bugging me for a while: the existence of the FlexMediator. Initially I split this out to avoid compiling any Flex classes into pure AS3 projects. Till submitted a patch that allows the Mediator to detect the presence of Flex without this side-effect.
This is why I love Git (and GitHub). Anyone can come along, fork the project, make changes to it, and send a Pull Request – without requiring any permission to do so. This significantly lowers the barrier-to-entry for once-off or “impulse” contributions.
Anyhoo, this change to the Library requires a find-n-replace on old application code:
FlexMediator -> Mediator
RobotLegs AS3 is a Dependency Injection Driven MVCS Framework for Flash and Flex.
Pingback: shaun smith » RobotLegs AS3: A DI Driven MVCS Framework for Flash & Flex – Inspired by PureMVC