Introduction
This page is for ChangeLog purposes
ChangeLogs
10/12/2010:
- [ENHANCEMENT-CUSTOM] We've got rid of Flex ArrayCollection dependencies changing all ocurrencies with native flash Array.
- [TYPO] Renamed INavegableView to INavigableView
- [TYPO] Renamed some vars.
04/10/2010:
- [ENHANCEMENT-CUSTOM] The majority of as operations has been replaced with explicit class Castings.
- [ENHANCEMENT-CUSTOM] We've got rid of unnecesary code in some custom methods.
- [ENHANCEMENT-CUSTOM] We've updated our Error Codes, fixing some typos and adding new ones which reflects applications errors properly, with explicit messages.
- [ENHANCEMENT-CUSTOM] We've add additional checks for classes that implements INavigableView interface.
- [ENHANCEMENT-CUSTOM] We've split ServicesController and ViewController's addWatcher methods into two new ones: addWatcher and addHandler.
We didn't like the way we managed our watchers with that previous approach, so we decided to split them to make it clearer.