Can someone explain why the new version of electrolyte breaks the way of working. On doing ioc.create(<component>) it is returning promise in version 0.4.0 while in 0.3.0 it returns the object exported via the component. Nested promises as well....
Any pointers on how to use the new version of electrolyte and reconcile old code with new version of electrolyte?