My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
ChangeLog  
Updated May 14, 2011 by ktut...@gmail.com

version 0.1.5

  • New Feature
    1. SimpleConfiguration creates new sol file for different class, so it is save now to have Config annotation in some classes, without worry abut the same name.
  • Bug Fixes
    1. Invoker using Cache and Converter, failed to return the real value.

  • Code Change
    1. Simple configuration clear() -> change to clear(Object)

version 0.1.4

  • New Feature
    1. Cache, every invoker now possible to cache
    2. SimpleConfiguration. save property state to sharedobject easily

  • Code Change
    1. nvokers now has base class (InvokerBase). library 100% compatible with 0.1.2

version 0.1.3

  • New Feature
    1. Less Dependency on Navigator (support for PM pattern and possibly to unit tested without view)
    2. DelegateInvoker. support invoking a delegate, requirement delegate should return an AsyncToken.
    3. Wrappers : (preview release) support calling task with fluent method call.
    4. Adding isCanceled on task.
  • Bug Fixes
    1. Change event now work on navigator
    2. Safer timing on restoring bookmark on navigator, it is safe enough now to supply roleManager and browser manager on creation complete.
    3. Conditional task invoke its child multiplied twice for each loop (fixed)

version 0.1.2

  • New Feature
    1. Navigator, externalized configuration of navigator. it isn't necessary to implement IPage on a page now.
    2. Google Analytic Support
  • Removed Feature
    1. IPage, IDefaultPage and ILoginPage is removed

version 0.1.1

  • New Feature
    1. Navigator, a more generic navigation manager. it is not a container anymore but a manager class that will manage a viewstack navigation.

  • Removed Feature
    1. All custom events
    2. NavigationContainer
  • Bug Fixes
    1. Conditional Task stopped when all child task executed
    2. Stack overflow on Conditional Task

warning no backward compatibility made for 0.1.0

version 0.1.0

initial version

  • NavigatorContainer
  • Task

Powered by Google Project Hosting