version 0.1.5
- New Feature
- 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
- Invoker using Cache and Converter, failed to return the real value.
- Code Change
- Simple configuration clear() -> change to clear(Object)
version 0.1.4
- New Feature
- Cache, every invoker now possible to cache
- SimpleConfiguration. save property state to sharedobject easily
- Code Change
- nvokers now has base class (InvokerBase). library 100% compatible with 0.1.2
version 0.1.3
- New Feature
- Less Dependency on Navigator (support for PM pattern and possibly to unit tested without view)
- DelegateInvoker. support invoking a delegate, requirement delegate should return an AsyncToken.
- Wrappers : (preview release) support calling task with fluent method call.
- Adding isCanceled on task.
- Bug Fixes
- Change event now work on navigator
- Safer timing on restoring bookmark on navigator, it is safe enough now to supply roleManager and browser manager on creation complete.
- Conditional task invoke its child multiplied twice for each loop (fixed)
version 0.1.2
- New Feature
- Navigator, externalized configuration of navigator. it isn't necessary to implement IPage on a page now.
- Google Analytic Support
- Removed Feature
- IPage, IDefaultPage and ILoginPage is removed
version 0.1.1
- New Feature
- Navigator, a more generic navigation manager. it is not a container anymore but a manager class that will manage a viewstack navigation.
- Removed Feature
- All custom events
- NavigationContainer
- Bug Fixes
- Conditional Task stopped when all child task executed
- Stack overflow on Conditional Task
warning no backward compatibility made for 0.1.0
version 0.1.0
initial version