1.1.1
- fix bug: proc-each should return Promise, instead of list of Promises
- fix bug: ensure correct initialization order by waiting for init Promise to resolve before render when
init-renderis enabled. - fix bug: nested view initialization should return Promise returned by its own init function call.